aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* Merge IRB 1.2.6aycabta2020-09-165-5/+588
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-304-1/+191
* [ruby/irb] Restore environment variablesNobuyoshi Nakada2019-12-141-8/+10
* Add require "irb" to test/irb/test_completion.rbaycabta2019-11-281-1/+2
* Fix regexp to complete complex literalaycabta2019-11-281-0/+5
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-1/+1
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-0/+40
* Suppress warnings except for when last evaluationaycabta2019-11-131-0/+6
* qsymbols and symbols should be colored as SymbolTakashi Kokubun2019-11-101-3/+3
* Colorize on_symbols_beg (%I)Takashi Kokubun2019-11-101-0/+8
* Colorize string quotes as boldTakashi Kokubun2019-11-101-23/+23
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-0/+2
* Changed numbered parameter prefixNobuyoshi Nakada2019-09-241-2/+0
* Set IRB::Context#return_format on test clarifyaycabta2019-08-161-0/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-162-0/+126
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-1/+1
* Revert "Don't echo results of assignment expressions"aycabta2019-08-062-126/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-062-0/+126
* Clarify the Ruby version support status in IRB moreTakashi Kokubun2019-06-131-13/+19
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-134-21/+50
* Another incomplete string caseNobuyoshi Nakada2019-06-121-0/+2
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Remove conflict resolution mistake [ci skip]Takashi Kokubun2019-06-041-2/+2
* Improve test_color to prevent regressionTakashi Kokubun2019-06-041-2/+1
* colorize_code must return escaped textTakashi Kokubun2019-06-041-2/+3
* Colorize error charactersNobuyoshi Nakada2019-06-041-8/+5
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-3/+31
* Colorize errors moreNobuyoshi Nakada2019-05-291-0/+1
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-1/+1
* Colorize error partNobuyoshi Nakada2019-05-271-1/+3
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-0/+5
* Highlight global variable on IRBTakashi Kokubun2019-05-261-0/+1
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-1/+1
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-1/+1
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* parse.y: adjust error indicatorNobuyoshi Nakada2019-05-261-1/+1
* Fix scanner event at invalid syntaxNobuyoshi Nakada2019-05-261-1/+1
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-251-0/+1
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-251-1/+4
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-251-0/+12
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-251-2/+6
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-251-0/+1
* Support some unhandled syntax highlightTakashi Kokubun2019-05-251-0/+6
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-251-2/+16
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-251-0/+1
* Incremental syntax highlight for IRB source linesTakashi Kokubun2019-05-241-0/+3
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+4
* Add "require 'irb'" to use IRB.confaycabta2019-05-211-0/+1
* Use Ripper for IRBaycabta2019-04-301-108/+0