summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-12-17[PRISM] Recurse use_deconstructed_cache in Alternation NodesMatt Valentine-House
2024-12-16Freeze `Random::Formatter::ALPHANUMERIC` and its elementsNobuyoshi Nakada
2024-12-15[Bug #20927] Fix compile_shareable_literal_constant for hash with keyword splattompng
2024-12-13Fix use-after-free in ep in Proc#dup for ifunc procsPeter Zhu
2024-12-12[Feature #20884] Reserve "Ruby" toplevel nameNobuyoshi Nakada
2024-12-10[Bug #20924] Fix reading with delimiter in wide character encodingsNobuyoshi Nakada
2024-12-10[Bug #20936] Fix #size for Range#reverse_eachKouhei Yanagita
2024-12-06[Bug #20929] Win32: Encode timezone name in UTF-8Nobuyoshi Nakada
2024-12-06[Bug #20929] Fix `assert_zone_encoding`Nobuyoshi Nakada
2024-12-05Standardize on the name "modular GC"Peter Zhu
2024-11-29Warn when redefining __id__ as well as object_idJohn Hawthorn
2024-11-29[Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C methodviralpraxis
2024-11-29Avoid illegal pointerYusuke Endoh
2024-11-26Optimize instructions when creating an array just to call `include?` (#12123)Randy Stauner
2024-11-26Many of Oniguruma functions need valid encoding stringsNobuyoshi Nakada
2024-11-26Check negative integer underflowNobuyoshi Nakada
2024-11-25Prevent a warning: setting Encoding.default_externalYusuke Endoh
2024-11-20Fix a bug in rb_include_module that stops nested inclusion into module subcla...Jeremy Evans
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é