Age | Commit message (Expand) | Author |
---|
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-06 | [ruby/irb] Improve method completion for string and regexp that | tomoya ishida |
2023-03-04 | [ruby/irb] Drop chained methods' completion support | Stan Lo |
2023-03-03 | [ruby/irb] Avoid slow symbol completion when completion target is an | tomoya ishida |
2023-01-11 | [ruby/irb] Removed Release Version and Revisions for old VCS software | Hiroshi SHIBATA |
2022-11-17 | [ruby/irb] Fix https://.com/ruby/irb/pull/295: Ignore Java | Patrick Plenefisch |
2022-11-07 | [ruby/irb] Don't lazily retrieve gem specs for completion | Stan Lo |
2022-10-08 | [ruby/irb] Sort constant completion's candidates | st0012 |
2022-10-08 | [ruby/irb] Lazily evaluate candidates locals | st0012 |
2022-10-05 | [ruby/irb] Fixed sort of variables in completion | Imir Kiyamov |
2022-10-03 | [ruby/irb] Change to explicit method call in completion (https://.com/r... | osyo-manga |
2022-09-21 | [ruby/irb] Handle non-String $LOAD_PATH values more carefully | st0012 |
2021-10-13 | [ruby/irb] Ignore parenthesis during completion | KaĆque Kandy Koga |
2021-09-24 | [ruby/irb] Revert "Show original string byte sequence to debug" | aycabta |
2021-09-24 | [ruby/irb] Show original string byte sequence to debug | aycabta |
2021-09-23 | Revert "Show original string byte sequence to debug" | aycabta |
2021-09-23 | [ruby/irb] Ignore any encoding errors while symbol completion | Nobuyoshi Nakada |
2021-09-23 | Show original string byte sequence to debug | aycabta |
2021-09-21 | [ruby/irb] Sort shortest files in each load paths | Nobuyoshi Nakada |
2021-09-21 | [ruby/irb] Check if Gem::Specification is defined | Nobuyoshi Nakada |
2021-09-11 | [ruby/irb] Ignore invalid 3 colons in completion | aycabta |
2021-09-08 | [ruby/irb] Show lib name first because it's the most common use case | aycabta |
2021-09-08 | [ruby/irb] Define absolute_path? by myself for backward compatibility | aycabta |
2021-09-08 | [ruby/irb] Use gem paths to complete "require" | aycabta |
2021-09-04 | [ruby/irb] Retrieve completed receiver that is a module or class correctly | aycabta |
2021-09-02 | [ruby/irb] Detect the variable class to show doc | aycabta |
2021-03-30 | [ruby/irb] Prevent the completion from crashing if rdoc is missing | Aleksandar Ivanov |
2021-03-25 | [ruby/irb] Cache completion files to require | aycabta |
2021-03-24 | [ruby/irb] Complete require and require_relative | aycabta |
2021-01-08 | [ruby/irb] do not escape a predicate method for doc namespace | Nobuhiro IMAI |
2020-11-05 | Revert "Prefer #send over #__send__ when it is clear there is no possible con... | NARUSE, Yui |
2020-11-05 | Prefer #send over #__send__ when it is clear there is no possible conflict | Benoit Daloze |
2020-10-27 | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada |
2020-08-18 | [ruby/irb] Get rid of loading readline unnecessarily | Nobuyoshi Nakada |
2020-08-18 | [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later | aycabta |
2020-03-26 | [ruby/irb] Unnamed groups are not captured when named groups are used | Nobuyoshi Nakada |
2020-03-03 | Ignore incompatible convert of symbols | Koichi Sasada |
2020-03-03 | Convert incompatible encoding symbol names | aycabta |
2020-02-15 | [ruby/irb] fix reserved words and completion for them | Nobuhiro IMAI |
2020-02-12 | [ruby/irb] Check doc namespace correctly | aycabta |
2020-02-02 | [ruby/irb] Add a new easter egg: dancing ruby | Yusuke Endoh |
2020-01-20 | [ruby/irb] Fix compatibility with rails before 5.2 | Lars Kanis |
2019-11-28 | Fix regexp to complete complex literal | aycabta |
2019-11-28 | Remove two removed constants | aycabta |
2019-07-20 | Some keywords, "true", "false", and "nil" should be treated as a variable | aycabta |
2019-07-19 | Fix showing doc of "nil.to_s", nil doesn't have #name | aycabta |
2019-07-06 | Fix showing document of ClassName.method_name in IRB | aycabta |
2019-06-10 | irb: defer requiring rdoc to improve the start up time | Nobuyoshi Nakada |
2019-05-29 | Use IO.copy_stream | aycabta |