summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-12-05[ruby/timeout] Simplify logic to make GET_TIME shareableBenoit Daloze
2025-12-05[ruby/timeout] Fix logic for Ractor supportBenoit Daloze
2025-12-05[ruby/timeout] Fix condition and fix test to catch that broken conditionBenoit Daloze
2025-12-05[ruby/timeout] Minor tweaksBenoit Daloze
2025-12-05[ruby/timeout] support RactorKoichi Sasada
2025-12-05[ruby/net-http] open: Never call Timeout.timeout in rescue clauseDaisuke Aritomo
2025-12-05[ruby/timeout] Only the timeout method should be public on the Timeout moduleBenoit Daloze
2025-12-04[ruby/rubygems] Increase connection pool to allow for up to 70% speed increase:Edouard CHIN
2025-12-03[ruby/rubygems] Bump Rubygems version to 4.0.0Hiroshi SHIBATA
2025-12-03[ruby/rubygems] Bump Bundler version to 4.0.0Hiroshi SHIBATA
2025-12-02[ruby/prism] Fix the ripper translator to parse as the current rubyEarlopain
2025-12-02[ruby/rubygems] Make BUNDLE_LOCKFILE environment variable have precedence ove...Jeremy Evans
2025-12-02[ruby/optparse] Remove `const_set` and instead use explicit assignmentsSam Westerman
2025-12-02[ruby/rubygems] Improve banner message for the default command.Hiroshi SHIBATA
2025-11-29[ruby/prism] Optimize `Prism::Source#find_line`Earlopain
2025-11-29[ruby/tempfile] [DOC] Monofont some text in Tempfile.createPeter Zhu
2025-11-29[ruby/tempfile] [DOC] Fix monofont for Tempfile.createPeter Zhu
2025-11-29[ruby/rubygems] Also use String#include? for RUBY_PLATFORMHiroshi SHIBATA
2025-11-29Fixup with mswin and nmake build for -j flagHiroshi SHIBATA
2025-11-28[ruby/rubygems] Add informational message when default_cli_command is unset.Hiroshi SHIBATA
2025-11-28[ruby/rubygems] Print help summary when the default command failJean Boussier
2025-11-28[ruby/rubygems] Restore `install` as default commandJean Boussier
2025-11-28[ruby/rubygems] Use String#include? with suggested by Performance/StringInclu...Hiroshi SHIBATA
2025-11-28[ruby/rubygems] Fixed checksums generation issue when no source is specifiedHiroshi SHIBATA
2025-11-29nmake didn't support -j flagHiroshi SHIBATA
2025-11-28[ruby/rubygems] Add `MAKEFLAGS=-j` by default before compiling:Edouard CHIN
2025-11-26[ruby/optparse] Remove unneeded `public`Sam Westerman
2025-11-26[ruby/optparse] Put `private` before method declarationsSam Westerman
2025-11-26[ruby/rubygems] Bump up to 4.0.0.beta2Hiroshi SHIBATA
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-25[ruby/uri] [DOC] Fix result of sample code in `#user=`Yuji Yaginuma
2025-11-24[ruby/forwardable] Use generic argument forwarding (...) instead of ruby2_key...Jeremy Evans
2025-11-21[ruby/rubygems] Undeprecate Gem::Version#<=> against stringsJean Boussier
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-20[ruby/rubygems] Keep legacy windows platform, not removed themHiroshi SHIBATA
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-20[ruby/rubygems] Make the Bundler logger thread safe:Edouard CHIN
2025-11-20[ruby/rubygems] Run git operations in parallel to speed things up:Edouard CHIN
2025-11-20Support backwards compatibility for Set subclassesJeremy Evans
2025-11-20[ruby/rubygems] Bump up to 4.0.0.beta1Hiroshi SHIBATA
2025-11-19[ruby/error_highlight] Fix prism_spot_def_for_name for singletonsJohn Hawthorn
2025-11-19[ruby/rubygems] Use method_defined?(:method, false)Hiroshi SHIBATA