summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-12-09ZJIT: Handle caller_kwarg in direct send when all keyword params are requiredRandy Stauner
2025-12-09ZJIT: Test additional arg passing scenariosRandy Stauner
2025-12-09Box: relax the condition of clean upNobuyoshi Nakada
2025-12-09Box: add a test case about deleting .so/.dll filesSatoshi Tagomori
2025-12-09Box: remove copied extension filesNobuyoshi Nakada
2025-12-09ZJIT: Support opt_newarray_send with PACK_BUFFERMax Bernstein
2025-12-09ZJIT: Add codegen for FixnumDiv (#15452)Abrar Habib
2025-12-09Remove unused local variables in test/ruby/test_io_buffer.rb (#15451)Étienne Barrié
2025-12-08Make `ruby_reset_leap_second_info` internalNobuyoshi Nakada
2025-12-06Add error case tests for `File.path`Nobuyoshi Nakada
2025-12-06Add support for `u128`, `U128`, `s128` and `S128` integers to `IO::Buffer`. (...Samuel Williams
2025-12-05ZJIT: Account for when YJIT is on by default in test_zjit_enableAlan Wu
2025-12-05ZJIT: Skip GC.auto_compact test when unsupportedAlan Wu
2025-12-04Take VM lock in `class_switch_superclass` (#15356)Luke Gruber
2025-12-05fix typo s/sharable/shareable/Koichi Sasada
2025-12-05Method and UnboundMethod can be sharableKoichi Sasada
2025-12-04Remove mismatched indentations warning (#15410)Étienne Barrié
2025-12-05Refine non-nil warnings for the deprecated variablesNobuyoshi Nakada
2025-12-05[Bug #21764] Propagate the encoding of ID to warningNobuyoshi Nakada
2025-12-02Avoid leaking fd in uminus_no_embed testJohn Hawthorn
2025-12-02ZJIT: Optimize GetIvar for non-T_OBJECTBenoit Daloze
2025-12-01Test CC invalidation for singleton classes of objects (#15360)Luke Gruber
2025-12-01ZJIT: Optimize variadic cfunc `Send` calls into `CCallVariadic` (#14898)Stan Lo
2025-11-27Reorganize page documentations (#15154)Stan Lo
2025-11-27Fix argument handling in `IO::Buffer#each_byte` (#15309)TOMITA Masahiro
2025-11-26Ensure we don't dereference fields_obj as QundefJohn Hawthorn
2025-11-26Clear fields obj when removingJohn Hawthorn
2025-11-26Revert miscommit at "Reset the cache variable before retrying"Nobuyoshi Nakada
2025-11-26Reset the cache variable before retryingNobuyoshi Nakada
2025-11-26Box: Add a test to drop the reference to a boxSatoshi Tagomori
2025-11-25vm_cc_new: don't assume `cme` is present.Jean Boussier
2025-11-23Don't use non blocking pipes for RUBY_CRASH_REPORTPeter Zhu
2025-11-21Fix multiple bugs in `IO::Buffer.map` and update its documentation. (#15264)Alexander Bulancov
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: Compile the VM_OPT_NEWARRAY_SEND_HASH variant of opt_newarray_sendKevin Menard
2025-11-20Support backwards compatibility for Set subclassesJeremy Evans
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-18Fix crash in optimal size for large T_OBJECTJohn Hawthorn
2025-11-18ZJIT: Inline setting Struct fieldsBenoit Daloze
2025-11-18ZJIT: add support for lazy `RubyVM::ZJIT.enable`Godfrey Chan
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
2025-11-14ZJIT: Add tests for sending to methods with keyword args (#15183)Randy Stauner
2025-11-14[Feature #21572] Syntax error at capture in alternation patternNobuyoshi Nakada
2025-11-14Adapt to Unicode directory changesMari Imaizumi
2025-11-13Add size checks to Range#to_set and Enumerator#to_set [Bug #21654]Akinori Musha
2025-11-13Revert "[Bug #21513] Raise on converting endless range to set"Akinori Musha