summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-11-19Implement heap_final_slots in GC.stat_heapPeter Zhu
2025-11-19Implement heap_free_slots in GC.stat_heapPeter Zhu
2025-11-19Implement heap_live_slots in GC.stat_heapPeter Zhu
2025-11-19[ruby/error_highlight] Fix prism_spot_def_for_name for singletonsJohn Hawthorn
2025-11-19[ruby/rubygems] Handle BUNDLER_VERSION being set to an empty stringCody Cutrer
2025-11-18Fix crash in optimal size for large T_OBJECTJohn Hawthorn
2025-11-18ZJIT: Inline setting Struct fieldsBenoit Daloze
2025-11-18ZJIT: add support for lazy `RubyVM::ZJIT.enable`Godfrey Chan
2025-11-18[ruby/openssl] ssl: fix test_pqc_sigalg on RHEL 9.7Kazuki Yamaguchi
2025-11-18[ruby/resolv] Fix syntax error on older versionsNobuyoshi Nakada
2025-11-18[ruby/rubygems] Undeprecate `Gem::Version.new(nil)`Aaron Patterson
2025-11-17Unskip test_alternative_pattern_nested for MMTkPeter Zhu
2025-11-18[ruby/rubygems] Removed deprecated -C option from gem buildHiroshi SHIBATA
2025-11-17[ruby/prism] Remove now obsolete todosEarlopain
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
2025-11-14Skip tests in TestThreadLockNativeThread when using LSANPeter Zhu
2025-11-14ZJIT: Skip a flaky DNS test (#15192)Takashi Kokubun
2025-11-14ZJIT: Add tests for sending to methods with keyword args (#15183)Randy Stauner
2025-11-14[ruby/prism] Reject endless method as a block parameter defaultEarlopain
2025-11-14[Feature #21572] Syntax error at capture in alternation patternNobuyoshi Nakada
2025-11-14[ruby/rubygems] Removed deprecated Gem::Specification#has_rdoc, has_rdoc= and...Hiroshi SHIBATA
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