Age | Commit message (Expand) | Author |
---|
2025-01-24 | Migrate irb and reline to the bundled gems | Hiroshi SHIBATA |
2025-01-22 | [ruby/irb] Show a quick preview of inspect result before pager | tomoya ishida |
2025-01-22 | [ruby/irb] Add copy command (https://.com/ruby/irb/pull/1044) | Prajjwal Singh |
2025-01-12 | [ruby/irb] Group private methods together in `IRB::Context` | Stan Lo |
2025-01-10 | [ruby/irb] Gracefully handle incorrect command aliases | Stan Lo |
2024-11-20 | [ruby/irb] Store method objects in constants | Stan Lo |
2024-11-20 | [ruby/irb] Move main object's safe call logic to Context | Stan Lo |
2024-10-06 | [ruby/irb] Change default completor from regexp to auto, try | tomoya ishida |
2024-09-20 | [ruby/irb] Fix debug command in nomultiline mode | tomoya ishida |
2024-09-12 | [ruby/irb] Remove KEYWORD_ALIASES which handled special alias name | tomoya ishida |
2024-08-27 | [ruby/irb] Move parse_command method to Context | Stan Lo |
2024-06-18 | [ruby/irb] Improve how command calls' return value is handled | Stan Lo |
2024-05-10 | [ruby/irb] Add a new initialization step to validate IRB.conf's | Stan Lo |
2024-05-04 | [ruby/irb] Use flag instead of caller for `debug`'s binding.irb | Stan Lo |
2024-05-02 | Sync IRB 241e061 | Stan Lo |
2024-04-26 | [ruby/irb] Suppress command return values | Stan Lo |
2024-04-12 | [ruby/irb] Pass statements to Context#evaluate | Stan Lo |
2024-04-10 | [ruby/irb] Command implementation not by method | tomoya ishida |
2024-03-01 | [ruby/irb] Restructure workspace management | Stan Lo |
2024-02-25 | [ruby/irb] Refactor IRB::Context#prompting | Stan Lo |
2024-02-23 | [ruby/irb] Turn on frozen literal in files | Stan Lo |
2024-02-23 | [ruby/irb] Unroll extension method generation | Stan Lo |
2024-02-13 | [ruby/irb] Refactor eval_path and `SourceFinder::Source` | Stan Lo |
2024-02-12 | [ruby/irb] Powerup show_source by enabling RubyVM.keep_script_lines | tomoya ishida |
2024-02-07 | [ruby/irb] Polish tracer integration and tests | Stan Lo |
2024-02-06 | [ruby/irb] Fix usage of tracer gem and add tests | Nuno Silva |
2024-01-25 | [ruby/irb] Synatx ==> Syntax | ydah |
2024-01-06 | [ruby/irb] Refactor exit command | Stan Lo |
2023-12-12 | [ruby/irb] [DOC] RDoc for module IRB | Burdette Lamar |
2023-11-29 | [ruby/irb] Use gem repl_type_completor, remove type_completion | tomoya ishida |
2023-11-26 | [ruby/irb] Display aliases in help message | Stan Lo |
2023-11-22 | [ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets and | tomoya ishida |
2023-11-08 | [ruby/irb] Type based completion using Prism and RBS | tomoya ishida |
2023-08-29 | [ruby/irb] Print deprecation message for prompt_n methods | Stan Lo |
2023-08-29 | [ruby/irb] Remove unused `PROMPT_N` | Summer ☀️ |
2023-08-13 | [ruby/irb] Support seamless integration with ruby/debug | Stan Lo |
2023-08-09 | [ruby/irb] Fix nested IRB sessions' history saving | Stan Lo |
2023-07-14 | [ruby/irb] Fix history-saving feature | Stan Lo |
2023-07-03 | [ruby/irb] Stop treating history-saving logic as extension | Stan Lo |
2023-06-30 | [ruby/irb] Reduce internal operations' exposure to benchmarking | Stan Lo |
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-02-18 | [ruby/irb] Remove unused context argument from Worksapce#evaluate | 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-15 | [ruby/irb] Deprecate USE_RELINE and USE_REIDLINE | st0012 |
2022-11-07 | [ruby/irb] Support non-string input in show_source | 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 |