3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gc.c: fix RVALUE_zero initializer warning after gcnext removal More... 3 days ago
gc.c: replace gcnext gray linked list with fixed-size gray stack More... 3 days ago
mruby-time: fix integer overflow in timegm() year calculation More... 5 days ago
class.c: skip keyword argument hash duplication in mrb_get_args() More... 5 days ago
vm.c: skip keyword argument hash duplication in OP_ENTER More... 5 days ago
mruby-bin-mirb: fix uninitialized editor struct causing bintest failures More... 5 days ago
load.c: fix off-by-one in bounds check for symbol names More... 5 days ago
load.c: fix off-by-one in bounds check for pool strings More... 5 days ago
update documentation and Makefile for prek migration More... 6 days ago
replace pre-commit with prek More... 7 days ago
mruby-compiler: fix JMPNOT-to-MATCHERR rewriting in pattern match codegen More... 8 days ago
Merge pull request #6716 from dearblue/proc-identity More... 8 days ago
Merge pull request #6714 from khasinski/fix-op-debug More... 8 days ago
Fixes identity for proc object More... 8 days ago
string.c: fix integer overflow in str_check_length() More... 9 days ago
mruby-compiler: raise error for pin operator with undefined variable More... 10 days ago
Merge pull request #6715 from mruby/dependabot/github_actions/super-linter/super-linter-8.4.0 More... 10 days ago
mruby-compiler: fix heap-buffer-overflow in pattern alternation codegen More... 10 days ago
build(deps): bump super-linter/super-linter from 8.3.2 to 8.4.0 More... 11 days ago
bigint.c: fix memory leak in powm with oversized modulus More... 11 days ago
bigint.c: fix stack buffer overflow in Montgomery reduction More... 12 days ago
bigint.c: fix memory leak in mpz_mul_sparse and bint_mul More... 13 days ago
mruby-bin-mirb: syntax highlight result values and hash key symbols More... 14 days ago
mruby-bin-mirb: add colored output for results and errors More... 16 days ago
mruby-bin-mirb: add OSC 11 terminal background color detection More... 17 days ago
symbol.c: use chunk-based pool for symbol string allocation More... 18 days ago
codegen.c: fix sign-compare warning in gen_binop() More... 19 days ago
codegen.c: fix keyword arguments in super and yield More... 19 days ago
parse.y: allow trailing comma in method definition parameters More... 19 days ago
Merge pull request #6709 from dearblue/mrb_ensure More... 19 days ago