summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-11-19Remove deprecated method Refinement#refined_classShugo Maeda
2024-11-19[Bug #20900] Warn deprecated constant when removingNobuyoshi Nakada
2024-11-14rb_raise when attempting to set the GC implementation nameMatt Valentine-House
2024-11-14Include the currently active GC in RUBY_DESCRIPTIONMatt Valentine-House
2024-11-14Expose GC.config[:implementation], to query the currently active GCMatt Valentine-House
2024-11-13Move Array#map to RubyTakashi Kokubun
2024-11-11Fix regex timeout double-free after stack_doubleJohn Hawthorn
2024-11-08Fix race condition in test_self_stopKJ Tsanaktsidis
2024-11-08Fix update_coderange for binary stringsJohn Hawthorn
2024-11-08Fix memory leak in prism when syntax error in iseq compilationPeter Zhu
2024-11-08Avoid calculating large powersYusuke Endoh
2024-11-08Do not round `a**b` to infinityYusuke Endoh
2024-11-07[Bug #20869] Discard read buffer and encoding converters at seekingNobuyoshi Nakada
2024-11-07[Bug #20802] Copy encodings at reopen as wellNobuyoshi Nakada
2024-11-07Prevent method redefinition warnings in testYusuke Endoh
2024-11-06io_buffer.c: Allow copies between overlapping buffers with #copy and #set_str...Kasumi Hanazuki
2024-11-06[Bug #20868] Fix Method#hash to not change after compactionPeter Zhu
2024-11-06Fix flakiness in TestGc#test_thrashing_for_young_objectsKJ Tsanaktsidis
2024-11-06macOS 15 is the stable version todayHiroshi SHIBATA
2024-11-06[Bug #20873] Consider `-FIXNUM_MIN` overflowNobuyoshi Nakada
2024-11-06`Warning[:strict_unused_block]`Koichi Sasada
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-11-04Fix Dir.mktmpdir argumentNobuyoshi Nakada
2024-11-02Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...Peter Zhu
2024-11-01Improve coverage of TestProc#test_hash_uniquenessPeter Zhu
2024-11-01Add TestProc#test_hash_equalPeter Zhu
2024-11-01Rename test_hash to test_hash_uniquenessPeter Zhu
2024-11-01[Bug #20853] Fix Proc#hash to not change after compactionPeter Zhu
2024-11-01`alias` should not set `defined_class` for ModulesKoichi Sasada
2024-10-31Fix assertion when envval of proc is QundefPeter Zhu
2024-10-31Fix indentation in TestProc#test_hash [ci skip]Peter Zhu
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-16Fix memory leak in syntax error in prismPeter Zhu
2024-10-16RubyVM::InstructionSequence.of Thread::Backtrace::LocationKevin Newton
2024-10-16Skip GC compaction tests in test_yjit.rb when not supportedPeter Zhu
2024-10-15Remove a puts in test_finalizer_thread_raisePeter Zhu
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-11Rename supports_auto_compact? to supports_compact?Peter Zhu
2024-10-11Used respond_to? check for compaction in test_gc_compact.rbPeter Zhu
2024-10-11Remove defined check for GC.config in test_gc.rbPeter Zhu
2024-10-10Fix typo in test_gc.rb [ci skip]Peter Zhu
2024-10-10Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...Yuta Saito
2024-10-10Suppress warnings with `RUBYPOT=-w`Nobuyoshi Nakada
2024-10-10Emit warning for other method redefinition typesThomas Marshall
2024-10-09[Bug #20789] Fix an invalid syntax error when `->a=1...{}`ydah
2024-10-07[Bug #20787] Check the separator in `IO#readline` as well as 3.2Nobuyoshi Nakada
2024-10-05[Bug #20705] Update `strtod` implementationNobuyoshi Nakada
2024-10-04Fix intermediate array off-by-one errorKevin Newton
2024-10-03Rename size_pool -> heapMatt Valentine-House
2024-10-03Make Object#singleton_method return methods in modules included in or prepend...Jeremy Evans