Age | Commit message (Expand) | Author |
---|
2024-10-13 | [ruby/irb] Remove bignum check from save_history | tomoya ishida |
2024-10-11 | [ruby/irb] History refactors (https://.com/ruby/irb/pull/1013) | Gert Goet |
2024-10-08 | [ruby/irb] Change debug test workaround to use ENV | tomoya ishida |
2024-10-06 | [ruby/irb] Change default completor from regexp to auto, try | tomoya ishida |
2024-10-02 | [ruby/irb] Use correct binding in debug mode | tomoya ishida |
2024-09-26 | [ruby/irb] Bump version to v1.14.1 | Stan Lo |
2024-09-20 | [ruby/irb] Fix debug command in nomultiline mode | tomoya ishida |
2024-09-16 | [ruby/irb] Use InstructionSequence#script_lines to get method source | tomoya ishida |
2024-09-12 | [ruby/irb] Remove KEYWORD_ALIASES which handled special alias name | tomoya ishida |
2024-09-03 | [ruby/irb] Fix easter_egg run without RDoc, fix input-method test | tomoya ishida |
2024-08-28 | [ruby/irb] Colorize command input | tomoya ishida |
2024-08-27 | [ruby/irb] Move parse_command method to Context | Stan Lo |
2024-08-14 | [ruby/irb] Fix kill pager pid throwing Errno::ESRCH when pager | tomoya ishida |
2024-08-14 | [ruby/irb] Improve easter_egg logo resolution | tomoya ishida |
2024-07-16 | [ruby/irb] Group class methods under `class << self` | Stan Lo |
2024-07-06 | [ruby/irb] Bump version to v1.14.0 | Stan Lo |
2024-07-05 | [ruby/irb] Return only commands when completing help command's | Stan Lo |
2024-07-03 | [ruby/irb] Introduce cd command | Stan Lo |
2024-06-18 | [ruby/irb] Improve how command calls' return value is handled | Stan Lo |
2024-06-15 | [ruby/irb] Bump version to v1.13.2 | Stan Lo |
2024-06-05 | [ruby/irb] Add accidentally dropped disable_irb command back | Stan Lo |
2024-06-04 | [ruby/irb] Remove useless Reline::Key.new and update wrong comment | tomoya ishida |
2024-05-17 | [ruby/irb] Reorder ruby lex clauses for unrecoverable first | Kevin Newton |
2024-05-10 | [ruby/irb] Add a new initialization step to validate IRB.conf's | Stan Lo |
2024-05-10 | [ruby/irb] Simplify regexp to account for prism error messages | Kevin Newton |
2024-05-05 | [ruby/irb] Bump version to v1.13.1 | Stan Lo |
2024-05-05 | [ruby/irb] Clarify that the context is IRB context | Stan Lo |
2024-05-04 | [ruby/irb] Change debug test workaround only enabled when output is | tomoya ishida |
2024-05-04 | [ruby/irb] Improve help message for no meta commands | Stan Lo |
2024-05-04 | [ruby/irb] Use flag instead of caller for `debug`'s binding.irb | Stan Lo |
2024-05-03 | [ruby/irb] Avoid raising errors while running help for custom | Kenichi Kamiya |
2024-05-02 | Sync IRB 241e061 | Stan Lo |
2024-05-02 | [ruby/irb] Add workaround for ruby/debug/test/console/irb_test | tomoya ishida |
2024-05-01 | [ruby/irb] Bump version to v1.13.0 | Stan Lo |
2024-05-01 | [ruby/irb] Let IRB::Color.colorable? always return true|false | tomoya ishida |
2024-04-26 | [ruby/irb] Suppress command return values | Stan Lo |
2024-04-26 | [ruby/irb] Command registration should take both strings and symbols | Stan Lo |
2024-04-24 | [ruby/irb] Memoize helper method instances with Singleton module | Stan Lo |
2024-04-24 | [ruby/irb] Revert "Memoize helper method instances with Singleton module" | Stan Lo |
2024-04-24 | [ruby/irb] Memoize helper method instances with Singleton module | Stan Lo |
2024-04-23 | Sync IRB f9347b1 (#10611) | Stan Lo |
2024-04-20 | [ruby/irb] Stop using ExtendCommandBundle internally | Stan Lo |
2024-04-20 | [ruby/irb] Remove exit command workaround, handle IRB_EXIT in | tomoya ishida |
2024-04-17 | [ruby/irb] Remove internal-only methods from Command::Base | tomoya ishida |
2024-04-14 | [ruby/irb] Allow defining custom commands in IRB | Stan Lo |
2024-04-12 | [ruby/irb] Pass statements to Context#evaluate | Stan Lo |
2024-04-10 | [ruby/irb] Centralize rstrip calls | Stan Lo |
2024-04-10 | [ruby/irb] Command implementation not by method | tomoya ishida |
2024-03-26 | [ruby/irb] Fix a typo (https://.com/ruby/irb/pull/912) | Hiroshi SHIBATA |
2024-03-25 | [ruby/irb] Cache RDoc::RI::Driver.new | tomoya ishida |