aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-4/+9
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-031-5/+1
* [ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pu...Burdette Lamar2022-07-121-48/+1
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-3/+3
* [ruby/irb] [DOC] Fix formatting in docsPeter Zhu2022-06-201-3/+3
* [ruby/irb] Fix documents for .irbrc pathKouhei Yanagita2022-05-181-3/+6
* [ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta2021-12-211-3/+6
* [ruby/irb] Add resetting char attr that I forgotaycabta2021-12-211-1/+1
* [ruby/irb] Add information about --extra-doc-dir option in the commentsKaíque Kandy Koga2021-12-191-0/+1
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-071-1/+1