0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Array#reduce/#inject/#each_with_object/#group_by/#chunk_while: implement on Array More... 3 months ago
docs: #5 second-pass findings (rule out contiguous overflow; type-confusion symptom) More... 3 months ago
Array#min_by/#max_by/#flat_map/#tally: implement directly on Array More... 3 months ago
docs: record deeper findings on the kernel heap-corruption (#5) More... 3 months ago
Array#each_cons/#each_slice: implement directly on Array More... 3 months ago
Update spec_status: rerun after bsearch/String[]/slice fixes More... 3 months ago
GenericEnumerator: add next/peek/rewind; rewrite Array#zip to pad and not use #next More... 3 months ago
Integer#upto/#downto: return a real Enumerator when block-less More... 3 months ago
String#[]=: support index+length, Range, Regexp and String forms More... 3 months ago
String#slice: support Regexp and String arguments More... 3 months ago
String#[]: coerce non-Integer index via to_int, raise TypeError otherwise More... 3 months ago
Array#bsearch: return an Enumerator when block-less; raise TypeError on bad return More... 3 months ago
Enumerator::Lazy#uniq: implement as a lazy operation with block support More... 3 months ago
docs: correct false "re-raise/unwind" finding; record class E constant collision More... 3 months ago
Update spec_status: rerun after this session's library fixes More... 3 months ago
Kernel#raise: bare raise re-raises current exception; document unwind bug More... 3 months ago
Kernel#catch/#throw: implement non-local exit via exceptions More... 3 months ago
String: add upcase!/downcase!/gsub!/sub! in-place methods More... 3 months ago
String#[]= (Integer index): splice replacement; fix read-only-literal segfault More... 3 months ago
Object: add no-op public/private/protected for top-level visibility calls More... 3 months ago
Enumerator#each_with_object/#with_object: return an Enumerator when no block given More... 3 months ago
Method#__call_with_self: support a Method passed as an instance_exec/eval block More... 3 months ago
Update spec_status: rerun with this session's library fixes More... 3 months ago
docs: record scan_spec compiler-hang (parser infinite loop) as deferred finding More... 3 months ago
docs: record instance_variable_* reflection gap (needs runtime ivar table) More... 3 months ago
Class#dup: copy the full class object (vtable), not a truncated instance-sized copy More... 3 months ago
run_rubyspec: bound compile step with a timeout More... 3 months ago
Update spec_status for rubyspec/language + rubyspec/core (ax52 full run) More... 3 months ago
NilClass: add #&, #|, #^ boolean operators More... 3 months ago
Fix __true? truthiness predicate: define on Object, return real false objects More... 3 months ago