0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Sep 12, 2025 — Sep 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: instance_variables must not crash on anonymous/nil/immediate receivers More... 2 months ago
fix: support \a \b \f \v \s string escapes More... 2 months ago
feat: const reflection table — const_get resolves static constants More... 2 months ago
feat: real Marshal.dump/.load for built-in types (ported from pure_ruby_marshal) More... 2 months ago
feat: dynamic-ivar reflection (real instance_variable_* by name) More... 2 months ago
perf: COREMARSHAL temporary AST cache bridge (env-gated, default OFF) More... 2 months ago
docs: COREMARSHAL via custom AST serializer — spike VALIDATED (~34%, byte-identical) More... 2 months ago
scanner: read input into an in-memory char array once (HybridScanner step 1) More... 2 months ago
docs: bring docs/ to current state (2026-07-09) More... 2 months ago
docs: spec_status from ax52 sweep (PASS 545) through 4cb942f More... 2 months ago
comparable: Comparable#clamp raises ArgumentError for an exclusive range More... 2 months ago
set: add Set#classify More... 2 months ago
docs: note binary-unsafe string literals (strlen truncates length at embedded NUL) More... 2 months ago
enumerable: add filter (=select), collect_concat (=flat_map), reverse_each More... 2 months ago
docs: spec_status from ax52 sweep (PASS 544) through 870cb73 More... 2 months ago
array: Array#replace returns self, snapshots self-arg, rejects frozen More... 2 months ago
array: concat is variadic, snapshots self-args, and rejects frozen More... 2 months ago
array: all?/any?/none? support pattern arg + no-block form, via #each More... 2 months ago
core: Enumerable#chain + Enumerator::Chain More... 2 months ago
core: add NilClass#to_r/#to_c, Hash#to_hash, Hash#values_at More... 2 months ago
core: Array#each observes size changes + returns self; add Enumerable#compact More... 2 months ago
docs: spec_status from ax52 sweep (PASS 532, CRASH 6) through d14728b More... 2 months ago
exception: Exception#message defaults to the class name (delegates to to_s) More... 2 months ago
integer: relational operators independent of user-overridable #<=> More... 2 months ago
docs: spec_status from ax52 sweep (PASS 530, CRASH 7) through 383b705 More... 2 months ago
array: add Array#append (alias of push) + FrozenError on frozen push More... 2 months ago
core: Enumerator size blocks (to_enum/enum_for) + Array combination/each_index sizes More... 2 months ago
core: Hash#flatten arg type-check + identity fast-path in Object#=== More... 2 months ago
core: TypeError for dig past a non-#dig leaf + instance_of? non-module arg More... 2 months ago
tools: save crash-classified specs' output to tmp/crash_logs/ during sweeps More... 2 months ago