aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-0824-17/+172
* [ruby/irb] Lazily load the multi-irb extensionStan Lo2022-12-071-5/+18
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-1/+1
* [ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada2022-11-301-1/+1
* [ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun2022-11-301-0/+1
* [ruby/irb] Version 1.5.1Takashi Kokubun2022-11-281-2/+2
* [ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun2022-11-281-2/+10
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-2115-32/+256
* [ruby/irb] Version 1.5.0Takashi Kokubun2022-11-201-2/+2
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-203-43/+113
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-191-20/+1
* [ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun2022-11-181-2/+25
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-181-15/+55
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-182-0/+37
* [ruby/irb] Bump up 1.4.3Hiroshi SHIBATA2022-11-171-2/+2
* Drop Ruby 2.5 supportst00122022-11-171-1/+1
* [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch2022-11-171-0/+1
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4
* [ruby/irb] Deprecate reidline flagsst00122022-11-151-0/+12
* [ruby/irb] Rename leftover Reidline referencesst00122022-11-152-2/+2
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+9
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-1/+4
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-073-1/+40
* [ruby/irb] Don't lazily retrieve gem specs for completionStan Lo2022-11-071-15/+17
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-033-0/+26
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-2/+2
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-4/+2
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-1/+1
* [ruby/irb] Move require out of repeated execution pathst00122022-10-241-6/+6
* [ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun2022-10-181-3/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-184-20/+33
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-181-6/+16
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-1/+1
* [ruby/irb] Lazily evaluate candidates localsst00122022-10-081-22/+32
* [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
* [ruby/irb] Remove unused errorst00122022-10-032-10/+0
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-032-2/+1
* [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
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-8/+4
* [ruby/irb] Rewrite on_scan proc to be more readable.tompng2022-09-221-6/+10
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-27/+28
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-1/+8