summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/delegate] Fix DelegateClass block "method redefined" warningJonathan Hefner2022-10-151-0/+2
* [ruby/pp] [Feature #19045] Add support Data#pretty_printmanga_osyo2022-10-141-0/+20
* Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson2022-10-131-1/+1
* [ruby/uri] Fix splitting relative URINobuyoshi Nakada2022-10-131-1/+1
* Raise ArgumentError with empty host url again.Hiroshi SHIBATA2022-10-131-1/+2
* URI.parse should set empty string in host instead of nilNARUSE, Yui2022-10-131-2/+1
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-1/+1
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-126-38/+38
* Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi2022-10-121-3/+18
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-9/+21
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-81/+36
* [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