summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-21retry on cancelling of `getaddrinfo`Koichi Sasada
2024-06-21[ruby/prism] Update `#line` that was missed to updateYusuke Endoh
2024-06-21Use the official way for binary cache with vcpkgHiroshi SHIBATA
2024-06-21Support LCOV 2.0Yusuke Endoh
2024-06-21Apply EnvUtil.apply_timeout_scale for TestFile#test_statYusuke Endoh
2024-06-21[rubygems/rubygems] Update contents of gem.bat on Windowsccmywish
2024-06-21Show more in `RBIMPL_ASSERT_TYPE`Nobuyoshi Nakada
2024-06-21Delegate from `RBIMPL_ASSERT_OR_ASSUME` to `RUBY_ASSERT_ALWAYS`Nobuyoshi Nakada
2024-06-21fix sendfwd with `send` and `method_missing`Koichi Sasada
2024-06-20Make ruby_external_gc_init staticPeter Zhu
2024-06-20Skip 3 specs when $HOME is not a valid directoryJeremy Evans
2024-06-20[PRISM] Remove duplicated testsKevin Newton
2024-06-20[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repoYusuke Endoh
2024-06-20[rubygems/rubygems] Add a regression test for previous `bundler update --bund...David Rodríguez
2024-06-20[ruby/securerandom] Update UUID documentation with RFC9562 linksnick evans
2024-06-20[rubygems/rubygems] Check if failed with the expected errorNobuyoshi Nakada
2024-06-20[rubygems/rubygems] Revert "Workaround for TruffleRuby that set `nil` to LIBR...Nobuyoshi Nakada
2024-06-20[rubygems/rubygems] Fix credentials being readded when re-resolving without a...David Rodríguez
2024-06-20[rubygems/rubygems] Fix `bundle update <gem_name>` edge caseDavid Rodríguez
2024-06-20[rubygems/rubygems] Move constant to the proper placeDavid Rodríguez
2024-06-20[rubygems/rubygems] Don't expire git specs unnecessarily when remote! or cach...David Rodríguez
2024-06-20[rubygems/rubygems] Don't validate local gemspec twiceDavid Rodríguez
2024-06-20[rubygems/rubygems] Make sure to not re-resolve when a not fully specific loc...David Rodríguez
2024-06-20[rubygems/rubygems] Always resolve against the local platformDavid Rodríguez
2024-06-20[rubygems/rubygems] Remove no longer needed conditionDavid Rodríguez
2024-06-20[rubygems/rubygems] Revert to splitting parser due to performance regressionMartin Emde
2024-06-20[ruby/fiddle] Remove Vim commandsAaron Patterson
2024-06-20[ruby/date] Update zonetab.h at 2024-06-19Nobuyoshi Nakada
2024-06-20Set RUBY_TEST_TIMEOUT_SCALE=3 for --repeat-count=2 testYusuke Endoh
2024-06-19Bump gacts/run-and-post-run in /.github/actions/setup/directoriesdependabot[bot]
2024-06-19Bump gacts/run-and-post-run from 1.4.0 to 1.4.1dependabot[bot]
2024-06-20[rubygems/rubygems] Make "bundler? update --bundler" behave identicallyYuri Kanivetsky
2024-06-19String.new(capacity:) don't substract termlenJean Boussier
2024-06-19[rubygems/rubygems] Do not set previously unset valueNobuyoshi Nakada
2024-06-19[rubygems/rubygems] Workaround for TruffleRuby that set `nil` to LIBRUBY_RELA...Nobuyoshi Nakada
2024-06-19[rubygems/rubygems] Dump `RbConfig` elements to escape special charactersNobuyoshi Nakada
2024-06-19[rubygems/rubygems] Use get_byte_ranges instead of byte_rangesHiroshi SHIBATA
2024-06-19Update bundled gems list as of 2024-06-19git
2024-06-19[DOC] IO#close on closed IO is not an error.Tanaka Akira
2024-06-18[ruby/prism] (parser) Print when token tests are now passingKevin Newton
2024-06-18[ruby/prism] (parser) Fix up tokens for empty symbolKevin Newton
2024-06-19[ruby/prism] Make sure Init_prism is visible for extensionKevin Newton
2024-06-18Fix flaky TestWeakMap#test_inspect_garbagePeter Zhu
2024-06-18[rubygems/rubygems] Fix `bundle fund` when the gemfile contains optional groupsEarlopain
2024-06-18Deconstruct ci in one placeAaron Patterson
2024-06-18Mark the class on orphan call cachesAaron Patterson
2024-06-18Refactor so we don't have _cdAaron Patterson
2024-06-18Add two new instructions for forwarding callsAaron Patterson
2024-06-18Set a fast path for forwardable iseqsAaron Patterson
2024-06-18fix allocation assertionsAaron Patterson