aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Replace METHOD_IS_A with ===Stan Lo2023-03-131-2/+1
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+7
* [ruby/irb] Bump version to 1.6.3Stan Lo2023-03-071-2/+2
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-3/+7
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-8/+0
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-1/+1
* [ruby/irb] Specify metadata to provide richer information onStan Lo2023-03-021-0/+5
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-7/+20
* [ruby/irb] Add a comment about Rails' patch onStan Lo2023-02-271-0/+2
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-3/+13
* [ruby/irb] Remove unused Structima1zumi2023-02-251-2/+0
* [ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo2023-02-184-6/+6
* [ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506)HASUMI Hitoshi2023-02-151-2/+2
* [ruby/irb] Fix colorize backtick symboltomoya ishida2023-02-121-1/+1
* [ruby/irb] Store context in RubyLexStan Lo2023-01-142-26/+27
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-4/+4
* [ruby/irb] Remove redundant argument defaults from some RubyLexStan Lo2023-01-121-8/+8
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-1132-129/+9
* [ruby/irb] After Ruby 2.0, coding is always utf-8Hiroshi SHIBATA2023-01-111-1/+0
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-1133-67/+0
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-11/+4
* [ruby/irb] workspace.rb cleanupStan Lo2023-01-041-8/+1
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-1/+2
* [ruby/irb] Refactor RubyLex#process_literal_typeMau Magnaguagno2022-12-271-7/+2
* [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA2022-12-271-1/+1
* [ruby/irb] fix indent depth calculation after heredoc and embdoctompng2022-12-261-1/+1
* [ruby/irb] fix auto-indent after multiline stringtompng2022-12-261-0/+1
* [ruby/irb] Version 1.6.2Takashi Kokubun2022-12-201-1/+1
* [ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun2022-12-201-4/+5
* [ruby/irb] Version 1.6.1Takashi Kokubun2022-12-131-2/+2
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-124-12/+18
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-092-2/+10
* [ruby/irb] Version 1.6.0Takashi Kokubun2022-12-091-1/+1
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-0/+1
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-083-14/+25
* [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