summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-20[ruby/irb] Version 1.5.0Takashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-19[ruby/irb] Document a full list of commandsTakashi Kokubun
2022-11-18[ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun
2022-11-18[ruby/irb] Minor fixes on debug commandTakashi Kokubun
2022-11-18[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo
2022-11-17[ruby/irb] Bump up 1.4.3Hiroshi SHIBATA
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-17[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch
2022-11-15[ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst0012
2022-11-15[ruby/irb] Deprecate reidline flagsst0012
2022-11-15[ruby/irb] Rename leftover Reidline referencesst0012
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi Kokubun
2022-11-07[ruby/irb] Don't lazily retrieve gem specs for completionStan Lo
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-10-24[ruby/irb] Move require out of repeated execution pathst0012
2022-10-18[ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Lazily evaluate candidates localsst0012
2022-10-05[ruby/irb] Fixed sort of variables in completionImir Kiyamov
2022-10-05[ruby/irb] Update remark of self.install_extend_commands.Kaíque Kandy Koga
2022-10-05[ruby/irb] Use USE_REIDLINE for backword compatibilityHiroshi SHIBATA
2022-10-05[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethodGannon McGibbon
2022-10-05[ruby/irb] Bump version to 1.4.2st0012
2022-10-05[ruby/irb] Added aycabta to authorsHiroshi SHIBATA
2022-10-03[ruby/irb] Remove unused errorst0012
2022-10-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-10-03[ruby/irb] Remove patches for Ruby 2.4st0012
2022-10-03[ruby/irb] Remove unnecessary conditionst0012
2022-10-03[ruby/irb] Refactor ripper_lex_without_warningst0012
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2022-09-22[ruby/irb] Rewrite on_scan proc to be more readable.tompng
2022-09-22[ruby/irb] Scan every single characters in IRB::Color.scantompng
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2022-09-17[ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans
2022-09-14[ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada
2022-09-14[ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans
2022-08-26[ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga
2022-08-23[ruby/irb] Drop hard dependency on RDoc.Vít Ondruch
2022-08-04[ruby/irb] shortcut colorize_code to speedup pretty_printtompng
2022-07-12[ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar