Age | Commit message (Expand) | Author |
---|
2023-11-18 | [ruby/irb] Fix irb crash on `{}.` completion | tomoya ishida |
2023-11-10 | [ruby/irb] Bump version to 1.9.0 | ima1zumi |
2023-11-09 | [ruby/irb] Add command line option to select which completor to use | tomoya ishida |
2023-11-08 | [ruby/irb] Type based completion using Prism and RBS | tomoya ishida |
2023-11-08 | [ruby/irb] Fix dancing-ruby Ctrl+C stop | tomoya ishida |
2023-10-28 | [ruby/irb] Easter egg for autocomplete mode | tomoya ishida |
2023-10-21 | [ruby/irb] Minor refactors around irb.rb | Stan Lo |
2023-10-14 | [ruby/irb] Bump version to 1.8.3 | tomoya ishida |
2023-10-14 | [ruby/irb] Restore IRB::InputCompletor for compatibility | tomoya ishida |
2023-10-12 | [ruby/irb] Bump version to 1.8.2 | Stan Lo |
2023-10-12 | [ruby/irb] Fix require path completion disturbing string method | tomoya ishida |
2023-10-12 | [ruby/irb] Fix test runner exit bug | tomoya ishida |
2023-10-12 | [ruby/irb] Decouple RubyLex from prompt and line_no | tomoya ishida |
2023-10-11 | Fix calling exit if irb_context is nil | Takashi Kokubun |
2023-10-11 | [ruby/irb] Rename current completor to RegexpCompletor and | tomoya ishida |
2023-10-11 | [ruby/irb] Avoid locking the debug UI to a single thread | Stan Lo |
2023-10-04 | [ruby/irb] Clear all context usages in RubyLex | Stan Lo |
2023-09-22 | [ruby/irb] Page show_source's output | Stan Lo |
2023-09-16 | [ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORY | Chad Schroeder |
2023-09-05 | [ruby/irb] Bump version to 1.8.1 | Stan Lo |
2023-08-31 | [ruby/irb] Drop rdoc's version requirement | Stan Lo |
2023-08-31 | [ruby/irb] Require Reline 0.3.8+ | Stan Lo |
2023-08-30 | [ruby/irb] Bump version to 1.8.0 | Stan Lo |
2023-08-29 | [ruby/irb] Improve help/show_cmds message during debugger | Stan Lo |
2023-08-29 | [ruby/irb] irb:rdbg cleanups (https://.com/ruby/irb/pull/697) | Stan Lo |
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-24 | [ruby/irb] Deprecate RubyLex and warn about referencing to it | Stan Lo |
2023-08-21 | [ruby/irb] Avoid overriding user's `irb_name` setting in debugger | Stan Lo |
2023-08-21 | [ruby/irb] Move input processing out of RubyLex | Stan Lo |
2023-08-20 | [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR` | Summer ☀️ |
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-13 | [ruby/irb] Remove useless `begin`/`end` [ci skip] | Nobuyoshi Nakada |
2023-08-12 | [ruby/irb] Drop showing indent level number in DEFAULT prompt and | tomoya ishida |
2023-08-12 | [ruby/irb] Reline/ReadlineInputMethod should inherit | Stan Lo |
2023-08-11 | [ruby/irb] Remove needless removal of trailing whitespace in | tomoya ishida |
2023-08-11 | [ruby/irb] Move assignment check to RubyLex | Stan Lo |
2023-08-11 | [ruby/irb] Add black and white color to IRB::Color | Stan Lo |
2023-08-09 | [ruby/irb] Fix nested IRB sessions' history saving | Stan Lo |
2023-08-07 | [ruby/irb] Remove unused `InputMethod#initialize` | Stan Lo |
2023-08-02 | [ruby/irb] Deprecate multi-irb commands | Stan Lo |
2023-08-02 | [ruby/irb] Drop src_encoding.rb | 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-18 | [ruby/irb] Declare rdoc as dependency | Stan Lo |
2023-07-15 | [ruby/irb] Indent multiline percent literals | tomoya ishida |