index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-08-20
[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...
Josh Nichols
2023-08-20
[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...
Josh Nichols
2023-08-20
[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...
Josh Nichols
2023-08-20
Update specification.rb
Samuel Giddins
2023-08-20
[rubygems/rubygems] Ensure that loading multiple gemspecs with legacy YAML cl...
Samuel Giddins
2023-08-20
[rubygems/rubygems] choose_from_list may return nil index since
Akira Matsuda
2023-08-19
[ruby/yarp] Bump to version 0.8.0
Kevin Newton
2023-08-18
[rubygems/rubygems] Resolve ruby version file relative to bundle root
Ngan Pham
2023-08-18
[rubygems/rubygems] Make nil a valid license spec
John Hong
2023-08-18
[rubygems/rubygems] Update SPDX license list as of 2023-06-18
License Update
2023-08-18
[ruby/yarp] Remove strange :"#arg_rest" local
Kevin Newton
2023-08-17
[rubygems/rubygems] Raise Gem::Package::FormatError on EOF, indicating corrup...
Martin Emde
2023-08-17
Render YARP templates in the build process (#8228)
Takashi Kokubun
2023-08-17
[ruby/yarp] Treat yp_buffer_t as an opaque pointer
Kevin Newton
2023-08-17
[rubygems/rubygems] Add `file` option to `ruby` method in Gemfile
Ngan Pham
2023-08-17
[rubygems/rubygems] Clarify that `bundle info` takes a gem name
Manu
2023-08-16
Resync YARP
Takashi Kokubun
2023-08-16
[ruby/yarp] Fixes so `bundle exec rake` can run on JRuby and TruffleRuby
Benoit Daloze
2023-08-16
[ruby/yarp] Add a CHANGELOG
Kevin Newton
2023-08-16
[ruby/yarp] Hide debug methods
Kevin Newton
2023-08-16
[ruby/yarp] Simplify creation of numerics
Kevin Newton
2023-08-16
[ruby/yarp] Move the gem's C extension into lib/yarp/
Mike Dalessio
2023-08-16
[ruby/irb] Encapsulate input details in Statement objects
Stan Lo
2023-08-16
[rubygems/rubygems] Show better error when PAT can't authenticate to a privat...
David Rodríguez
2023-08-16
[rubygems/rubygems] Bad auth should not fallback either
David Rodríguez
2023-08-16
[rubygems/rubygems] Fix git source conservativeness
David Rodríguez
2023-08-16
[rubygems/rubygems] Extract s.name to a variable
David Rodríguez
2023-08-16
[rubygems/rubygems] Remove unneeded stuff
David Rodríguez
2023-08-16
[rubygems/rubygems] Don't update locked sources when not necessary
David Rodríguez
2023-08-16
[rubygems/rubygems] Extract a `default_source` method
David Rodríguez
2023-08-16
[rubygems/rubygems] Move `lockfile_source` variable out of condition branch
David Rodríguez
2023-08-16
[rubygems/rubygems] Refactor locked dep filtering more
David Rodríguez
2023-08-16
[rubygems/rubygems] Avoid unnecessary loop through dependencies
David Rodríguez
2023-08-16
[ruby/net-http] Update lib/net/http.rb
Josh Nichols
2023-08-16
[ruby/net-http] Update lib/net/http/response.rb
Josh Nichols
2023-08-16
[ruby/net-http] use +'' everywhere
Josh Nichols
2023-08-16
[ruby/net-http] Fix on 2.7
Josh Nichols
2023-08-16
[ruby/net-http] freeze rest of lib
Josh Nichols
2023-08-16
[ruby/net-http] update net/http/response to be frozen string literal
Josh Nichols
2023-08-16
[ruby/net-http] turn on frozen strings for net/http/generic_request
Josh Nichols
2023-08-16
[ruby/net-http] turn on frozen strings for net/http/header
Josh Nichols
2023-08-16
[ruby/net-http] Improve performance of HTTPHeader#content_type
Josh Nichols
2023-08-13
[ruby/irb] Support seamless integration with ruby/debug
Stan Lo
2023-08-13
[ruby/irb] Move IO configuration to IRB::Irb
Stan Lo
2023-08-13
[ruby/irb] Remove useless `begin`/`end` [ci skip]
Nobuyoshi Nakada
2023-08-12
[ruby/irb] Drop showing indent level number in DEFAULT prompt and
tomoya ishida
2023-08-12
[ruby/irb] Reline/ReadlineInputMethod should inherit
Stan Lo
2023-08-11
[ruby/irb] Remove needless removal of trailing whitespace in
tomoya ishida
[next]