summaryrefslogtreecommitdiff
path: root/lib/irb/completion.rb
AgeCommit message (Expand)Author
2024-04-20[ruby/irb] Stop using ExtendCommandBundle internallyStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-14[ruby/irb] Rescue from exceptions raised by #nameGo
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-01-03[ruby/irb] Avoid completing empty inputStan Lo
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-11-08[ruby/irb] Type based completion using Prism and RBStomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
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