aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-174-5/+19
* [ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada2022-09-141-1/+1
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-2/+2
* [ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga2022-08-261-0/+5
* [ruby/irb] Drop hard dependency on RDoc.Vít Ondruch2022-08-231-1/+0
* [ruby/irb] shortcut colorize_code to speedup pretty_printtompng2022-08-041-0/+3
* [ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar2022-07-122-25/+0
* [ruby/irb] Additions/revisions to help-message (https://github.com/ruby/irb/p...Burdette Lamar2022-07-081-40/+41
* [ruby/irb] Color.colorable? needs to consider the condition when irb is not l...st00122022-06-281-1/+9
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-287-37/+15