summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2025-11-13[Bug #21683] Respect reading encoding at `each_codepoint`Nobuyoshi Nakada
2025-11-12[Bug #21680] Fix (base**power_of_two).digits(base) bug (#15144)tomoya ishida
2025-11-11test_ractor.rb: Delete unnecessary GC.stress fiddlingAlan Wu
2025-11-11[Bug #21666] Get rid of use of unspecified valuesNobuyoshi Nakada
2025-11-10ZJIT: Set cfp->sp on leaf calls with GC (#15137)Takashi Kokubun
2025-11-10Add test for [Bug #21265]Alan Wu
2025-11-11Revert "ns_subclasses refcount accesses need to be atomic (#15083)" (#15138)Luke Gruber
2025-11-09[Bug #21673] Fix resolving refined module-defined methodNobuyoshi Nakada
2025-11-07Don't modify fstrings in rb_str_tmp_frozen_no_embed_acquireJohn Hawthorn
2025-11-07Depricate IO operation with `|`Nobuyoshi Nakada
2025-11-07Apply renaming to Ruby::Box in test codesSatoshi Tagomori
2025-11-07Re-rename files wrongly renamedSatoshi Tagomori
2025-11-07rename namespace.c (and others) to box.cSatoshi Tagomori
2025-11-07Add namespace tests about global variables, toplevel methodsSatoshi Tagomori
2025-11-06ns_subclasses refcount accesses need to be atomic (#15083)Luke Gruber
2025-11-05Extend timeout for unstable testsTakashi Kokubun
2025-11-04ZJIT: Add test to reproduce binarytrees crash (#15054)Randy Stauner
2025-11-04Release VM lock before running finalizers (#15050)Luke Gruber
2025-11-03ZJIT: Inline String#bytesize (#15033)Max Leopold
2025-11-03ZJIT: Implement include_p for opt_(new|dup)array_send YARV insns (#14885)Randy Stauner
2025-11-03pend on Windows for timeoutsSatoshi Tagomori
2025-11-03Use CFUNC namespace only for IFUNC frames, its behavior should be unchangedSatoshi Tagomori
2025-11-03Add flag to ignore EXPERIMENTAL warningsSatoshi Tagomori
2025-11-03No need to call rb_define_class/module_under_idSatoshi Tagomori
2025-11-03Add basic namespace testsSatoshi Tagomori
2025-11-01Fix memory leak in String#encode when StringValue raisesPeter Zhu
2025-10-31Fix initialization of the table for quick searchK.Takata
2025-10-31[Bug #13671] Fix that "ss" in look-behind causes syntax errorK.Takata
2025-10-29Fix memory leak in String#encode when fallback too bigPeter Zhu
2025-10-29Use the given `TMPDIR`Nobuyoshi Nakada
2025-10-29Clean extension libraries copied for the namespaceNobuyoshi Nakada
2025-10-28Fix flaky require testLuke Gruber
2025-10-28Add a custom error class to TestString#test_encode_fallback_raise_memory_leakPeter Zhu
2025-10-28Fix TestString#test_encode_fallback_raise_memory_leakPeter Zhu
2025-10-28ZJIT: Call test again after profiling itTakashi Kokubun
2025-10-28ZJIT: Specialize Array#pop for no argument case (#14933)Aiden Fox Ivey
2025-10-27Correctly compile splats in for-loop index in prismEarlopain
2025-10-27Fix segfault when moving nested objects between ractors during GCJoshua Young