aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Reword history file documentation and fix typoEddie Lebow2024-01-251-5/+4
* [ruby/irb] assigment ==> assignmentydah2024-01-251-1/+1
* [ruby/irb] reseting ==> resettingydah2024-01-251-1/+1
* [ruby/irb] configuation ==> configurationydah2024-01-251-1/+1
* [ruby/irb] Fix documentation typo, `niL` -> `nil`Eddie Lebow2024-01-221-1/+1
* [ruby/irb] Refactor exit commandStan Lo2024-01-061-2/+2
* [ruby/irb] Remove dead doc (https://github.com/ruby/irb/pull/819)Burdette Lamar2023-12-251-18/+0
* [ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette Lamar2023-12-201-2/+2
* [ruby/irb] Remove documents about deprecated/WIP features and someStan Lo2023-12-121-183/+2
* [ruby/irb] Remove trailing spaceStan Lo2023-12-121-1/+1
* [ruby/irb] [DOC] RDoc for module IRBBurdette Lamar2023-12-121-184/+871
* [ruby/irb] Page evaluation result's outputStan Lo2023-11-301-3/+5
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-2/+4
* [ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida2023-11-251-35/+32
* [ruby/irb] Handle handle_exception's exceptiontomoya ishida2023-11-231-1/+8
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-081-0/+4
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-211-127/+79
* [ruby/irb] Decouple RubyLex from prompt and line_notomoya ishida2023-10-121-40/+44
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-041-7/+8
* [ruby/irb] fixes https://github.com/ruby/irb/pull/524Chad Schroeder2023-08-291-1/+0
* [ruby/irb] irb:rdbg cleanups (https://github.com/ruby/irb/pull/697)Stan Lo2023-08-291-4/+3
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-291-9/+0
* [ruby/irb] Move input processing out of RubyLexStan Lo2023-08-211-20/+83
* [ruby/irb] Encapsulate input details in Statement objectsStan Lo2023-08-161-36/+6
* [ruby/irb] Support seamless integration with ruby/debugStan Lo2023-08-131-7/+76
* [ruby/irb] Move IO configuration to IRB::IrbStan Lo2023-08-131-1/+53
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-121-9/+9
* [ruby/irb] Move assignment check to RubyLexStan Lo2023-08-111-45/+1
* [ruby/irb] Don't echo an expression's result when it ends with aStan Lo2023-08-111-1/+2
* [ruby/irb] Fix nested IRB sessions' history savingStan Lo2023-08-091-0/+8
* [ruby/irb] Refactor eval historyStan Lo2023-07-041-1/+1
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-18/+2
* [DOC] Fixes for link fragments (#7981)Burdette Lamar2023-06-281-1/+1
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-15/+8
* [ruby/irb] Move input line mutation out of `Context#evaluate`Stan Lo2023-06-271-3/+20
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-181-2/+2
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-1/+0
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-021-10/+0
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-2/+15
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-4/+4
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-4/+2
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-191-0/+44
* [ruby/irb] Update documentation about AutocompletionTakashi Kokubun2022-11-191-2/+2
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-181-5/+4
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-181-0/+13
* [ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun2022-11-181-2/+2
* Drop Ruby 2.5 supportst00122022-11-171-5/+1
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+1