3
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
string.c: add mrb_utf8_to_buf() to consolidate UTF-8 encoding More... about 1 month ago
mruby-sprintf: optimize %c to avoid temporary string allocation More... about 1 month ago
mruby-io: add IO#putc and Kernel#putc for efficient character output More... about 1 month ago
mruby-bin-mirb: add auto-dedent for 'in' keyword More... about 1 month ago
TODO.md: remove pattern matching (implemented) More... about 1 month ago
test/syntax.rb: add find pattern tests More... about 1 month ago
mruby-compiler: implement find pattern matching More... about 1 month ago
test/syntax.rb: add pattern matching test cases More... about 1 month ago
mruby-compiler: add one-line pattern matching More... about 1 month ago
mruby-compiler: add brace-less hash pattern support More... about 1 month ago
mruby-compiler: add pin operator to pattern matching More... about 1 month ago
mruby-compiler: implement hash pattern matching More... about 1 month ago
mruby-compiler: implement array pattern matching More... about 1 month ago
Merge pull request #6685 from mruby/dependabot/github_actions/super-linter/super-linter-8.3.1 More... about 1 month ago
mruby-compiler: add dump_node() support for pattern matching nodes More... about 1 month ago
mruby-compiler: add guard clauses to pattern matching More... about 1 month ago
build(deps): bump super-linter/super-linter from 8.3.0 to 8.3.1 More... about 1 month ago
mruby-compiler: add pattern matching (case/in) support More... about 2 months ago
Merge pull request #6684 from mruby/dependabot/github_actions/actions/upload-artifact-6 More... about 2 months ago
build(deps): bump actions/upload-artifact from 5 to 6 More... about 2 months ago
TODO.md: update mirb features status More... about 2 months ago
mruby-bin-mirb: re-indent current line on Enter More... about 2 months ago
mruby-bin-mirb: preserve cursor position during TAB auto-indent More... about 2 months ago
mruby-bin-mirb: align dedent to proper indent level More... about 2 months ago
mruby-bin-mirb: auto-dedent for else, elsif, when, rescue, ensure More... about 2 months ago
mruby-bin-mirb: fix indentation when splitting line at dedent keyword More... about 2 months ago
mruby-bin-mirb: add TAB auto-indentation More... about 2 months ago
Merge pull request #6682 from mruby/dependabot/github_actions/actions/cache-5 More... about 2 months ago
mruby-bin-mirb: make Ctrl+K delete empty lines More... about 2 months ago
mruby-bin-mirb: only evaluate on Enter at end of last line More... about 2 months ago