summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2023-03-13[ruby/irb] Replace METHOD_IS_A with ===Stan Lo
2023-03-13[ruby/irb] Support inspecting BasicObjectStan Lo
2023-03-07[ruby/irb] Bump version to 1.6.3Stan Lo
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
2023-03-02[ruby/irb] Specify metadata to provide richer information onStan Lo
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-02-27[ruby/irb] Add a comment about Rails' patch onStan Lo
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-25[ruby/irb] Remove unused Structima1zumi
2023-02-18[ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo
2023-02-15[ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506)HASUMI Hitoshi
2023-02-12[ruby/irb] Fix colorize backtick symboltomoya ishida
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