summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21CI: cmake in scoop seems unusedNobuyoshi Nakada
2025-11-20Accurate GC.stat under multi-Ractor modeJohn Hawthorn
2025-11-20ZJIT: Read `iseq->body->param` directly instead of through FFIAlan Wu
2025-11-20Name the `iseq->body->param` struct and update bindings for JITsAlan Wu
2025-11-21Fix multiple bugs in `IO::Buffer.map` and update its documentation. (#15264)Alexander Bulancov
2025-11-20[ruby/rubygems] Keep legacy windows platform, not removed themHiroshi SHIBATA
2025-11-20Bump default compiler to clang-20 in CIPeter Zhu
2025-11-20Add a Ractor test case that causes MMTk to deadlockPeter Zhu
2025-11-20[ruby/rubygems] Add support for BUNDLE_LOCKFILE environment variableJeremy Evans
2025-11-20[ruby/rubygems] Add support for bundle install --no-lockJeremy Evans
2025-11-20[ruby/rubygems] Add support for lockfile in GemfileJeremy Evans
2025-11-20ZJIT: Change the output on redefined method tests to verify the new definitio...Kevin Menard
2025-11-20ZJIT: Update test names to use the same convention as the HIR testsKevin Menard
2025-11-20ZJIT: Add tests for `opt_newarray_send` with target methods redefinedKevin Menard
2025-11-20ZJIT: Handle display formatting for all defined bopsKevin Menard
2025-11-20ZJIT: Compile the VM_OPT_NEWARRAY_SEND_HASH variant of opt_newarray_sendKevin Menard
2025-11-20ZJIT: Rename array length reference to make the code easier to followKevin Menard
2025-11-20Run rb_gc_before_fork after before_execPeter Zhu
2025-11-20[DOC] Sort some methods in What's HereBurdetteLamar
2025-11-20[DOC] Tweaks for String#valid_encoding?Burdette Lamar
2025-11-20[DOC] Harmonize mod methodsBurdetteLamar
2025-11-20Use a serial to keep track of Mutex-owning FiberJohn Hawthorn
2025-11-20[DOC] Tweaks for String#uptoBurdetteLamar
2025-11-20[ruby/rubygems] Change the logger instance for this spec:Edouard CHIN
2025-11-20[ruby/rubygems] Make the Bundler logger thread safe:Edouard CHIN
2025-11-20[ruby/rubygems] Run git operations in parallel to speed things up:Edouard CHIN
2025-11-20Fix missing write barrier on namespace classextJohn Hawthorn
2025-11-20[DOC] TWeaks for String#upcase!BurdetteLamar
2025-11-20[DOC] Tweaks for String#upcase (#15244)Burdette Lamar
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes
2025-11-20[ruby/prism] Add tests to `regexp_encoding_option_mismatch`Thiago Araujo
2025-11-20[ruby/prism] Use memmove for overlapping memory rangesSteven Johnstone
2025-11-20ZJIT: Deduplicate successor and predecessor sets (#15263)Aiden Fox Ivey
2025-11-20[ruby/json] Remove unused symbolsÉtienne Barrié
2025-11-20ZJIT: Put optional interpreter cache on both GetIvar and SetIvarMax Bernstein
2025-11-20ZJIT: Fix pointer types for SetInstanceVariableMax Bernstein
2025-11-20Support backwards compatibility for Set subclassesJeremy Evans
2025-11-20Remove stale declarationNobuyoshi Nakada
2025-11-20Remove wrong testNobuyoshi Nakada
2025-11-20[ruby/resolv] Move minimal registry access to the extensionNobuyoshi Nakada
2025-11-20Update default gems list at 0653a01ada3c3c286de128074b58b3 [ci skip]git
2025-11-20[ruby/rubygems] Bump up to 4.0.0.beta1Hiroshi SHIBATA
2025-11-20Omit a test on s390x linux tripping over a git bugAlan Wu
2025-11-19Implement heap_final_slots in GC.stat_heapPeter Zhu
2025-11-19Implement heap_free_slots in GC.stat_heapPeter Zhu
2025-11-19Implement heap_live_slots in GC.stat_heapPeter Zhu
2025-11-19ZJIT: Fix assertion failure when profiling VM_BLOCK_HANDLER_NONEAlan Wu
2025-11-19ZJIT: Re-link the test binary when only miniruby changesAlan Wu
2025-11-19ZJIT: Add Iongraph compatibility (#14999)Aiden Fox Ivey
2025-11-19[DOC] Update yjit.md to use a different emailStan Lo