Age | Commit message (Expand) | Author |
---|
2023-12-20 | [ruby/irb] [DOC] Change indexes.rdoc to indexes.md | Burdette Lamar |
2023-12-12 | [ruby/irb] Remove documents about deprecated/WIP features and some | Stan Lo |
2023-12-12 | [ruby/irb] Remove trailing space | Stan Lo |
2023-12-12 | [ruby/irb] [DOC] RDoc for module IRB | Burdette Lamar |
2023-11-30 | [ruby/irb] Page evaluation result's output | Stan Lo |
2023-11-28 | [ruby/irb] Rescue errors from main.to_s/inspect when formatting | Kasumi Hanazuki |
2023-11-25 | [ruby/irb] Fix exception(backtrace=nil) prints nothing | tomoya ishida |
2023-11-23 | [ruby/irb] Handle handle_exception's exception | tomoya ishida |
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 |