aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/logger] Bump version to 1.5.0Hiroshi SHIBATA2021-12-201-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+1
* [ruby/reline] Rename an unused variable name for CIaycabta2021-12-201-1/+1
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-202-10/+12
* [ruby/reline] Add Reline.dialog_proc(name_sym)aycabta2021-12-201-0/+7
* [ruby/reline] Add spaceaycabta2021-12-201-1/+1
* [ruby/reline] windows jruby issueYO42021-12-201-14/+46
* [ruby/reline] windows clear screen with \e 2 JYO42021-12-201-10/+1
* [ruby/reline] windows improve scrollingYO42021-12-201-7/+17
* [ruby/reline] Revert "Add a space after a comma"aycabta2021-12-201-1/+1
* [ruby/reline] Revert "Add space"aycabta2021-12-201-1/+1
* [ruby/pp] Bump version to 0.3.0Hiroshi SHIBATA2021-12-201-1/+1
* [rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez2021-12-201-1/+11
* [rubygems/rubygems] Error tracing should be printed to stderrDavid Rodríguez2021-12-201-1/+1
* [ruby/irb] Add information about --extra-doc-dir option in the commentsKaíque Kandy Koga2021-12-191-0/+1
* [ruby/reline] Load correct version.rb from gemspecNobuyoshi Nakada2021-12-191-3/+5
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+1
* Manually sync https://github.com/ruby/error_highlight/commit/d2140d795ad0a063...Yusuke Endoh2021-12-191-1/+3
* Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in evalYusuke Endoh2021-12-191-1/+1
* [ruby/reline] Remove unnecessary "*"aycabta2021-12-181-2/+2
* [ruby/reline] Add a space after a commaaycabta2021-12-181-1/+1
* [ruby/reline] Add spaceaycabta2021-12-181-1/+1
* [ruby/pp] Use etc instead of .so for broader compatibilityCharles Oliver Nutter2021-12-181-1/+1
* [ruby/pp] Only do RubyVM patches if class existsCharles Oliver Nutter2021-12-181-28/+30
* [ruby/benchmark] Freeze VERSIONrm1552021-12-181-0/+1
* [ruby/logger] Changes to datetime formattingBaron Bloomer2021-12-181-2/+3
* [rubygems/rubygems] Improve errors a bit moreDavid Rodríguez2021-12-171-1/+6
* [rubygems/rubygems] Share gem not found logic with transitive dependencies tooDavid Rodríguez2021-12-171-28/+30
* [rubygems/rubygems] Remove unnecessary line breakDavid Rodríguez2021-12-171-2/+1
* [rubygems/rubygems] Fix crash when no matching variants are found for the cur...David Rodríguez2021-12-171-1/+2
* [rubygems/rubygems] Improve error message if only platform doesn't matchDavid Rodríguez2021-12-171-2/+12
* [rubygems/rubygems] Improve resolver error messagesDavid Rodríguez2021-12-171-13/+1
* [rubygems/rubygems] Pass `:bimode` explicitly to `File.open`David Rodríguez2021-12-151-1/+1
* Merge RubyGems and Bundler masterHiroshi SHIBATA2021-12-156-43/+37
* [ruby/cgi] Extract CGI::Session#new_store_fileNobuyoshi Nakada2021-12-152-29/+45
* [ruby/securerandom] Use String#unpack1Nobuyoshi Nakada2021-12-141-1/+1
* [ruby/securerandom] Drop support for old ruby versionsNobuyoshi Nakada2021-12-141-1/+1
* [DOC] Fix a type [ci skip]Nobuyoshi Nakada2021-12-141-1/+1
* [ruby/reline] Remove unnecessary variables, lower_spaceaycabta2021-12-131-3/+2
* [DOC] Improve Random::Formatter description and exampleNobuyoshi Nakada2021-12-131-0/+2
* [DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada2021-12-132-26/+1
* [ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams2021-12-112-2/+3
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-115-4/+24
* [ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi2021-12-101-0/+5
* [ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi2021-12-101-0/+1
* [ruby/reline] unleash real pasting speedYO42021-12-101-16/+20
* [ruby/reline] unleash pasting speedYO42021-12-101-1/+1
* [ruby/reline] support input surrogate paird codepointYO42021-12-101-0/+21
* [ruby/reline] follow consolemode changeYO42021-12-101-1/+5
* [rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan2021-12-102-2/+2