aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/completion.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-9/+1
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-021-25/+0
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-3/+7
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-8/+0
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-1/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch2022-11-171-0/+1
* [ruby/irb] Don't lazily retrieve gem specs for completionStan Lo2022-11-071-15/+17
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-1/+1
* [ruby/irb] Lazily evaluate candidates localsst00122022-10-081-22/+32
* [ruby/irb] Fixed sort of variables in completionImir Kiyamov2022-10-051-2/+2
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-031-7/+29
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-1/+8
* [ruby/irb] Ignore parenthesis during completionKaĆ­que Kandy Koga2021-10-131-1/+1
* [ruby/irb] Revert "Show original string byte sequence to debug"aycabta2021-09-241-2/+0
* [ruby/irb] Show original string byte sequence to debugaycabta2021-09-241-0/+2
* Revert "Show original string byte sequence to debug"aycabta2021-09-231-2/+0
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-1/+1
* Show original string byte sequence to debugaycabta2021-09-231-0/+2
* [ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada2021-09-211-12/+16
* [ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada2021-09-211-2/+2
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-1/+1
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-4/+7
* [ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta2021-09-081-1/+13
* [ruby/irb] Use gem paths to complete "require"aycabta2021-09-081-1/+14
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-1/+2
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-4/+11
* [ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov2021-03-301-2/+9
* [ruby/irb] Cache completion files to requireaycabta2021-03-251-12/+21
* [ruby/irb] Complete require and require_relativeaycabta2021-03-241-2/+56
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-11/+11
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-051-1/+1
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-051-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* [ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada2020-08-181-1/+0
* [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta2020-08-181-10/+6
* [ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-03-261-1/+1
* Ignore incompatible convert of symbolsKoichi Sasada2020-03-031-0/+2
* Convert incompatible encoding symbol namesaycabta2020-03-031-1/+3
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-2/+3
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-3/+3
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-021-5/+1
* [ruby/irb] Fix compatibility with rails before 5.2Lars Kanis2020-01-201-1/+1
* Fix regexp to complete complex literalaycabta2019-11-281-5/+3
* Remove two removed constantsaycabta2019-11-281-1/+1
* Some keywords, "true", "false", and "nil" should be treated as a variableaycabta2019-07-201-1/+1
* Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta2019-07-191-1/+1
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada2019-06-101-2/+2
* Use IO.copy_streamaycabta2019-05-291-3/+1