openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
W
Writing a Ruby compiler in Ruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Sep 17, 2025 — Sep 17, 2026
Showing page 10 of 117
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
docs: spec_status from ax52 sweep (PASS 521, CRASH 7) through 455d598
Vidar Hokstad
More...
2 months ago
core: Hash#fetch arity check + Rational#magnitude alias
Vidar Hokstad
More...
2 months ago
array: recursion guard for Array#eql? on cyclic arrays (fixes regression in f342861)
Vidar Hokstad
More...
2 months ago
base: diagnostic on __alloc calloc failure (32-bit AS-exhaustion probe)
Vidar Hokstad
More...
2 months ago
core: type-strict eql? for Integer/Rational/Array/Struct + fix eql matcher
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 520, CRASH 8) after the class-object OOB fixes
Vidar Hokstad
More...
2 months ago
compiler: size eigenclass objects to __vtable_size (fixes the remaining class-object heap OOB)
Vidar Hokstad
More...
2 months ago
compiler: size every class object to the runtime __vtable_size (fixes __include_module heap OOB)
Vidar Hokstad
More...
2 months ago
integer: validate Integer.try_convert's #to_int result; rename harness Mock -> MockObject
Vidar Hokstad
More...
2 months ago
rational: floor/ceil/truncate/round require an Integer digit argument
Vidar Hokstad
More...
2 months ago
rational: Rational#% and #divmod raise ZeroDivisionError for a zero divisor
Vidar Hokstad
More...
2 months ago
float: add Float#i (the Complex 0 + self*i)
Vidar Hokstad
More...
2 months ago
numeric: Numeric#clone(freeze: false) raises ArgumentError
Vidar Hokstad
More...
2 months ago
enumerable: Kahan compensated summation in Array/Enumerable/Enumerator #sum
Vidar Hokstad
More...
2 months ago
float: Float#quo handles a Complex (and coercible) divisor like Float#fdiv
Vidar Hokstad
More...
2 months ago
rubyspec: document why should_receive stays a no-op on real objects
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 507; real CRASH 7 + flaky autoload)
Vidar Hokstad
More...
2 months ago
object: implement Object#define_singleton_method
Vidar Hokstad
More...
2 months ago
numeric: add Numeric#+@, #integer?, #conj/#conjugate (identity/false/self)
Vidar Hokstad
More...
2 months ago
numeric: add Complex#fdiv and give Integer/Float#fdiv the coercion protocol
Vidar Hokstad
More...
2 months ago
complex: add Complex#integer? (false) and Complex#marshal_dump
Vidar Hokstad
More...
2 months ago
complex: Complex#inspect renders parts with #inspect and generalises the *i separator
Vidar Hokstad
More...
2 months ago
compiler: Scope#lvaroffset must delegate to @next (fixes let-in-loop slot aliasing)
Vidar Hokstad
More...
2 months ago
complex: accept any real Numeric in Complex.rectangular/.rect
Vidar Hokstad
More...
2 months ago
numeric: add Numeric#-@ (coerce(0) then subtract)
Vidar Hokstad
More...
2 months ago
numeric: add Numeric#fdiv and coerce the divisor via #to_f in Integer#fdiv
Vidar Hokstad
More...
2 months ago
numeric: add Numeric#numerator / #denominator (via #to_r)
Vidar Hokstad
More...
2 months ago
docs: spec_status from ax52 sweep (PASS 489, CRASH 7)
Vidar Hokstad
More...
2 months ago
numeric: add Numeric#finite? (true) and Numeric#ceil (via #to_f)
Vidar Hokstad
More...
2 months ago
numeric: implement Numeric#abs2 (and Float#abs2)
Vidar Hokstad
More...
2 months ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
116
117
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree