aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* IRB: Document command evaluation history.zverok2019-10-261-8/+45
* Remove unsused output_method argumentJeremy Evans2019-10-241-7/+1
* Fixed the key to delete [Bug #16250]Nobuyoshi Nakada2019-10-151-1/+1
* Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada2019-10-151-3/+3
* Simplify circular reference check of IRB::ColorTakashi Kokubun2019-10-141-16/+14
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-4/+18
* Folded files in gemspecNobuyoshi Nakada2019-09-161-1/+57
* IRB 1.1.0.pre.3aycabta2019-09-011-2/+2
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70
* Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans2019-08-271-1/+30
* Move private call without arguments inside methodJeremy Evans2019-08-271-1/+1
* IRB's multiline history is enable only when Reidline modeaycabta2019-08-221-1/+1
* Treat two types "do" correctlyaycabta2019-08-201-2/+20
* Don't echo results of assignment expressionsSteven Willis2019-08-162-0/+20
* Revert "Don't echo results of assignment expressions"aycabta2019-08-062-20/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-062-0/+20
* Ignore history file without saving if permissions cannot be changedJeremy Evans2019-07-271-0/+2
* Use JRuby equivalent of RubyVM.compile.Charles Oliver Nutter2019-07-271-1/+6
* 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
* Require Ruby 2.4 or later because needs lex_state from Ripperaycabta2019-07-151-0/+2
* Change PROMPT_S of simple-promptKazuhiro NISHIYAMA2019-07-151-1/+1
* Simplify history saving codeaycabta2019-07-151-8/+1
* Use #to_a for Readline::HISTORY directlyaycabta2019-07-151-1/+1
* Add lib/irb/color.rb to destribution file listaycabta2019-07-151-1/+1
* Remove debug printaycabta2019-07-151-1/+0
* Support multiline irb_historyaycabta2019-07-151-2/+18
* Save history in IRB is enabled by defaultaycabta2019-07-151-1/+1
* Auto indent in IRB is enabled by defaultaycabta2019-07-152-5/+5
* Version 1.1.0.pre.2aycabta2019-07-151-2/+2
* Need reline-0.0.1 or later for some featuresaycabta2019-07-151-1/+1
* Suppress warningsMasataka Pocke Kuwabara2019-07-153-2/+6
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* Check code_block_open for whether code continuesaycabta2019-07-031-2/+2
* Keyword token that follows EXPR_FNAME must be a method nameaycabta2019-07-021-3/+6
* Remove auto indent of continuation lineaycabta2019-06-281-3/+0
* Removed unused variableNobuyoshi Nakada2019-06-281-1/+1
* EXPR_LABEL also indicates non-continuation lineaycabta2019-06-271-1/+1
* bc mode is already removed [ci skip]Kazuhiro NISHIYAMA2019-06-272-2/+2
* EXPR_CMDARG also indicates the end of an expressionaycabta2019-06-271-1/+1
* Increase indent of continuation lineaycabta2019-06-271-0/+3
* Decrease nesting level when closing token comes at a non-first token of lineaycabta2019-06-261-0/+2
* `ensure` is not a continuos lineNobuyoshi Nakada2019-06-261-1/+1
* Decrease indent at "elsif" tooNobuyoshi Nakada2019-06-261-2/+2
* Remove other debug printsNobuyoshi Nakada2019-06-261-3/+0
* Remove debug print...sorryaycabta2019-06-261-2/+0
* Treat auto indent with newline correctlyaycabta2019-06-251-10/+42
* Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta2019-06-251-0/+2
* Refactor calculation of corresponding token depthaycabta2019-06-251-18/+33
* Treat closing token with starting token at head of 2nd line correctlyaycabta2019-06-221-1/+1