summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-12-12[ruby/prism] Fixed Prism::Translation::RubyParser's comment processingRyan Davis
2025-12-11[ruby/timeout] Make Timeout.timeout work in a trap handler on CRubyBenoit Daloze
2025-12-11[ruby/timeout] Encapsulate adding a timeout RequestBenoit Daloze
2025-12-11[ruby/timeout] Revise Timeout.timeout docs and add a section about `ensure`Benoit Daloze
2025-12-11[ruby/timeout] Reset the interrupt mask when creating the Timeout threadBenoit Daloze
2025-12-11This change didn't fix the original issue.Hiroshi SHIBATA
2025-12-11Use base: with Dir.glob for bundler.gemspecHiroshi SHIBATA
2025-12-10[ruby/forwardable] v1.4.0Hiroshi SHIBATA
2025-12-10[ruby/forwardable] Simpler and faster check for the delegation fastpathJean Boussier
2025-12-10[ruby/optparse] v0.8.1Hiroshi SHIBATA
2025-12-10[ruby/ipaddr] v1.2.8Hiroshi SHIBATA
2025-12-10[ruby/resolv] v0.7.0Hiroshi SHIBATA
2025-12-09[ruby/rubygems] Bump Rubygems version to 4.0.1Hiroshi SHIBATA
2025-12-09[ruby/rubygems] Bump Bundler version to 4.0.1Hiroshi SHIBATA
2025-12-09[ruby/net-http] Check whether TCPSocket#initialize supports open_timeout once...Benoit Daloze
2025-12-09Fixed by `misspell -w -error -source=text`Hiroshi SHIBATA
2025-12-09[ruby/rubygems] Fix Bundler removing executables after creating themEdouard CHIN
2025-12-09[ruby/rubygems] Fix indentation of the info message for default_cli_commandBenoit Daloze
2025-12-09[ruby/rubygems] Fix the config suggestion in the warning for `$ bundle`Benoit Daloze
2025-12-08[ruby/rubygems] Extract and generate only bundler bin files instead of full i...Hiroshi SHIBATA
2025-12-08[ruby/rubygems] Fix native extension loading in newgem template for RHEL-base...yoshoku
2025-12-08[ruby/timeout] v0.5.0Hiroshi SHIBATA
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