summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/open-uri] Remove unused files from the packagesNobuyoshi Nakada2022-10-111-1/+1
* [ruby/optparse] Don't treat empty string as an option descriptionMaciek Rząsa2022-10-081-1/+1
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-1/+1
* [ruby/irb] Lazily evaluate candidates localsst00122022-10-081-22/+32
* [ruby/logger] Fix the Logger::Formatter documentationlijunwei2022-10-071-1/+1
* [ruby/rdoc] Escape search resultsNobuyoshi Nakada2022-10-073-12/+12
* [ruby/rdoc] Escape file namesNobuyoshi Nakada2022-10-072-5/+5
* [ruby/rdoc] Escape main titleNobuyoshi Nakada2022-10-071-1/+1
* [ruby/rdoc] Escape HYPERLINKsNobuyoshi Nakada2022-10-071-1/+1
* [ruby/rdoc] Escape RDOCLINKsNobuyoshi Nakada2022-10-071-7/+5
* [ruby/rdoc] Escape TIDYLINKsNobuyoshi Nakada2022-10-071-2/+6
* [ruby/open-uri] Support 308 status redirectJanko Marohnić2022-10-071-1/+2
* [ruby/rdoc] Remove trailing spaces to fix CITakashi Kokubun2022-10-061-1/+1
* [ruby/rdoc] Add center alignNobuyoshi Nakada2022-10-061-68/+10
* [ruby/rdoc] Allow spaces around pipesNobuyoshi Nakada2022-10-061-4/+64
* [ruby/rdoc] Allow escaped pipes in cellsNobuyoshi Nakada2022-10-061-68/+18
* [ruby/rdoc] Allow leading pipes to be ommittedNobuyoshi Nakada2022-10-061-90/+201
* [ruby/rdoc] Allow trailing pipes to be ommittedNobuyoshi Nakada2022-10-061-4/+14
* [ruby/rdoc] Allow RDoc markups in table cellsNobuyoshi Nakada2022-10-061-2/+2
* * remove trailing spaces. [ci skip]git2022-10-061-1/+1
* [ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during...Nishant Patel2022-10-061-0/+3
* [ruby/open-uri] Avoid busting the global constant cacheJean Boussier2022-10-061-7/+7
* [ruby/rdoc] Remove unused abbrev requireDaniel Colson2022-10-061-1/+0
* [rubygems/rubygems] Fix little UI issue when bundler shows duplicated gems in...David Rodríguez2022-10-061-1/+1
* [ruby/irb] Fixed sort of variables in completionImir Kiyamov2022-10-051-2/+2
* [ruby/irb] Update remark of self.install_extend_commands.Kaíque Kandy Koga2022-10-051-0/+5
* [ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA2022-10-051-1/+1
* [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon2022-10-052-12/+26
* [ruby/irb] Bump version to 1.4.2st00122022-10-051-2/+2
* [ruby/irb] Added aycabta to authorsHiroshi SHIBATA2022-10-051-2/+2
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-031-1/+5
* [ruby/irb] Remove unused errorst00122022-10-032-10/+0
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-033-7/+2
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-031-7/+29
* [ruby/irb] Remove patches for Ruby 2.4st00122022-10-031-16/+15
* [ruby/irb] Remove unnecessary conditionst00122022-10-031-6/+1
* [ruby/irb] Refactor ripper_lex_without_warningst00122022-10-031-6/+4
* Fallback PKG_CONFIG to the configured pkg-config alwaysNobuyoshi Nakada2022-10-021-1/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-36/+81
* [rubygems/rubygems] Add notes to make sure we don't forget to backport change...David Rodríguez2022-10-011-0/+6
* [rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez2022-10-012-4/+4
* [rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez2022-10-012-8/+8
* [rubygems/rubygems] Refactor platform matching on LinuxDavid Rodríguez2022-10-012-2/+22
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-8/+4
* [rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen2022-09-291-1/+1
* [rubygems/rubygems] Surface entire redirect uri in permanent redirectionsJenny Shen2022-09-291-2/+1
* [rubygems/rubygems] Add error message when api response is a permanent redirectJenny Shen2022-09-291-1/+9
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-81/+36
* [ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans2022-09-281-9/+2
* [rubygems/rubygems] fix: Gem::Platform.match handles String argument properlyMike Dalessio2022-09-281-0/+1