aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/uri] String literals are frozen nowNobuyoshi Nakada2023-06-251-20/+20
* [ruby/uri] Fix host part in relative referece #83Nobuyoshi Nakada2023-06-251-7/+10
* [ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida2023-06-252-48/+47
* [ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida2023-06-241-10/+6
* [ruby/timeout] Bump up v0.4.0Hiroshi SHIBATA2023-06-231-1/+1
* [ruby/timeout] Raise exception instead of throw/catch for timeoutsJeremy Evans2023-06-221-19/+15
* [ruby/reline] Remove unused methodima1zumi2023-06-221-20/+0
* [ruby/ipaddr] Consider IPv4-mapped IPv6 addresses private if IPv4 address is ...Jeremy Evans2023-06-221-2/+8
* [Feature #19741] Sync all files in yarpJemma Issroff2023-06-217-0/+8323
* [ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida2023-06-201-43/+69
* [ruby/reline] Omit constant under StructYuta Kusuno2023-06-202-3/+3
* Merge rubygems/rubygems HEADHiroshi SHIBATA2023-06-205-25/+63
* [ruby/irb] Add missing token that ignored by rippertomoya ishida2023-06-191-1/+36
* [rubygems/rubygems] Auto-correct Performance/FlatMapHiroshi SHIBATA2023-06-162-3/+3
* [ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida2023-06-152-457/+323
* [ruby/rdoc] Use flat_map for better performancePetrik2023-06-144-7/+7
* Merge rubygems/rubygems HEADHiroshi SHIBATA2023-06-151-4/+9
* [rubygems/rubygems] auto-correct Style/YodaConditionHiroshi SHIBATA2023-06-159-9/+9
* [rubygems/rubygems] Improve error message in frozen mode edge caseDavid Rodríguez2023-06-151-3/+7
* [rubygems/rubygems] Improve frozen mode error messageDavid Rodríguez2023-06-151-14/+11
* [rubygems/rubygems] Use "frozen" rather than "deployment" in error messageDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Show missing spec in lockfile incomplete error messageDavid Rodríguez2023-06-151-5/+5
* [rubygems/rubygems] Extract `Definition#no_resolved_needed?`David Rodríguez2023-06-152-2/+6
* [rubygems/rubygems] There should always be a reasonDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Show relative path to Gemfile in error messageDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Remove weird line breaks in the middle of error messageDavid Rodríguez2023-06-151-5/+4
* [rubygems/rubygems] Simplify checking Gemfile vs lockfile sourcesDavid Rodríguez2023-06-151-7/+10
* [rubygems/rubygems] Make frozen mode spec also pass on Bundler 3David Rodríguez2023-06-151-1/+1
* Update RDoc::RD parsers generated by racc-1.7.1Hiroshi SHIBATA2023-06-142-9/+31
* [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida2023-06-131-1/+1
* [rubygems/rubygems] Autoload shellwords when it's needed.Samuel Williams2023-06-134-8/+11
* [ruby/uri] Fix RFC3986 regexpsNobuyoshi Nakada2023-06-131-4/+5
* [ruby/uri] Refactor RFC3986 regexps to make more readableNobuyoshi Nakada2023-06-131-11/+71
* [ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo2023-06-101-1/+1
* [ruby/irb] Remove the unused fork command definitionStan Lo2023-06-101-34/+0
* [rubygems/rubygems] Stop publishing Gemfile in default gem templateGareth Adams2023-06-081-1/+2
* Try to promote racc as bundled gemsHiroshi SHIBATA2023-06-0817-5252/+0
* Re-generate RDoc::RD parsers with racc-1.7.0Hiroshi SHIBATA2023-06-082-4/+1298
* [ruby/racc] Bump up v1.7.0Hiroshi SHIBATA2023-06-081-1/+1
* Update parser-text.rb with https://github.com/ruby/racc/pull/218Hiroshi SHIBATA2023-06-081-1/+22
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-4/+1
* [rubygems/rubygems] Delay cache access in `LockfileParser`David Rodríguez2023-06-061-4/+7
* [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez2023-06-061-2/+3
* [rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez2023-06-061-0/+1
* [ruby/irb] Refactor ExtendCommand::NopStan Lo2023-06-052-8/+6
* [ruby/irb] Simplify irb_info commandStan Lo2023-06-051-18/+14
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-1/+1
* [ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper2023-06-051-6/+1
* [ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA2023-06-051-9/+17
* [ruby/irb] Bump version to 1.7.0Stan Lo2023-06-041-2/+2