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-30
[ruby/irb] Bump version to 1.8.0
Stan Lo
2023-08-30
[rubygems/rubygems] Update bundler/lib/bundler/settings.rb
Josh Nichols
2023-08-30
[rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...
Josh Nichols
2023-08-29
[ruby/yarp] Add instance variable names to the constant pool
Kevin Newton
2023-08-29
[rubygems/rubygems] Fix bundle update --redownload
Samuel Giddins
2023-08-29
[ruby/irb] Improve help/show_cmds message during debugger
Stan Lo
2023-08-29
[ruby/reline] Remove `ARGV.first` in east_asian_width.rb
ima1zumi
2023-08-29
[ruby/reline] Set EastAsianWidth::UNICODE_VERSION
elfham
2023-08-29
[ruby/irb] fixes https://github.com/ruby/irb/pull/524
Chad Schroeder
2023-08-29
[ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)
Stan Lo
2023-08-29
Fix code example doc for Random.alphanumeric
Petrik
2023-08-29
[ruby/irb] Print deprecation message for prompt_n methods
Stan Lo
2023-08-29
[ruby/irb] Remove unused `PROMPT_N`
Summer ☀️
2023-08-29
[rubygems/rubygems] rubocop -a
Hiroshi SHIBATA
2023-08-29
[Feature #18183] Add `chars:` option to `Random#alphanumeric`
Nobuyoshi Nakada
2023-08-28
RJIT: Remove Type::CArray and limit use of Type::CString
Alan Wu
2023-08-28
[rubygems/rubygems] Fixed malformed lockfile version on installing
Imir Kiyamov
2023-08-28
[rubygems/rubygems] Don't check for circular deps on full index sources
David Rodríguez
2023-08-28
[rubygems/rubygems] Remove redundant checks
David Rodríguez
2023-08-28
[rubygems/rubygems] Fix standalone install crashing when using legacy multi r...
David Rodríguez
2023-08-28
[rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logic
Martin Emde
2023-08-27
[ruby/yarp] Rename constant pool fields to name or operator
Benoit Daloze
2023-08-26
[ruby/yarp] Bump to version 0.9.0
Kevin Newton
2023-08-25
Remove version templating in YARP
Kevin Newton
2023-08-25
[ruby/yarp] Introduce parse_lex instead of asking for a block
Kevin Newton
2023-08-25
[ruby/yarp] Rename Location#to to Location#join, include checks
Kevin Newton
2023-08-25
[ruby/yarp] Add a Location#to method for combining them
Kevin Newton
2023-08-25
[ruby/yarp] Fix rational parsing
Kevin Newton
2023-08-25
[ruby/yarp] Fix relative require for version in YARP gemspec
Kevin Newton
2023-08-25
[ruby/yarp] Use templating to avoid duplicating the YARP version in many places
Benoit Daloze
2023-08-25
[ruby/yarp] Provide a desugar visitor
Kevin Newton
2023-08-25
[ruby/yarp] Add Node#copy and MutationVisitor
Kevin Newton
2023-08-25
[ruby/yarp] ignore state on embexpr_end
HParker
2023-08-26
[Bug #19852] Use gem name without suffix
Nobuyoshi Nakada
2023-08-25
Fix merge conflict in lib/yarp/lex_compat.rb
Kevin Newton
2023-08-25
[ruby/yarp] Fix up lex compat on Ruby HEAD
Kevin Newton
2023-08-25
Remove yarp hack for BOM
Nobuyoshi Nakada
2023-08-25
[rubygems/rubygems] Don't use full indexes unnecessarily on legacy Gemfiles
David Rodríguez
2023-08-25
Suggest to add bundled gems into gemspec if 3rd party gem try to load gem fro...
Hiroshi SHIBATA
2023-08-25
Warn for bigdecimal.so case too
Hiroshi SHIBATA
2023-08-25
prime is bundled gems since Ruby 3.1.0. We should warn it under the bundler e...
Hiroshi SHIBATA
2023-08-25
We should also warn when loading 'bigdecimal/*' libraries
Hiroshi SHIBATA
2023-08-25
Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACT
Hiroshi SHIBATA
2023-08-24
[ruby/yarp] Fix lex compat with BOM
Kevin Newton
2023-08-24
[ruby/irb] Deprecate RubyLex and warn about referencing to it
Stan Lo
2023-08-23
[ruby/open-uri] Make URI.open pass keywords
Jeremy Evans
2023-08-23
[ruby/yarp] Fix first method param lex failures
Kevin Newton
2023-08-23
[ruby/yarp] Match EOF after newline behavior
HParker
2023-08-22
[ruby/yarp] Use require_relative for yarp/ffi
Benoit Daloze
2023-08-22
Added bigdecimal to warning targets for the bundled gems.
Hiroshi SHIBATA
[next]