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
2024-09-24
[rubygems/rubygems] Fix `bundler/inline` overwriting lockfiles
David Rodríguez
2024-09-24
[ruby/error_highlight] Fix error with prism when method given no arguments
Luke Gruber
2024-09-24
[ruby/prism] Accept version shorthand like 3.4
Kevin Newton
2024-09-24
[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parse
Benoit Daloze
2024-09-24
[rubygems/rubygems] Restore `gem_dir` as an instance variable accessor
David Rodríguez
2024-09-24
[rubygems/rubygems] Remove TODO I can't make much sense of
David Rodríguez
2024-09-24
[ruby/error_highlight] Prism added node_id and Node#breadth_first_search in t...
Adam Hess
2024-09-23
[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...
David Rodríguez
2024-09-23
[rubygems/rubygems] Ensure refs directory in cached git source
Daniel Colson
2024-09-23
[rubygems/rubygems] Fix `bundle outdated` with `--group` option
David Rodríguez
2024-09-20
[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...
Koichi ITO
2024-09-20
[ruby/prism] Introduce partial_script option
Kevin Newton
2024-09-20
[rubygems/rubygems] Unconditionally set installed_by_version
Samuel Giddins
2024-09-20
[ruby/irb] Fix debug command in nomultiline mode
tomoya ishida
2024-09-20
[rubygems/rubygems] Don't try to install locked bundler when `--local` is passed
David Rodríguez
2024-09-19
Added missing block arg
Hiroshi SHIBATA
2024-09-19
[ruby/set] 2024
Akinori MUSHA
2024-09-19
[ruby/set] Reword the document for to_a and clarify the implementation notes
Akinori MUSHA
2024-09-18
[rubygems/rubygems] Add a note about when hack can be removed
David Rodríguez
2024-09-18
[rubygems/rubygems] Fix TODO
David Rodríguez
2024-09-18
[rubygems/rubygems] Stop fighting with ourselves
David Rodríguez
2024-09-17
[ruby/uri] Fix spelling of "cannot"
David Rodríguez
2024-09-17
[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"
David Rodríguez
2024-09-17
[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...
David Rodríguez
2024-09-17
[rubygems/rubygems] Inline a private method
David Rodríguez
2024-09-17
[rubygems/rubygems] Consistently access install options through symbol keys
David Rodríguez
2024-09-16
[ruby/prism] Do not leak explicit encoding
Kevin Newton
2024-09-16
[ruby/irb] Use InstructionSequence#script_lines to get method source
tomoya ishida
2024-09-16
[rubygems/rubygems] Simplify handling default gem caching
David Rodríguez
2024-09-16
[rubygems/rubygems] Remove temporary `.lock` files left around by gem installer
David Rodríguez
2024-09-16
[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...
David Rodríguez
2024-09-13
[ruby/prism] Expose main_script in serialization API
Kevin Newton
2024-09-13
Dont't warn reline called from irb, reline is already declared at irb gemspec
Hiroshi SHIBATA
2024-09-12
[ruby/prism] Check errno for parsing directory
Kevin Newton
2024-09-12
[ruby/irb] Remove KEYWORD_ALIASES which handled special alias name
tomoya ishida
2024-09-11
[rubygems/rubygems] Small simplification in Definition class
David Rodríguez
2024-09-11
[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...
David Rodríguez
2024-09-11
[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...
David Rodríguez
2024-09-11
[rubygems/rubygems] Don't rescue Exception when evaluating Gemfile
David Rodríguez
2024-09-11
[rubygems/rubygems] Refactor setting current gemfile in DSL
David Rodríguez
2024-09-11
[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...
David Rodríguez
2024-09-11
[rubygems/rubygems] Make an exe file executable when generating new gems
Yuji Yaginuma
2024-09-10
[ruby/tmpdir] Reject empty parent path
Nobuyoshi Nakada
2024-09-10
[ruby/resolv] Add spec extensions
Nobuyoshi Nakada
2024-09-10
[rubygems/rubygems] Removed duplicated dependencies that used by bundler inline
Hiroshi SHIBATA
2024-09-10
[rubygems/rubygems] Retry resolution with activated gems if inline has conflicts
David Rodríguez
2024-09-10
[rubygems/rubygems] Remove unnecessary verification
David Rodríguez
2024-09-10
[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline mode
David Rodríguez
2024-09-09
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-09-09
[rubygems/rubygems] Don't include hook templates in cached git source
Daniel Colson
[next]