aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Remove unused string list structKevin Newton2024-06-051-2/+0
* [ruby/irb] Add accidentally dropped disable_irb command backStan Lo2024-06-051-16/+21
* Mark to warn logger as bundled gems for Ruby 3.5Hiroshi SHIBATA2024-06-051-0/+1
* Improve YJIT performance warning regression testJean Boussier2024-06-051-1/+1
* [ruby/reline] Refactor input key readingtomoya ishida2024-06-053-95/+66
* Mark to warn fiddle as bundled gems for Ruby 3.5Hiroshi SHIBATA2024-06-051-0/+1
* [ruby/prism] (parser) split up regexp content by linesKevin Newton2024-06-041-1/+12
* [ruby/prism] (parser) handle quoted symbols in hash patternsKevin Newton2024-06-041-13/+15
* [ruby/prism] (parser) fix up srange_find to anchor at the start of the sliceKevin Newton2024-06-041-1/+1
* [ruby/prism] (parser) fix up nested multi writeKevin Newton2024-06-041-8/+14
* [ruby/reline] Ensure no escape sequence before printing prompttomoya ishida2024-06-041-3/+7
* Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...Takashi Kokubun2024-06-043-26/+6
* [ruby/prism] Revert "Revert "Properly destructure procarg0 in parser translat...Kevin Newton2024-06-041-13/+14
* [ruby/irb] Remove useless Reline::Key.new and update wrong commenttomoya ishida2024-06-041-3/+4
* EXACT list is mostly same as SINCE list on bundled gems.Hiroshi SHIBATA2024-06-041-17/+2
* Warn to use win32ole without Gemfile for Ruby 3.5Hiroshi SHIBATA2024-06-041-0/+2
* Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not."Takashi Kokubun2024-06-033-6/+26
* [ruby/prism] Revert "Properly destructure procarg0 in parser translation"Kevin Newton2024-06-031-14/+13
* [ruby/prism] Properly destructure procarg0 in parser translationKevin Newton2024-06-031-13/+14
* [ruby/prism] Fix up steep issuesKevin Newton2024-06-032-4/+9
* [ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not.tomoya ishida2024-06-033-26/+6
* [ruby/reline] In ed_search_[prev|next]_history, make the cursor comeHiroaki Osawa2024-06-031-4/+20
* [ruby/reline] Improve key binding match/matching checktomoya ishida2024-06-0310-161/+112
* Tempfile document updated.Tanaka Akira2024-06-021-9/+77
* [ruby/reline] Overhaul io gate structureStan Lo2024-06-017-312/+337
* Tempfile.create(anonymous: true) implemented. (#10803)akr2024-06-011-10/+100
* [rubygems/rubygems] String search based parsing of compact index versionsMartin Emde2024-05-312-24/+74
* [ruby/prism] Fix up heredoc location translation for parserKevin Newton2024-05-311-37/+18
* [ruby/prism] Match % strings in parserKevin Newton2024-05-311-0/+2
* [ruby/prism] Use correct opening and closing parenthesis for array pattern in...Kevin Newton2024-05-311-1/+5
* [ruby/prism] Match match_hash_var when quotes are usedKevin Newton2024-05-311-4/+10
* [ruby/prism] Match parser for match_rest in patternKevin Newton2024-05-311-1/+3
* [rubygems/rubygems] Move compact index concurrency to fetcherMartin Emde2024-05-312-46/+33
* Sychronize with rubygems/rubygems repoDavid Rodríguez2024-06-013-4/+16
* [rubygems/rubygems] Fix `gem uninstall` warning when two versions of psych in...David Rodriguez2024-05-312-11/+33
* [rubygems/rubygems] Make stub sorting stableDavid Rodríguez2024-05-311-1/+3
* [ruby/prism] Tests overhaulKevin Newton2024-05-302-4/+25
* [rubygems/rubygems] Don't let `bundle config` report a path without a Gemfile...David Rodríguez2024-05-302-2/+3
* [ruby/net-http] Update lib/net/http/header.rbBrandon Weaver2024-05-301-1/+1
* [ruby/net-http] Replace Regexp in for headers for perfBrandon Weaver2024-05-301-1/+1
* [ruby/net-http] Add Net::HTTP.put methodZopolis42024-05-302-0/+47
* Update generated code from https://github.com/ruby/rdoc/commit/5c7ea6fa15f403...Hiroshi SHIBATA2024-05-301-1/+1
* Revert "[rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine ...Hiroshi SHIBATA2024-05-303-16/+4
* [ruby/rdoc] Abort with error message if --dump argument invalidAdam Daniels2024-05-301-6/+10
* [rubygems/rubygems] Fix `gem pristine` sometimes failing to pristine user ins...David Rodriguez2024-05-293-4/+16
* [ruby/reline] Bump version to 0.5.8Mari Imaizumi2024-05-291-1/+1
* [rubygems/rubygems] Improve default gem handling by treating default gems as ...David Rodríguez2024-05-293-11/+30
* [rubygems/rubygems] Clarify BUNDLE_USER_CONFIG is a fileDarren Kavanagh2024-05-282-2/+2
* [rubygems/rubygems] Bump COCs to latest Contributor Covenant versionDavid Rodríguez2024-05-281-29/+77
* [ruby/reline] Implement the redo commandverdy892024-05-272-18/+31