summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-12-25Removed Process::Status#& and Process::Status#>>Hiroshi SHIBATA
2024-12-25[Feature #20884] Define toplevel "Ruby" module with constantsNobuyoshi Nakada
2024-12-24Win32: Defer change of timezone name encoding after 3.4Nobuyoshi Nakada
2024-12-24Fix calls to require_internal in multi-ractor modelukeg
2024-12-23[Bug #20978] Stringize Fiber storage keysNobuyoshi Nakada
2024-12-23Add a test case for nested block `it`yui-knk
2024-12-23Revert "[Bug #20965] Define `it` like an ordinary argument" (#12418)Takashi Kokubun
2024-12-23Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390xHiroshi SHIBATA
2024-12-20Provide Ractor support for **Kevin Newton
2024-12-20Fix GC compaction crash when using local variables in evalPeter Zhu
2024-12-20[PRISM] Treat it as a local when compiling patternsMatt Valentine-House
2024-12-20[PRISM] Fix compiling popped opt_str_uminus and opt_str_freezeKazuki Yamaguchi
2024-12-19ruby2_keywords warnings: Quote non-UTF8 method names fullyAlan Wu
2024-12-18[Bug #20965] Define `it` like an ordinary argument (#12398)Nobuyoshi Nakada
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