3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rational.c: fix undefined behavior from large shift exponents More... 26 days ago
bigint.c: fix GCD infinite loop and size handling bugs More... 26 days ago
bigint.c: fix FPE caused by inconsistent zero sign state More... 26 days ago
codegen.c: fix stack tracking in pattern match branching code More... 26 days ago
codegen.c: fix NODE_MATCH_PAT to push result when val is true More... 27 days ago
codegen.c: fix crash in parallel assignment optimization More... 27 days ago
mruby-compiler: eliminate bison shift-reduce conflict for 'in' More... 27 days ago
mruby-compiler: fix as-pattern parsing with symbol values More... 27 days ago
mruby-compiler: fix crash in pattern matching with string literal More... 27 days ago
mruby-random: fix FPE in rand_i() for large ranges More... 27 days ago
benchmark: optimize bm_so_mandelbrot.rb More... 27 days ago
Merge pull request #6689 from jbampton/run-manual-hooks More... 27 days ago
benchmark: terminal version of mandelbrot More... 27 days ago
mruby-bin-mirb: add syntax highlighting for keywords and strings More... 27 days ago
mruby-sprintf: improve initial buffer size estimation More... 27 days ago
docs: fix pre-commit manual hooks; fix link More... 28 days ago
mruby-bin-mirb: add UTF-8 multibyte character support More... 29 days ago
Merge pull request #6688 from mruby/dependabot/github_actions/super-linter/super-linter-8.3.2 More... 29 days ago
mirb_completion.c: fix strndup for MinGW More... 29 days ago
mruby-bin-mirb: fix Windows/MSVC compilation warnings More... 30 days ago
build(deps): bump super-linter/super-linter from 8.3.1 to 8.3.2 More... about 1 month ago
NEWS.md: add release notes for mruby 3.5 More... about 1 month ago
mruby-array-ext: add Array#find and Array#rfind More... about 1 month ago
doc/internal/opcode.md: document OP_GETIDX/OP_SETIDX optimization More... about 1 month ago
vm.c: use mrb_obj_ptr()->c for faster class check in GETIDX/SETIDX More... about 1 month ago
vm.c: optimize OP_SETIDX for Array and Hash; ref #6675 More... about 1 month ago
vm.c: allow String subclasses to override []; ref #6675 More... about 1 month ago
vm.c: allow Array subclasses to override []; ref #6675 More... about 1 month ago
vm.c: allow Hash subclasses to override []; close #6675 More... about 1 month ago
mruby-compiler: fix JMPNOT+JMP optimization for nested alternatives More... about 1 month ago