| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport lib/reline, and lib/irb for 3.0.1 4th (#4349) | aycabta | 2021-04-03 | 1 | -3/+73 |
* | Backport lib/reline, ext/readline, and lib/irb for 3.0.1 (#4085) | aycabta | 2021-01-19 | 1 | -11/+11 |
* | Revert "Prefer #send over #__send__ when it is clear there is no possible con... | NARUSE, Yui | 2020-11-05 | 1 | -1/+1 |
* | Prefer #send over #__send__ when it is clear there is no possible conflict | Benoit Daloze | 2020-11-05 | 1 | -1/+1 |
* | Separate `send` into `public_send` and `__send__` | Nobuyoshi Nakada | 2020-10-27 | 1 | -1/+1 |
* | [ruby/irb] Get rid of loading readline unnecessarily | Nobuyoshi Nakada | 2020-08-18 | 1 | -1/+0 |
* | [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later | aycabta | 2020-08-18 | 1 | -10/+6 |
* | [ruby/irb] Unnamed groups are not captured when named groups are used | Nobuyoshi Nakada | 2020-03-26 | 1 | -1/+1 |
* | Ignore incompatible convert of symbols | Koichi Sasada | 2020-03-03 | 1 | -0/+2 |
* | Convert incompatible encoding symbol names | aycabta | 2020-03-03 | 1 | -1/+3 |
* | [ruby/irb] fix reserved words and completion for them | Nobuhiro IMAI | 2020-02-15 | 1 | -2/+3 |
* | [ruby/irb] Check doc namespace correctly | aycabta | 2020-02-12 | 1 | -3/+3 |
* | [ruby/irb] Add a new easter egg: dancing ruby | Yusuke Endoh | 2020-02-02 | 1 | -5/+1 |
* | [ruby/irb] Fix compatibility with rails before 5.2 | Lars Kanis | 2020-01-20 | 1 | -1/+1 |
* | Fix regexp to complete complex literal | aycabta | 2019-11-28 | 1 | -5/+3 |
* | Remove two removed constants | aycabta | 2019-11-28 | 1 | -1/+1 |
* | Some keywords, "true", "false", and "nil" should be treated as a variable | aycabta | 2019-07-20 | 1 | -1/+1 |
* | Fix showing doc of "nil.to_s", nil doesn't have #name | aycabta | 2019-07-19 | 1 | -1/+1 |
* | Fix showing document of ClassName.method_name in IRB | aycabta | 2019-07-06 | 1 | -1/+1 |
* | irb: defer requiring rdoc to improve the start up time | Nobuyoshi Nakada | 2019-06-10 | 1 | -2/+2 |
* | Use IO.copy_stream | aycabta | 2019-05-29 | 1 | -3/+1 |
* | Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM doc | aycabta | 2019-05-29 | 1 | -1/+1 |
* | IRB never show RubyVM's doc | aycabta | 2019-05-29 | 1 | -1/+11 |
* | Encode completed strings corecctly | aycabta | 2019-05-29 | 1 | -1/+1 |
* | Remove unused variable from IRB::InputCompletor | aycabta | 2019-05-28 | 1 | -1/+0 |
* | Fix number literal regexp of IRB completion | aycabta | 2019-05-27 | 1 | -1/+1 |
* | Use correctly RI output in IRB completion | aycabta | 2019-05-27 | 1 | -28/+111 |
* | Show documents when completion | aycabta | 2019-05-25 | 1 | -0/+9 |
* | Use Reline as Reidline multiline editor in IRB | aycabta | 2019-05-25 | 1 | -6/+2 |
* | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | 2019-04-23 | 1 | -11/+8 |
* | IRB is improved with Reline and RDoc, take 2 | aycabta | 2019-04-23 | 1 | -8/+11 |
* | Revert "IRB is improved with Reline and RDoc" | aycabta | 2019-04-21 | 1 | -10/+2 |
* | IRB is improved with Reline and RDoc | aycabta | 2019-04-20 | 1 | -2/+10 |
* | Fix filename in comment [ci skip] | kazu | 2018-07-28 | 1 | -1/+1 |
* | Hash instead of Set | nobu | 2018-03-13 | 1 | -3/+2 |
* | Speed up func1.func2 completion by using Set for ignored modules | nobu | 2018-03-13 | 1 | -11/+28 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/e2mmap.rb: remove needless instance variables. | hsbt | 2014-08-24 | 1 | -1/+0 |
* | * lib/irb/completion.rb: reverted r47163. | hsbt | 2014-08-13 | 1 | -1/+1 |
* | * lib/irb/completion.rb: fixed broken completion list with | hsbt | 2014-08-13 | 1 | -1/+1 |
* | * lib/irb.rb: removed commented-out code. | hsbt | 2014-08-09 | 1 | -7/+0 |
* | * lib/cmath.rb: fixed indent. | hsbt | 2014-08-09 | 1 | -134/+134 |
* | * lib/irb/completion.rb: Use %w literal construction for long lists. | eregon | 2013-06-04 | 1 | -21/+19 |
* | * lib/irb/completion.rb: treat rightly comletion for symbol on irb | keiju | 2012-12-29 | 1 | -2/+2 |
* | * lib/irb.rb, lib/irb/*: Documentation for IRB | zzak | 2012-12-21 | 1 | -1/+4 |
* | * lib/irb/completion.rb (CompletionProc): support completion of | tarui | 2012-12-20 | 1 | -2/+3 |
* | * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc): | nobu | 2012-01-27 | 1 | -2/+6 |
* | * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145]. | keiju | 2011-06-29 | 1 | -1/+10 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * lib/irb/comletion.rb: Irb tab completion support for XX::method forms. | keiju | 2011-01-18 | 1 | -18/+31 |