aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Debugging command warning should not be specific to theStan Lo2023-12-071-1/+1
* [ruby/irb] Bump version to v1.10.1Stan Lo2023-12-051-2/+2
* [ruby/irb] Disable pager when TERM is not set tooStan Lo2023-12-051-1/+1
* [ruby/irb] Pager should be disabled when TERM=dumbStan Lo2023-12-051-1/+5
* [ruby/irb] Bump version to v1.10.0Stan Lo2023-12-031-2/+2
* [ruby/irb] Implement `history` commandGary Tou2023-12-022-0/+53
* [ruby/irb] Scrub past history input before splithogelog2023-12-011-1/+1
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-301-11/+12
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-297-2286/+30
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-281-0/+2
* [ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece2023-11-282-8/+33
* [ruby/irb] Hide debugger hint after the input is submittedStan Lo2023-11-271-1/+1
* [ruby/irb] Display aliases in help messageStan Lo2023-11-263-5/+19
* [ruby/irb] Support disabling pagerStan Lo2023-11-263-1/+5
* [ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo2023-11-231-0/+18
* [ruby/irb] Fix failure of more command with -R optionhogelog2023-11-231-1/+1
* [ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida2023-11-222-19/+31
* [ruby/irb] Rescue Exception, ignore warning in completiontomoya ishida2023-11-221-3/+9
* [ruby/irb] Bump version to 1.9.1tomoya ishida2023-11-211-2/+2
* [ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi2023-11-211-1/+1
* [ruby/irb] Fix irb crash on `{}.` completiontomoya ishida2023-11-182-4/+7
* [ruby/irb] Bump version to 1.9.0ima1zumi2023-11-101-2/+2
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-093-0/+10
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-0810-27/+2335
* [ruby/irb] Fix dancing-ruby Ctrl+C stoptomoya ishida2023-11-081-1/+5
* [ruby/irb] Easter egg for autocomplete modetomoya ishida2023-10-283-10/+71
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-211-0/+36
* [ruby/irb] Bump version to 1.8.3tomoya ishida2023-10-141-2/+2
* [ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida2023-10-141-0/+16
* [ruby/irb] Bump version to 1.8.2Stan Lo2023-10-121-2/+2
* [ruby/irb] Fix require path completion disturbing string methodtomoya ishida2023-10-121-17/+15
* [ruby/irb] Fix test runner exit bugtomoya ishida2023-10-121-1/+1
* [ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida2023-10-121-26/+0
* Fix calling exit if irb_context is nilTakashi Kokubun2023-10-111-1/+1
* [ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida2023-10-112-181/+206
* [ruby/irb] Avoid locking the debug UI to a single threadStan Lo2023-10-112-8/+4
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-042-18/+17
* [ruby/irb] Page show_source's outputStan Lo2023-09-221-6/+11
* [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORYChad Schroeder2023-09-161-1/+3
* [ruby/irb] Bump version to 1.8.1Stan Lo2023-09-051-2/+2
* [ruby/irb] Drop rdoc's version requirementStan Lo2023-08-311-1/+1
* [ruby/irb] Require Reline 0.3.8+Stan Lo2023-08-311-1/+1
* [ruby/irb] Bump version to 1.8.0Stan Lo2023-08-301-2/+2
* [ruby/irb] Improve help/show_cmds message during debuggerStan Lo2023-08-292-1/+18
* [ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo2023-08-291-12/+0
* [ruby/irb] Print deprecation message for prompt_n methodsStan Lo2023-08-291-0/+13
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-292-9/+0
* [ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo2023-08-241-413/+418
* [ruby/irb] Avoid overriding user's `irb_name` setting in debuggerStan Lo2023-08-211-1/+1
* [ruby/irb] Move input processing out of RubyLexStan Lo2023-08-211-67/+2