summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-07-15ZJIT: Add failing test to test_spilled_method_args()Alan Wu
2025-07-16Suppress warnings for variablesNobuyoshi Nakada
2025-07-15Skip `URI::TestMailTo#test_email_regexp` for nowNobuyoshi Nakada
2025-07-14ZJIT: Restore SP register after JIT-to-JIT call (#13882)Takashi Kokubun
2025-07-14[rubygems/rubygems] Fix more warnings when running old Bundler with latest Ru...David Rodríguez
2025-07-14[rubygems/rubygems] Improve some heredoc indentationsDavid Rodríguez
2025-07-14[rubygems/rubygems] Stop generating binstubs with support for RubyGems before...David Rodríguez
2025-07-13[ruby/uri] Repeat matching to reduce deviationsNobuyoshi Nakada
2025-07-13[ruby/uri] Test in exponential scale with rehearsalNobuyoshi Nakada
2025-07-12[ruby/openssl] asn1: align UTCTime year range with RFC 5280Kazuki Yamaguchi
2025-07-12[ruby/uri] Improve performance of `URI::MailTo::EMAIL_REGEXP`Nobuyoshi Nakada
2025-07-12[ruby/uri] Do not allow empty host names, as they are not allowed by RFC 3986Jeremy Evans
2025-07-12[ruby/uri] Prohibit successive dots in emailNobuyoshi Nakada
2025-07-12[ruby/uri] More tests for `check_to`Nobuyoshi Nakada
2025-07-12[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): use assertions surrounding the l...Nikita Levchuk
2025-07-12[ruby/uri] lib/uri/mailto.rb (EMAIL_REGEXP): the local part should not contai...Nikita Levchuk
2025-07-12[ruby/uri] Make URI::regexp schemes case sensitiveNobuyoshi Nakada
2025-07-12[ruby/uri] Fix the message for unexpected argumentNobuyoshi Nakada
2025-07-11ZJIT: Mark objects baked in JIT code (#13862)Takashi Kokubun
2025-07-10ZJIT: Implement patch points on BOP redefinition (#13850)Takashi Kokubun
2025-07-10ZJIT: Avoid optimizing locals on eval (#13840)Takashi Kokubun
2025-07-10[Bug #19417] Make word prop match join_control ...Janosch Müller