aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/reline] Bump version to 0.3.5Stan Lo2023-06-031-1/+1
* [ruby/rdoc] Auto-correct trailing new linesVinicius Stock2023-06-0363-66/+0
* [ruby/singleton] Simplify the implementationDaniel Pepper2023-06-031-17/+9
* [ruby/reline] Remove unnecessary conditions forNobuyoshi Nakada2023-06-021-15/+1
* [ruby/uri] Drop support for 2.4Nobuyoshi Nakada2023-06-021-1/+1
* [ruby/syntax_suggest] Use hard-coded filename for executables.Hiroshi SHIBATA2023-06-011-1/+1
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-305-10/+11
* [ruby/racc] Remove ErrorSymbolValue referenceJeremy Evans2023-05-301-4/+0
* [ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-291-3/+6
* mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga2023-05-291-2/+2
* [ruby/irb] Set maximum document dialog height bytomoya ishida2023-05-281-0/+1
* [ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida2023-05-271-1/+1
* [ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida2023-05-272-1/+11
* [ruby/rdoc] Improve `<summary>` CSS on sidebarMasafumi Koba2023-05-261-7/+10
* [ruby/rdoc] Improve layout CSSMasafumi Koba2023-05-261-5/+16
* [rubygems/rubygems] Load plugin immediatelySutou Kouhei2023-05-251-0/+15
* Fixup 5bfb317a938Hiroshi SHIBATA2023-05-251-0/+0
* [ruby/benchmark] Don't use version.rbHiroshi SHIBATA2023-05-253-10/+9
* Move gemspec files to top of lib directory.Hiroshi SHIBATA2023-05-258-8/+8
* [ruby/csv] All Enumerable based methods consume the same lines with other met...Sutou Kouhei2023-05-251-8/+1
* [ruby/csv] CSV#read consumes the same lines with other methods like CSV#shiftSutou Kouhei2023-05-251-1/+8
* [ruby/csv] Remove no longer required refinementsMau Magnaguagno2023-05-252-38/+0
* [rubygems/rubygems] Remove forward slash in key regardless if it contains __Jenny Shen2023-05-231-1/+1
* [rubygems/rubygems] Modify invalid key check to accept keys with colonsJenny Shen2023-05-231-1/+1
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-3/+4
* Manually merge syntax_suggest-1.1.0Hiroshi SHIBATA2023-05-236-142/+199
* [ruby/syntax_suggest] Fixschneems2023-05-233-9/+27
* [ruby/syntax_suggest] Refactor Scanner logic out of AroundBlockScan introduce...schneems2023-05-234-151/+259
* [ruby/syntax_suggest] Fix warning messageschneems2023-05-231-1/+1
* [ruby/reline] Bump version to 0.3.4ima1zumi2023-05-201-1/+1
* [ruby/irb] Simplify each_top_level_statementtomoya ishida2023-05-191-63/+49
* [ruby/irb] Display mod key as `Option` on Darwin platformsAdam Daniels2023-05-191-1/+2
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-182-27/+23