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