aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/completion.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta2019-05-291-1/+1
* IRB never show RubyVM's docaycabta2019-05-291-1/+11
* Encode completed strings corecctlyaycabta2019-05-291-1/+1
* Remove unused variable from IRB::InputCompletoraycabta2019-05-281-1/+0
* Fix number literal regexp of IRB completionaycabta2019-05-271-1/+1
* Use correctly RI output in IRB completionaycabta2019-05-271-28/+111
* Show documents when completionaycabta2019-05-251-0/+9
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-6/+2
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-11/+8
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-8/+11
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-10/+2
* IRB is improved with Reline and RDocaycabta2019-04-201-2/+10
* Fix filename in comment [ci skip]kazu2018-07-281-1/+1
* Hash instead of Setnobu2018-03-131-3/+2
* Speed up func1.func2 completion by using Set for ignored modulesnobu2018-03-131-11/+28
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/irb/completion.rb: reverted r47163.hsbt2014-08-131-1/+1
* * lib/irb/completion.rb: fixed broken completion list withhsbt2014-08-131-1/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-7/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-134/+134
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-041-21/+19
* * lib/irb/completion.rb: treat rightly comletion for symbol on irbkeiju2012-12-291-2/+2
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-1/+4
* * lib/irb/completion.rb (CompletionProc): support completion oftarui2012-12-201-2/+3
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-2/+6
* * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju2011-06-291-1/+10
* * remove trailing spaces.nobu2011-05-151-1/+1
* * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju2011-01-181-18/+31
* * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju2010-04-131-3/+3