aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* irb: Define extension command on the given objectNobuyoshi Nakada2020-12-201-3/+3
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-2/+2
* [ruby/irb] Version 1.2.8aycabta2020-12-201-2/+2
* [ruby/reline] Version 0.1.10aycabta2020-12-201-1/+1
* [ruby/irb] Add measure commandaycabta2020-12-204-1/+110
* [ruby/irb] Handle rest of tokens correctly if no newline at lastaycabta2020-12-201-0/+7
* Remove unnecessary files from .documentKazuki Tsujimoto2020-12-201-1/+2
* Try to test with rake-13.0.2 again.Hiroshi SHIBATA2020-12-191-1/+1
* [ruby/reline] Use cached prompt list when just moved the cursoraycabta2020-12-191-1/+9
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-1/+3
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-192-1/+3
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-191-0/+12
* [ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta2020-12-191-41/+46
* Merge RubyGems 3.2.2 and Bundler 2.2.2Hiroshi SHIBATA2020-12-1810-31/+45
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-172-2/+4
* [ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans2020-12-171-2/+2
* [ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada2020-12-171-1/+1
* [ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI2020-12-171-2/+5
* [ruby/reline] Use plus operator to create unfrozen stringRobert Schulze2020-12-171-1/+1
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-1/+8
* [ruby/reline] Make a log file on windows if debug env is setaycabta2020-12-171-1/+5
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-59/+162
* Fixing glitchy kill ring behavior in irbYale Kozinski2020-12-171-1/+1
* fix doc typod-m-u2020-12-161-1/+1
* Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA2020-12-1515-64/+77
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-111-0/+5
* Exclude parenthesized function declarations such as NORETURNNobuyoshi Nakada2020-12-111-1/+1
* Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA2020-12-104-8/+4
* Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA2020-12-101-5/+5
* Added help message for gem i webrick in rdocHiroshi SHIBATA2020-12-102-2/+13
* Added help message for gem i webrick in gem server commandHiroshi SHIBATA2020-12-101-1/+7
* Added help message for gem i webrick in un.rbHiroshi SHIBATA2020-12-101-1/+6
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1037-7196/+0
* [ruby/matrix] v0.3.1Marc-Andre Lafortune2020-12-091-1/+1
* [ruby/matrix] Make frozen matrices Ractor shareableMarc-Andre Lafortune2020-12-091-1/+5
* [ruby/prime] Fix gemspecMarc-Andre Lafortune2020-12-091-3/+3
* [ruby/prime] v0.1.2Marc-Andre Lafortune2020-12-091-1/+1
* [ruby/prime] Optimize `Integer#prime?`Marc-Andre Lafortune2020-12-091-0/+74
* Merge prepare version of Bundler 2.2.0Hiroshi SHIBATA2020-12-0863-135/+3068
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-0884-513/+1130
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-1/+2
* RubyGems certs - remove AddTrust, add GlobalSign Root R3MSP-Greg2020-12-062-25/+21
* [ruby/matrix] Optimize **Marc-Andre Lafortune2020-12-051-15/+38
* Cope with frozen-string-literalRobert Schulze2020-12-051-1/+1
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-0/+1
* [ruby/reline] Support bracketed paste modeaycabta2020-12-053-4/+56
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-2/+8
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-1/+3
* [ruby/reline] Cache dynamic prompt for 0.5secaycabta2020-12-051-1/+8
* [ruby/reline] Stop rerendering if the cursor is only movedaycabta2020-12-051-0/+33