Age | Commit message (Expand) | Author |
---|
2023-11-08 | [ruby/irb] Type based completion using Prism and RBS | tomoya ishida |
2023-10-21 | [ruby/irb] Minor refactors around irb.rb | Stan Lo |
2023-10-12 | [ruby/irb] Decouple RubyLex from prompt and line_no | tomoya ishida |
2023-10-04 | [ruby/irb] Clear all context usages in RubyLex | Stan Lo |
2023-08-29 | [ruby/irb] fixes https://.com/ruby/irb/pull/524 | Chad Schroeder |
2023-08-29 | [ruby/irb] irb:rdbg cleanups (https://.com/ruby/irb/pull/697) | Stan Lo |
2023-08-29 | [ruby/irb] Remove unused `PROMPT_N` | Summer ☀️ |
2023-08-21 | [ruby/irb] Move input processing out of RubyLex | Stan Lo |
2023-08-16 | [ruby/irb] Encapsulate input details in Statement objects | Stan Lo |
2023-08-13 | [ruby/irb] Support seamless integration with ruby/debug | Stan Lo |
2023-08-13 | [ruby/irb] Move IO configuration to IRB::Irb | Stan Lo |
2023-08-12 | [ruby/irb] Drop showing indent level number in DEFAULT prompt and | tomoya ishida |
2023-08-11 | [ruby/irb] Move assignment check to RubyLex | Stan Lo |
2023-08-11 | [ruby/irb] Don't echo an expression's result when it ends with a | Stan Lo |
2023-08-09 | [ruby/irb] Fix nested IRB sessions' history saving | Stan Lo |
2023-07-04 | [ruby/irb] Refactor eval history | Stan Lo |
2023-06-30 | [ruby/irb] Reduce internal operations' exposure to benchmarking | Stan Lo |
2023-06-28 | [DOC] Fixes for link fragments (#7981) | Burdette Lamar |
2023-06-27 | [ruby/irb] Remove keyword exception from Context#evaluate because | tomoya ishida |
2023-06-27 | [ruby/irb] Move input line mutation out of `Context#evaluate` | Stan Lo |
2023-05-18 | [ruby/irb] Refactor RubyLex's input/io methods | Stan Lo |
2023-04-05 | [ruby/irb] Drop Ruby 2.6 support | Stan Lo |
2023-04-02 | [ruby/irb] Remove dead code (https://.com/ruby/irb/pull/554) | Stan Lo |
2023-03-02 | [ruby/irb] Handle long inspect and control character in prompt | tomoya ishida |
2023-01-14 | [ruby/irb] Store context in RubyLex | Stan Lo |
2023-01-11 | [ruby/irb] Formatting to header styles | Hiroshi SHIBATA |
2023-01-11 | [ruby/irb] Removed Release Version and Revisions for old VCS software | Hiroshi SHIBATA |
2022-11-21 | [ruby/irb] Add commands to start and use the debugger | Takashi Kokubun |
2022-11-19 | [ruby/irb] Document a full list of commands | Takashi Kokubun |
2022-11-19 | [ruby/irb] Update documentation about Autocompletion | Takashi Kokubun |
2022-11-18 | [ruby/irb] Minor fixes on debug command | Takashi Kokubun |
2022-11-18 | [ruby/irb] Add debug command (https://.com/ruby/irb/pull/446) | Stan Lo |
2022-11-18 | [ruby/irb] Add an option to suppress code_around_binding | Takashi Kokubun |
2022-11-17 | Drop Ruby 2.5 support | st0012 |
2022-11-10 | [ruby/irb] Transform ls's --grep/-G option to keyword args | Takashi Kokubun |
2022-11-03 | [ruby/irb] Allow non-identifier aliases like Pry's @ and $ | Takashi Kokubun |
2022-10-18 | [ruby/irb] Always use local variables in current context to parse code (https... | tomoya ishida |
2022-10-03 | [ruby/irb] Remove unnecessary Thread presence check | st0012 |
2022-07-12 | [ruby/irb] [DOC] Include updated help message (https://.com/ruby/irb/pu... | Burdette Lamar |
2022-06-28 | [ruby/irb] Centralize coloring control (https://.com/ruby/irb/pull/374) | Stan Lo |
2022-06-20 | [ruby/irb] [DOC] Fix formatting in docs | Peter Zhu |
2022-05-18 | [ruby/irb] Fix documents for .irbrc path | Kouhei Yanagita |
2021-12-21 | [ruby/irb] Check colorize option correctly to clear char attr and don't use i... | aycabta |
2021-12-21 | [ruby/irb] Add resetting char attr that I forgot | aycabta |
2021-12-19 | [ruby/irb] Add information about --extra-doc-dir option in the comments | Kaíque Kandy Koga |
2021-10-07 | [ruby/irb] Update descriptions of methods | Kaíque Kandy Koga |
2021-10-04 | [ruby/irb] Fix typo of variable | aycabta |
2021-09-27 | [ruby/irb] Add doc about "echo on assignment" | aycabta |
2021-09-27 | [ruby/irb] Add a space before left paren | aycabta |
2021-09-10 | [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rb | aycabta |