summaryrefslogtreecommitdiff
path: root/lib/irb/completion.rb
AgeCommit message (Expand)Author
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-11-17[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch
2022-11-07[ruby/irb] Don't lazily retrieve gem specs for completionStan Lo
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Lazily evaluate candidates localsst0012
2022-10-05[ruby/irb] Fixed sort of variables in completionImir Kiyamov
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2021-10-13[ruby/irb] Ignore parenthesis during completionKaĆ­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 debugaycabta
2021-09-23Revert "Show original string byte sequence to debug"aycabta
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada
2021-09-23Show original string byte sequence to debugaycabta
2021-09-21[ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada
2021-09-21[ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
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 correctlyaycabta
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-03-30[ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov
2021-03-25[ruby/irb] Cache completion files to requireaycabta
2021-03-24[ruby/irb] Complete require and require_relativeaycabta
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui
2020-11-05Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-08-18[ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta
2020-03-26[ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-03-03Ignore incompatible convert of symbolsKoichi Sasada
2020-03-03Convert incompatible encoding symbol namesaycabta
2020-02-15[ruby/irb] fix reserved words and completion for themNobuhiro IMAI
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-02[ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh
2020-01-20[ruby/irb] Fix compatibility with rails before 5.2Lars Kanis
2019-11-28Fix regexp to complete complex literalaycabta
2019-11-28Remove two removed constantsaycabta
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta
2019-07-06Fix showing document of ClassName.method_name in IRBaycabta
2019-06-10irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada
2019-05-29Use IO.copy_streamaycabta
2019-05-29Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta
2019-05-29IRB never show RubyVM's docaycabta
2019-05-29Encode completed strings corecctlyaycabta
2019-05-28Remove unused variable from IRB::InputCompletoraycabta
2019-05-27Fix number literal regexp of IRB completionaycabta