summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-07-29[ruby/prism] Allow command calls in endless method bodies within assignmentsStan Lo
2025-07-29Improve performance of bignum[beg, len] (#14007)tomoya ishida
2025-07-29[Bug #21513] Raise on converting endless range to setviralpraxis
2025-07-28ZJIT: Support invalidating constant patch points (#13998)Stan Lo
2025-07-28ZJIT: Keep a frame pointer and use it for memory paramsAlan Wu
2025-07-28[rubygems/rubygems] Avoid openssl bug in test_verify_certificate_extra_messageKazuki Yamaguchi
2025-07-28[ruby/json] Fix duplicated key warning locationJean Boussier
2025-07-28[ruby/json] Improve duplicate key warning and errors to include the key nameJean Boussier
2025-07-28Update comments for pack/unpack tests [ci skip]Nobuyoshi Nakada
2025-07-27Add test for `String#byteslice` with multibyte charactersErim Icel
2025-07-27[ruby/openssl] ssl: add post-quantum cryptography (PQC) testsJun Aruga
2025-07-24ZJIT: Remove redundant test exclusionsStan Lo
2025-07-25Add NODE_DEFINED tests for cases with parentheses to test_ast.rbydah
2025-07-24Add DEFINED NODE locationsS-H-GAMELINKS
2025-07-23ZJIT: Add multiple exclude targetsStan Lo
2025-07-23ZJIT: Fix clobbering register for `self` in gen_entry_params()Alan Wu
2025-07-22[ruby/openssl] ssl: add SSLSocket#sigalg, #peer_sigalg, #groupJun Aruga
2025-07-22Interpolated strings must not be frozenAaron Patterson
2025-07-22[rubygems/rubygems] Define dummy module for mise pluginHiroshi SHIBATA
2025-07-21ZJIT: Load return value before frame teardownAlan Wu
2025-07-22Revert "[ruby/prism] Clear flags on interpolated strings"Hiroshi SHIBATA
2025-07-21[ruby/prism] Clear flags on interpolated stringsAaron Patterson
2025-07-21[ruby/openssl] test/openssl/test_ts.rb: make assert_raise blocks smallerKazuki Yamaguchi
2025-07-21[ruby/openssl] test/openssl/test_ossl.rb: fix style issuesKazuki Yamaguchi
2025-07-21[ruby/openssl] Move slow tests to OSSL_TEST_ALL=1 onlyKazuki Yamaguchi
2025-07-19[ruby/fileutils] Just the parent path of the destination symlink should existNobuyoshi Nakada
2025-07-19[ruby/fileutils] FileUtils.remove_dir checks directoryErik Berlin
2025-07-19[ruby/fileutils] Use shorter symlink by real pathsNobuyoshi Nakada
2025-07-19[ruby/fileutils] Fix up `FileUtils#ln_sr`Nobuyoshi Nakada
2025-07-18ZJIT: Support invalidating on method redefinition (#13875)Stan Lo
2025-07-18[ruby/fileutils] Fix `ln_sf` with multiple sources and `target_directory: false`Nobuyoshi Nakada
2025-07-18Revert "[Bug #21256] Fix `it` parameter when splatting and `define_method` is...Yusuke Endoh
2025-07-17ZJIT: Fix fixnum folding for negative values (#13942)Stan Lo
2025-07-17Fix compilation for forwarding params in PrismAaron Patterson
2025-07-17[Bug #21256] Fix `it` parameter when splatting and `define_method` is usedEarlopain
2025-07-17ZJIT: Give up JIT-to-JIT calls for 6+ args (#13939)Takashi Kokubun
2025-07-17[ruby/prism] Revert "Merge pull request #3598 from Shopify/fix-3473"Aaron Patterson
2025-07-17[ruby/prism] Allow command calls in endless method bodies regardless of contextStan Lo
2025-07-17[Feature #21347] Add `open_timeout` as an overall timeout option for `TCPSock...Misaki Shioi
2025-07-17[rubygems/rubygems] Restore treating "--" as an unknown platformDavid Rodríguez
2025-07-16ZJIT: Remove unneeded test exclusionsStan Lo
2025-07-16ZJIT: Split shift with immediate operand (#13914)Max Bernstein
2025-07-16[ruby/prism] [Bug #21345] Fix accepting multiple rest patterns with leading m...Earlopain
2025-07-16test_process.rb: UID.from_name may raise Errno::ENOENTTakashi Kokubun
2025-07-16[ruby/prism] Fix crash when using arithmetic expressions in pattern matchingStan Lo
2025-07-16ZJIT: Fix SP alignment on JIT entry for x86_64Takashi Kokubun
2025-07-16[ruby/prism] Improve error handling for missing parentheses after 'not' in co...ydah
2025-07-16[ruby/prism] Reject `true && not true`Yusuke Endoh
2025-07-16`test_defined_paren_void_stmts` passes with parse.y nowNobuyoshi Nakada
2025-07-15ZJIT: Start testing against `/test/ruby/` and update all ZJIT related testing...Stan Lo