0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rubyspec: Mock#to_i honours a should_receive(:to_i) expectation More... 3 months ago
complex: coerce custom real numerics in +,-,*,/ and divide exactly via :quo More... 3 months ago
compiler: dispatch unary minus to the operand's #-@ instead of lowering to `0 - x` More... 3 months ago
complex: add Complex#eql? and fix Complex#== reflection + real-numeric equality More... 3 months ago
float: add Float#real? / #real / #imaginary (#imag) More... 3 months ago
complex: tighten Complex#coerce for non-real and non-numeric arguments More... 3 months ago
complex: fix Complex#to_s / #inspect for signed-zero and non-finite imaginary parts More... 3 months ago
complex: implement Complex#rationalize and Complex#<=> More... 3 months ago
docs: spec_status from ax52 sweep (PASS 476, CRASH 7) More... 3 months ago
complex: implement Complex#numerator and Complex#denominator More... 3 months ago
complex: implement Complex#** More... 3 months ago
complex: implement Complex#to_c / #to_i / #to_f / #to_r More... 3 months ago
compiler: emit Infinity for an overflowing float literal instead of a bad .double More... 3 months ago
complex: implement Complex#finite? and Complex#infinite? More... 3 months ago
parser: lex imaginary number literals (5i, 3.2i, 0.0i) More... 3 months ago
complex: add Complex::I and Complex.rectangular / Complex.rect More... 3 months ago
complex: add Complex#arg/#angle/#phase, #polar, and Complex.polar More... 3 months ago
math: expose Math functions as instance methods when included More... 3 months ago
parser: allow underscore separators in a float's fractional and exponent digits More... 3 months ago
math: Math.log raises TypeError on an explicit nil base More... 3 months ago
parser: lex a float literal with an exponent but no decimal point (10e15) More... 3 months ago
math: implement Math.frexp and Math.ldexp More... 3 months ago
math: coerce arguments strictly across all Math functions More... 3 months ago
math: implement Math.erf / erfc / gamma / lgamma More... 3 months ago
kernel: add Kernel#rand; Random#rand returns a real Float in [0,1) More... 3 months ago
docs: spec_status from ax52 sweep (PASS 438, CRASH 7) More... 3 months ago
float: Float#** for real/complex exponents; add Complex#abs More... 3 months ago
parser: fold a unary + before a numeric literal into the literal More... 3 months ago
complex: implement Complex#/ and let Float#fdiv/#quo divide by a Complex More... 3 months ago
float: implement Float#rationalize More... 3 months ago