sisshiki1969/monoruby
Ruby implementation with yet another JIT compiler.
137Stars
6Forks
20Claude Commits
RustLanguage
First Claude commit: Mar 15, 2026Last Claude commit: 1mo agoDiscovered: Mar 16, 2026
Recent Claude Commits
Improve BasicObject spec compliance and add singleton method hooks (#166)
11c46e31mo agosession_urlRaise ArgumentError when integer exponent is too large (#165)
e8892021mo agosession_urlDefine per-class allocate methods with correct ObjTy (#164)
75cc9681mo agosession_urlImplement Class.new with block, refactor Class#allocate, and fix panics (#163)
a737f281mo agosession_urlImplement ! (not) operator as a method call (#161)
3c87d1b1mo agosession_urlAdd SQLite3 FFI bridge for sqlite3 gem support (#160)
0feb3221mo agosession_urlSupport String#split with no arguments (#159)
0971cf41mo agoco_authored_byAdd Module.new, public_send, and stub files for sequel support (#157)
4bbb2b71mo agoco_authored_byAdd define_singleton_method to Object (#155)
48b30131mo agosession_urlAdd Object#initialize_copy, initialize_clone, initialize_dup (#154)
1f5a9041mo agosession_urlAdd Module#set_temporary_name for sequel compatibility
ae291981mo agoauthor_emailAdd Kernel#exec (#145)
235e9b01mo agoco_authored_byAdd Method#source_location, instance_exec, File.executable? with tests (#141)
6bf4fc01mo agosession_urlJIT inline String#bytesize for faster byte-level string operations (#139)
67c60741mo agosession_urlAdd float templates (E/e/G/g/D/d/F/f) for String#pack and String#unpack (#135)
d5190121mo agosession_urlImprove CRuby 4.0 compatibility and fix Regexp/StringScanner encoding (#132)
fd0a9ac1mo agosession_urlFix main.define_method visibility and add Proc/Method/UnboundMethod tests (#131)
8b7356b1mo agosession_urlSupport anonymous block forwarding (def foo(&) ... bar(&)) (#128)
255b7fb1mo agosession_urlImplement Ruby module and class lifecycle hooks (#127)
ce7bc211mo agosession_urlSupport Marshal. (#125)
004fa8e1mo agosession_url