summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-11-14[ruby/rubygems] Add pattern matching support to Gem::NameTupleBrandon Weaver
2025-11-14[ruby/rubygems] Removed files for `gem query`Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::DependencyInstaller#find_gems_with_so...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Util.silent_systemHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Platform.matchHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Installer#unpackHiroshi SHIBATA
2025-11-14[ruby/rubygems] bin/rubocop -a --only Style/RedundantParenthesesHiroshi SHIBATA
2025-11-14Adapt to Unicode directory changesMari Imaizumi
2025-11-14[ruby/rubygems] Use `method_defined?` instead of `instance_methods.include?`Nobuyoshi Nakada
2025-11-13[ruby/net-http] Fix handling of IPv6 literal hosts in `Net::HTTPGenericRequest`Taketo Takashima
2025-11-13Add size checks to Range#to_set and Enumerator#to_set [Bug #21654]Akinori Musha
2025-11-13Revert "[Bug #21513] Raise on converting endless range to set"Akinori Musha
2025-11-13[ruby/rubygems] Fixed with Performance/RegexpMatch copHiroshi SHIBATA
2025-11-13Ractor support Windows platform. We need to skip only failing tests of RubyGemsHiroshi SHIBATA
2025-11-13[Bug #21683] Respect reading encoding at `each_codepoint`Nobuyoshi Nakada
2025-11-12[ruby/rubygems] Re-use assert_headers_equal from Gem::Package::TarTestCaseHiroshi SHIBATA
2025-11-12[ruby/rubygems] Add pattern matching support to Gem::PlatformBrandon Weaver
2025-11-12Reapply "[ruby/erb] Reapply "Remove safe_level and further positional"Takashi Kokubun
2025-11-12Revert "[ruby/erb] Reapply "Remove safe_level and further positional"Takashi Kokubun
2025-11-12[ruby/erb] Reapply "Remove safe_level and further positionalTakashi Kokubun
2025-11-12[ruby/io-wait] Remove `IO#nread` and `IO#ready?Nobuyoshi Nakada
2025-11-12Make alias `Ractor#value` only if undefinedNobuyoshi Nakada
2025-11-12[ruby/rubygems] Workaround for test failure of ruby_3_4 branchHiroshi SHIBATA
2025-11-12[ruby/rubygems] Support ruby_3_4 branch with assert_ractor argumentHiroshi SHIBATA
2025-11-12[ruby/rubygems] Inject assert_ractor if TestGemPackageTarHeaderRactor is runn...Hiroshi SHIBATA
2025-11-12Split Ractor tests for Gem::PackageHiroshi SHIBATA
2025-11-12Reapply "[ruby/rubygems] Fix constants in TAR to be frozen"Hiroshi SHIBATA
2025-11-12[Bug #21680] Fix (base**power_of_two).digits(base) bug (#15144)tomoya ishida
2025-11-12[ruby/error_highlight] Replace Ruby 3.5 with Ruby 4.0Yasuo Honda
2025-11-11test_ractor.rb: Delete unnecessary GC.stress fiddlingAlan Wu
2025-11-11[ruby/openssl] Replace Ruby 3.5 with Ruby 4.0Yasuo Honda
2025-11-11[Bug #21666] Get rid of use of unspecified valuesNobuyoshi Nakada
2025-11-10ZJIT: Set cfp->sp on leaf calls with GC (#15137)Takashi Kokubun
2025-11-10Add test for [Bug #21265]Alan Wu
2025-11-11Revert "ns_subclasses refcount accesses need to be atomic (#15083)" (#15138)Luke Gruber
2025-11-10[ruby/timeout] Suppress warnings in two testsOlle Jonsson
2025-11-10[ruby/rubygems] Make verification methods privateAaron Patterson
2025-11-10[ruby/stringio] Suppress warnings against pattern matching on ruby 2.7Nobuyoshi Nakada
2025-11-10Fix condition for Timeout Error with >= macOS 26.1Hiroshi SHIBATA
2025-11-09[Bug #21673] Fix resolving refined module-defined methodNobuyoshi Nakada
2025-11-07Don't modify fstrings in rb_str_tmp_frozen_no_embed_acquireJohn Hawthorn
2025-11-08[ruby/prism] Rename Ruby 3.5 to Ruby 4.0Earlopain
2025-11-07Depricate IO operation with `|`Nobuyoshi Nakada
2025-11-07Prism update for 4.0Nobuyoshi Nakada
2025-11-07[ruby/json] Deprecate `JSON::State#[]` and `JSON::State#[]=`Jean Boussier
2025-11-07[ruby/json] Get rid of JSON.deep_const_get (private API)Jean Boussier
2025-11-07Follow renaming from Namespace to Ruby::BoxSatoshi Tagomori
2025-11-07Apply renaming to Ruby::Box in test codesSatoshi Tagomori
2025-11-07Re-rename files wrongly renamedSatoshi Tagomori
2025-11-07rename namespace.c (and others) to box.cSatoshi Tagomori