Age | Commit message (Expand) | Author |
---|
2024-03-26 | [ruby/irb] Fix a typo (https://.com/ruby/irb/pull/912) | Hiroshi SHIBATA |
2024-02-16 | [ruby/irb] Standardize command related names | Stan Lo |
2024-02-14 | [ruby/irb] Repurpose the help command to display the help message | Stan Lo |
2024-02-13 | [ruby/irb] Fix SourceFinder's constant evaluation issue | Stan Lo |
2024-02-12 | [ruby/irb] Powerup show_source by enabling RubyVM.keep_script_lines | tomoya ishida |
2024-02-12 | [ruby/irb] Fix exit! command warning and method behavior | tomoya ishida |
2024-02-11 | [ruby/irb] Polish the exit! command and its tests | Stan Lo |
2024-02-10 | [ruby/irb] Introduce exit! command | Ignacio Chiazzo Cardarello |
2024-01-06 | [ruby/irb] Refactor exit command | Stan Lo |
2023-12-13 | [ruby/irb] Warn and do nothing if block is passed to measure command | tomoya ishida |
2023-12-10 | [ruby/irb] Simplify show_source's super calculation | Stan Lo |
2023-12-07 | [ruby/irb] Debugging command warning should not be specific to the | Stan Lo |
2023-12-02 | [ruby/irb] Implement `history` command | Gary Tou |
2023-11-28 | [ruby/irb] This enhancement allows a user to add the -s flag if they | paulreece |
2023-11-26 | [ruby/irb] Display aliases in help message | Stan Lo |
2023-11-08 | [ruby/irb] Type based completion using Prism and RBS | tomoya ishida |
2023-09-22 | [ruby/irb] Page show_source's output | Stan Lo |
2023-08-29 | [ruby/irb] Improve help/show_cmds message during debugger | Stan Lo |
2023-08-20 | [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR` | Summer ☀️ |
2023-08-13 | [ruby/irb] Support seamless integration with ruby/debug | Stan Lo |
2023-08-02 | [ruby/irb] Deprecate multi-irb commands | Stan Lo |
2023-08-01 | [ruby/irb] Add workspace category | Stan Lo |
2023-07-31 | [ruby/irb] Decouple `edit` and `show_source` commands | Stan Lo |
2023-07-26 | [ruby/irb] Page `ls`'s output (https://.com/ruby/irb/pull/657) | Stan Lo |
2023-07-25 | [ruby/irb] Display `show_cmds`'s output in a pager when in TTY | Stan Lo |
2023-07-04 | [ruby/irb] Use `max_by` for `longest_cmd_name_length` | Andy Waite |
2023-06-25 | [ruby/irb] Fix process_continue(rename to should_continue?) and | tomoya ishida |
2023-06-10 | [ruby/irb] Remove the unused fork command definition | Stan Lo |
2023-06-05 | [ruby/irb] Refactor ExtendCommand::Nop | Stan Lo |
2023-06-05 | [ruby/irb] Simplify irb_info command | Stan Lo |
2023-05-23 | [ruby/irb] Allow `show_source` for private methods | TSUYUSATO Kitsune |
2023-05-18 | [ruby/irb] Print deprecation warning for `help` command | Stan Lo |
2023-04-24 | [ruby/irb] Simplify the help command's implementation | Stan Lo |
2023-04-24 | [ruby/irb] Filter out top-level methods when using `ls | Stan Lo |
2023-04-05 | [ruby/irb] Drop Ruby 2.6 support | Stan Lo |
2023-04-02 | [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargs | Stan Lo |
2023-02-28 | [ruby/irb] Display and prioritise instance methods in `ls | Stan Lo |
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-12-20 | [ruby/irb] Respect DLEXT to force-load debug.so | Takashi Kokubun |
2022-12-12 | [ruby/irb] `show_doc` command should take non-string argument too | Stan Lo |
2022-12-09 | [ruby/irb] Fix step command (https://.com/ruby/irb/pull/477) | Stan Lo |
2022-12-08 | [ruby/irb] Gracefully handle missing command argument | Stan Lo |
2022-12-08 | [ruby/irb] Add "show_cmds" command to list all commands' | Stan Lo |
2022-12-07 | [ruby/irb] Lazily load the multi-irb extension | Stan Lo |
2022-11-30 | [ruby/irb] Make sure ls doesn't return an array | Takashi Kokubun |
2022-11-28 | [ruby/irb] Fix the debug.gem force-loader for Ruby 3.2 | Takashi Kokubun |
2022-11-21 | [ruby/irb] Add commands to start and use the debugger | Takashi Kokubun |
2022-11-20 | [ruby/irb] Add edit command (https://.com/ruby/irb/pull/453) | Stan Lo |