summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-14Update RDoc::RD parsers generated by racc-1.7.1Hiroshi SHIBATA
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-13[rubygems/rubygems] Autoload shellwords when it's needed.Samuel Williams
2023-06-13[ruby/uri] Fix RFC3986 regexpsNobuyoshi Nakada
2023-06-13[ruby/uri] Refactor RFC3986 regexps to make more readableNobuyoshi Nakada
2023-06-10[ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo
2023-06-10[ruby/irb] Remove the unused fork command definitionStan Lo
2023-06-08[rubygems/rubygems] Stop publishing Gemfile in default gem templateGareth Adams
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
2023-06-08Re-generate RDoc::RD parsers with racc-1.7.0Hiroshi SHIBATA
2023-06-08[ruby/racc] Bump up v1.7.0Hiroshi SHIBATA
2023-06-08Update parser-text.rb with https://github.com/ruby/racc/pull/218Hiroshi SHIBATA
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-06[rubygems/rubygems] Delay cache access in `LockfileParser`David Rodríguez
2023-06-06[rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez
2023-06-06[rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez
2023-06-05[ruby/irb] Refactor ExtendCommand::NopStan Lo
2023-06-05[ruby/irb] Simplify irb_info commandStan Lo
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-06-05[ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper
2023-06-05[ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA
2023-06-04[ruby/irb] Bump version to 1.7.0Stan Lo
2023-06-03[ruby/reline] Bump version to 0.3.5Stan Lo
2023-06-03[ruby/rdoc] Auto-correct trailing new linesVinicius Stock
2023-06-03[ruby/singleton] Simplify the implementationDaniel Pepper
2023-06-02[ruby/reline] Remove unnecessary conditions forNobuyoshi Nakada
2023-06-02[ruby/uri] Drop support for 2.4Nobuyoshi Nakada
2023-06-01[ruby/syntax_suggest] Use hard-coded filename for executables.Hiroshi SHIBATA
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA
2023-05-30[ruby/racc] Remove ErrorSymbolValue referenceJeremy Evans
2023-05-29[ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze
2023-05-29mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)Jun Aruga
2023-05-28[ruby/irb] Set maximum document dialog height bytomoya ishida
2023-05-27[ruby/reline] Fix scrolldown condition in dialog renderingtomoya ishida
2023-05-27[ruby/reline] Use appropriate dialog height and reduce screen pushuptomoya ishida
2023-05-26[ruby/rdoc] Improve `<summary>` CSS on sidebarMasafumi Koba
2023-05-26[ruby/rdoc] Improve layout CSSMasafumi Koba
2023-05-25[rubygems/rubygems] Load plugin immediatelySutou Kouhei
2023-05-25Fixup 5bfb317a938Hiroshi SHIBATA
2023-05-25[ruby/benchmark] Don't use version.rbHiroshi SHIBATA
2023-05-25Move gemspec files to top of lib directory.Hiroshi SHIBATA
2023-05-25[ruby/csv] All Enumerable based methods consume the same lines with other met...Sutou Kouhei
2023-05-25[ruby/csv] CSV#read consumes the same lines with other methods like CSV#shiftSutou Kouhei
2023-05-25[ruby/csv] Remove no longer required refinementsMau Magnaguagno
2023-05-23[rubygems/rubygems] Remove forward slash in key regardless if it contains __Jenny Shen
2023-05-23[rubygems/rubygems] Modify invalid key check to accept keys with colonsJenny Shen
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-23Manually merge syntax_suggest-1.1.0Hiroshi SHIBATA
2023-05-23[ruby/syntax_suggest] Fixschneems
2023-05-23[ruby/syntax_suggest] Refactor Scanner logic out of AroundBlockScan introduce...schneems