aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* ripper: Ripper::Lexer#scanNobuyoshi Nakada2019-05-291-14/+10
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-2/+3
* parse.y: flush invalid charNobuyoshi Nakada2019-05-291-1/+3
* Revert "Colorize error part more"Koichi Sasada2019-05-291-28/+11
* Colorize error part moreNobuyoshi Nakada2019-05-291-11/+28
* 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-292-1/+49
* Encode completed strings corecctlyaycabta2019-05-291-1/+1
* Remove unused variable from IRB::InputCompletoraycabta2019-05-281-1/+0
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* Colorize error partNobuyoshi Nakada2019-05-271-2/+16
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-1/+2
* Use IRB::InputMethod#eof? to quitaycabta2019-05-272-2/+2
* Add support for history with Reline backendSutou Kouhei2019-05-271-4/+6
* Highlight global variable on IRBTakashi Kokubun2019-05-261-1/+2
* Simplify lexer state matching in #dispatch_seqTakashi Kokubun2019-05-261-26/+30
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-29/+31
* Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta2019-05-271-1/+2
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-5/+7
* Fix number literal regexp of IRB completionaycabta2019-05-271-1/+1
* Use correctly RI output in IRB completionaycabta2019-05-271-28/+111
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-251-1/+1
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-251-1/+3
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-251-18/+11
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-251-4/+51
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-251-2/+2
* Support some unhandled syntax highlightTakashi Kokubun2019-05-251-2/+6
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-251-1/+1
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-252-7/+13
* Respect --nocolorize on REPL source highlightTakashi Kokubun2019-05-251-3/+5
* Incremental syntax highlight for IRB source linesTakashi Kokubun2019-05-242-1/+13
* JSON like label ends by differs from the startaycabta2019-05-251-2/+2
* Show documents when completionaycabta2019-05-252-0/+10
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-255-22/+138
* Use colorized IRB on Windows without checking `TERM`NAKAMURA Usaku2019-05-231-1/+1
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+1
* Symbol beginning token may take a constant tokenaycabta2019-05-211-1/+1
* IRB should eval and show an error when only `.` is inputtedaycabta2019-05-211-1/+7
* Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta2019-05-211-2/+6
* Add --colorize and --nocolorize options to IRBaycabta2019-05-216-4/+23
* Use Ripper for IRBaycabta2019-04-305-1094/+192
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-6/+6
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-2/+3
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-281-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-271-0/+4
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-271-1/+1