aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️2023-08-201-3/+3
* [ruby/irb] Encapsulate input details in Statement objectsStan Lo2023-08-162-5/+98
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-138-95/+316
* [ruby/irb] Move IO configuration to IRB::IrbStan Lo2023-08-131-55/+2
* [ruby/irb] Remove useless `begin`/`end` [ci skip]Nobuyoshi Nakada2023-08-131-50/+48
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-121-5/+5
* [ruby/irb] Reline/ReadlineInputMethod should inheritStan Lo2023-08-121-56/+6
* [ruby/irb] Remove needless removal of trailing whitespace intomoya ishida2023-08-111-2/+1
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-111-1/+43
* [ruby/irb] Add black and white color to IRB::ColorStan Lo2023-08-111-0/+2
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-093-22/+6
* [ruby/irb] Remove unused `InputMethod#initialize`Stan Lo2023-08-071-15/+0
* [ruby/irb] Deprecate multi-irb commandsStan Lo2023-08-021-4/+15
* [ruby/irb] Drop src_encoding.rbStan Lo2023-08-022-8/+0
* [ruby/irb] Add workspace categoryStan Lo2023-08-012-5/+5
* [ruby/irb] Decouple `edit` and `show_source` commandsStan Lo2023-07-313-65/+71
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-263-8/+38
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-3/+65
* [ruby/irb] Declare rdoc as dependencyStan Lo2023-07-181-0/+1
* [ruby/irb] Indent multiline percent literalstomoya ishida2023-07-151-3/+3
* [ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645)ima1zumi2023-07-151-2/+2