0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: spec_status from ax52 sweep (PASS 521, CRASH 7) through 455d598 More... 2 months ago
core: Hash#fetch arity check + Rational#magnitude alias More... 2 months ago
array: recursion guard for Array#eql? on cyclic arrays (fixes regression in f342861) More... 2 months ago
base: diagnostic on __alloc calloc failure (32-bit AS-exhaustion probe) More... 2 months ago
core: type-strict eql? for Integer/Rational/Array/Struct + fix eql matcher More... 2 months ago
docs: spec_status from ax52 sweep (PASS 520, CRASH 8) after the class-object OOB fixes More... 2 months ago
compiler: size eigenclass objects to __vtable_size (fixes the remaining class-object heap OOB) More... 2 months ago
compiler: size every class object to the runtime __vtable_size (fixes __include_module heap OOB) More... 2 months ago
integer: validate Integer.try_convert's #to_int result; rename harness Mock -> MockObject More... 2 months ago
rational: floor/ceil/truncate/round require an Integer digit argument More... 2 months ago
rational: Rational#% and #divmod raise ZeroDivisionError for a zero divisor More... 2 months ago
float: add Float#i (the Complex 0 + self*i) More... 2 months ago
numeric: Numeric#clone(freeze: false) raises ArgumentError More... 2 months ago
enumerable: Kahan compensated summation in Array/Enumerable/Enumerator #sum More... 2 months ago
float: Float#quo handles a Complex (and coercible) divisor like Float#fdiv More... 2 months ago
rubyspec: document why should_receive stays a no-op on real objects More... 2 months ago
docs: spec_status from ax52 sweep (PASS 507; real CRASH 7 + flaky autoload) More... 2 months ago
object: implement Object#define_singleton_method More... 2 months ago
numeric: add Numeric#+@, #integer?, #conj/#conjugate (identity/false/self) More... 2 months ago
numeric: add Complex#fdiv and give Integer/Float#fdiv the coercion protocol More... 2 months ago
complex: add Complex#integer? (false) and Complex#marshal_dump More... 2 months ago
complex: Complex#inspect renders parts with #inspect and generalises the *i separator More... 2 months ago
compiler: Scope#lvaroffset must delegate to @next (fixes let-in-loop slot aliasing) More... 2 months ago
complex: accept any real Numeric in Complex.rectangular/.rect More... 2 months ago
numeric: add Numeric#-@ (coerce(0) then subtract) More... 2 months ago
numeric: add Numeric#fdiv and coerce the divisor via #to_f in Integer#fdiv More... 2 months ago
numeric: add Numeric#numerator / #denominator (via #to_r) More... 2 months ago
docs: spec_status from ax52 sweep (PASS 489, CRASH 7) More... 2 months ago
numeric: add Numeric#finite? (true) and Numeric#ceil (via #to_f) More... 2 months ago
numeric: implement Numeric#abs2 (and Float#abs2) More... 2 months ago