summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-01-02[Bug #20995] Protect `IO.popen` block from exiting by exceptionNobuyoshi Nakada
2024-12-30[Bug #20992] Test for local variable name encodingsNobuyoshi Nakada
2024-12-29[Bug #20988] [prism] Fix escaped octal character literalsNobuyoshi Nakada
2024-12-28[Bug #20990] Reject escaped multibyte char with control/meta prefixNobuyoshi Nakada
2024-12-26Handle defined? with call chains with blocksKevin Newton
2024-12-27[Bug #20984] Fix test with locale encodingNobuyoshi Nakada
2024-12-26[Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`Nobuyoshi Nakada
2024-12-26[Bug #20984] ENV.inspect should be encoding awareNobuyoshi Nakada
2024-12-26Refine ENV testsNobuyoshi Nakada
2024-12-26"test" environment variable is unset in `setup`Nobuyoshi Nakada
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