summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-12[ruby/irb] Remove redundant argument defaults from some RubyLexStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] After Ruby 2.0, coding is always utf-8Hiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-04[ruby/irb] workspace.rb cleanupStan Lo
2023-01-02[ruby/irb] Fix prompt and code mismatchtomoya ishida
2022-12-27[ruby/irb] Refactor RubyLex#process_literal_typeMau Magnaguagno
2022-12-27[ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA
2022-12-26[ruby/irb] fix indent depth calculation after heredoc and embdoctompng
2022-12-26[ruby/irb] fix auto-indent after multiline stringtompng
2022-12-20[ruby/irb] Version 1.6.2Takashi Kokubun
2022-12-20[ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun
2022-12-13[ruby/irb] Version 1.6.1Takashi Kokubun
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-09[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo
2022-12-09[ruby/irb] Version 1.6.0Takashi Kokubun
2022-12-08[ruby/irb] Add show_doc as an alias to the help commandStan Lo
2022-12-08[ruby/irb] Gracefully handle missing command argumentStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-12-07[ruby/irb] Lazily load the multi-irb extensionStan Lo
2022-12-06[ruby/irb] Allow disabling autocompletion withStan Lo
2022-11-30[ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada
2022-11-30[ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun
2022-11-28[ruby/irb] Version 1.5.1Takashi Kokubun
2022-11-28[ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun
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