summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-22[ruby/openssl] pkey/ec: fix OpenSSL::PKey::EC::Group#curve_name for unknown c...Kazuki Yamaguchi
2025-11-22[ruby/json] parser.c: Record escape positions while parsingJean Boussier
2025-11-22[ruby/json] Fix the parser to not accept invalid escapesJean Boussier
2025-11-22[ruby/json] Use booleans in string_scanJean Boussier
2025-11-21[DOC] Tweaks for Integer#**BurdetteLamar
2025-11-21[DOC] Harmonize #* methodsBurdetteLamar
2025-11-21[ruby/rubygems] Undeprecate Gem::Version#<=> against stringsJean Boussier
2025-11-21ZJIT: Don't make GuardNotFrozen consider immediatesMax Bernstein
2025-11-21ZJIT: Inline GuardNotFrozen into LIRMax Bernstein
2025-11-21ZJIT: Add tests for Kernel#kind_of?Max Bernstein
2025-11-21ZJIT: Print class objects more nicely in HIRMax Bernstein
2025-11-21ZJIT: Specialize Module#=== and Kernel#is_a? into IsAMax Bernstein
2025-11-21ZJIT: Inline Integer#<< for constant rhs (#15258)Max Bernstein
2025-11-21ZJIT: Inline Thread.current (#15272)Max Bernstein
2025-11-21ZJIT: Inline ArrayLength into LIRMax Bernstein
2025-11-21ZJIT: Split CSel memory reads on x86_64Max Bernstein
2025-11-21ZJIT: Specialize monomorphic DefinedIvar (#15281)Max Bernstein
2025-11-21ZJIT: Inline String#empty? (#15283)Max Bernstein
2025-11-22Fix stdatomic case in `rbimpl_atomic_u64_fetch_add`Nobuyoshi Nakada
2025-11-21[ruby/json] Move RUBY_TYPED_FROZEN_SHAREABLE macro to json.hÉtienne Barrié
2025-11-21[ruby/json] Skip test failing with JRuby in CIÉtienne Barrié
2025-11-21[ruby/json] Ractor-shareable JSON::CoderÉtienne Barrié
2025-11-21Remove clang-18 from compilers CIPeter Zhu
2025-11-21Fix stdatomic case in rbimpl_atomic_u64_fetch_addJohn Hawthorn
2025-11-21Fix timezone of `yesterday`Nobuyoshi Nakada
2025-11-21Win: quote equal sign in command lineNobuyoshi Nakada
2025-11-21[ruby/rubygems] bin/rubocop -aHiroshi SHIBATA
2025-11-21Use assert_match for uplevel optionHiroshi SHIBATA
2025-11-21Fixed warning for String comparison of Gem::VersionHiroshi SHIBATA
2025-11-21[ruby/rubygems] Check for file existence before deletion from cachePhilip Arndt
2025-11-21[ruby/rubygems] Respect `BUNDLE_VERSION` config at Gem::BundlerVersionFinderHiroshi SHIBATA
2025-11-21[ruby/rubygems] Deprecate comparing Gem::Version objects with stringsAaron Patterson
2025-11-21[ruby/rubygems] create a gem version instead of comparing with a stringAaron Patterson
2025-11-21[ruby/rubygems] Fixed RuboCop offense in Rakefile generated by `bundle gem`sue445
2025-11-21[ruby/rubygems] Add go_gem/rake_task for Go native extention gem skeletonsue445
2025-11-21CI: cmake in scoop seems unusedNobuyoshi Nakada
2025-11-20Accurate GC.stat under multi-Ractor modeJohn Hawthorn
2025-11-20ZJIT: Read `iseq->body->param` directly instead of through FFIAlan Wu
2025-11-20Name the `iseq->body->param` struct and update bindings for JITsAlan Wu
2025-11-21Fix multiple bugs in `IO::Buffer.map` and update its documentation. (#15264)Alexander Bulancov
2025-11-20[ruby/rubygems] Keep legacy windows platform, not removed themHiroshi SHIBATA
2025-11-20Bump default compiler to clang-20 in CIPeter Zhu
2025-11-20Add a Ractor test case that causes MMTk to deadlockPeter Zhu
2025-11-20[ruby/rubygems] Add support for BUNDLE_LOCKFILE environment variableJeremy Evans
2025-11-20[ruby/rubygems] Add support for bundle install --no-lockJeremy Evans
2025-11-20[ruby/rubygems] Add support for lockfile in GemfileJeremy Evans
2025-11-20ZJIT: Change the output on redefined method tests to verify the new definitio...Kevin Menard
2025-11-20ZJIT: Update test names to use the same convention as the HIR testsKevin Menard
2025-11-20ZJIT: Add tests for `opt_newarray_send` with target methods redefinedKevin Menard
2025-11-20ZJIT: Handle display formatting for all defined bopsKevin Menard