summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-09-05[ruby/reline] Prevent a warning for `warning: literal string will beMari Imaizumi
2024-09-05Optimized instruction for Hash#freezeÉtienne Barrié
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié
2024-09-05[ruby/openssl] Fix test_pkey_rsa.rb in FIPS.Jun Aruga
2024-09-05Implement AND/OR NODE operator locationsydah
2024-09-04Implement VALIAS NODE keyword locationsydah
2024-09-04[Bug #20708] Retry `open` on EINTRNobuyoshi Nakada
2024-09-03Allow Errno::EACCES when testing connection timeoutJeremy Evans
2024-09-03[rubygems/rubygems] standardize pretty-print output for Gem::Source and subcl...Durable Programming Team
2024-09-03[ruby/irb] Fix easter_egg run without RDoc, fix input-method testtomoya ishida
2024-09-03[ruby/reline] Add test for reset_variables in Reline::ConfigMari Imaizumi
2024-09-03[ruby/reline] Fix redisplay/insert_text called from pre_input_hooktomoya ishida
2024-09-03Implement ALIAS NODE keyword locationsydah
2024-09-03Implement UNDEF NODE keyword locationsydah
2024-09-03Range#step: restore legacy behavior for String rangeszverok
2024-09-03[flori/json] Use the compiled extension in testÉtienne Barrié
2024-09-02Fix flaky test_latest_gc_info_need_major_byPeter Zhu
2024-09-02[rubygems/rubygems] Simplify `Gem.read_binary` and `Gem.write_binary`Nobuyoshi Nakada
2024-09-01Skip show_doc tests if RDoc is not availableHiroshi SHIBATA
2024-09-01Skip RDoc related feature if Gem::RDoc is not availableHiroshi SHIBATA
2024-08-31[rubygems/rubygems] fix `@license` typo preventing licenses from being correc...Durable Programming Team
2024-08-31[ruby/io-console] Store console IO in Ractor-local storageNobuyoshi Nakada
2024-08-31[ruby/io-console] io-console is considered Ractor-safeNobuyoshi Nakada
2024-08-31[ruby/reline] Implement re-read-init-fileMari Imaizumi
2024-08-29Stop using the "undef" keyword to remove a constantAlan Wu
2024-08-29[Bug #20704] Win32: Fix chdir to non-ASCII pathNobuyoshi Nakada
2024-08-29Make optional benchmark test in OpenSSL::OSSL#test_memcmp_timingHiroshi SHIBATA
2024-08-29Make optional benchmark test in test_find_in_unresolved_tree_is_not_exponenti...Hiroshi SHIBATA
2024-08-29Don't use benchmark for test_activate_via_require_respects_loaded_filesHiroshi SHIBATA
2024-08-29Removed redundant require for TestGemRequireHiroshi SHIBATA
2024-08-29Surpressing 'unknown command: “Switch to inspect mode.”' messageHiroshi SHIBATA
2024-08-28[ruby/prism] Multi-splat flag for argumentsKevin Newton
2024-08-28[PRISM] Field renamingKevin Newton
2024-08-28[ruby/irb] Make colorize test pass with NO_COLOR env settomoya ishida
2024-08-28[ruby/irb] Colorize command inputtomoya ishida
2024-08-27YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)Randy Stauner
2024-08-27[ruby/prism] Add `contains_splat` flageileencodes
2024-08-27[ruby/prism] Fix warning when `#!` ends with carriage returnAlexander Momchilov
2024-08-27Remove incorrect setting of KW_SPLAT_MUT flagJeremy Evans
2024-08-27[ruby/reline] Remove unused variablesMari Imaizumi
2024-08-27[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-08-26[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-08-26[ruby/tempfile] Support anonymous tempfile on earlier than Ruby 3.2Nobuyoshi Nakada
2024-08-25[Bug #20680] `ensure` block is always void contextNobuyoshi Nakada
2024-08-23Fix use-after-free in WeakKeyMap#clearPeter Zhu
2024-08-23[ruby/prism] Pass Unicode escapes on to onigmoKevin Newton
2024-08-23[ruby/tempfile] File.new(fileno, mode: mode, path: path) is provided from Rub...Hiroshi SHIBATA
2024-08-22Uncomment test accidentally commented in 1656350Peter Zhu
2024-08-23Skip some tests which don't work under permissionless containersKJ Tsanaktsidis
2024-08-22Don't use gc_impl.h inside of gc/gc.hPeter Zhu