summaryrefslogtreecommitdiff
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Print deprecation warning for `help` commandHEADmasterStan Lo2023-05-183-45/+65
* [ruby/irb] Retire magic-file.rbStan Lo2023-04-283-42/+1
* [ruby/irb] Simplify Locale#loadStan Lo2023-04-271-39/+2
* [ruby/irb] Stop using MagicFile for printing help messagesStan Lo2023-04-271-1/+1
* [ruby/irb] Remove encoding_aliases.rbStan Lo2023-04-262-16/+6
* [ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo2023-04-261-1/+2
* [ruby/irb] Simplify the help command's implementationStan Lo2023-04-241-14/+12
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-2/+5
* [ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565)Yusuf Daniju2023-04-231-1/+1
* [ruby/irb] Bump version to 1.6.4ima1zumi2023-04-091-2/+2
* [ruby/irb] Simplify command method definitionStan Lo2023-04-081-28/+7
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-059-76/+24
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-022-2/+2
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-023-80/+0
* [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