aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do auto indent only when closing token at first of lineaycabta2019-06-221-4/+16
* Support irregular auto indentaycabta2019-06-211-8/+24
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-192-18/+21
* Fix auto indent crash when blank inputaycabta2019-06-181-1/+2
* Implement auto indent for multilineaycabta2019-06-182-2/+44
* Implement line_no correctlyaycabta2019-06-161-3/+3
* Use Reline.prompt_proc in IRBaycabta2019-06-142-6/+28
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-133-29/+44
* Ripper::Lexer: fallback parse error token to the previous oneNobuyoshi Nakada2019-06-121-1/+1
* Treat "begin rescue end" correctlyaycabta2019-06-121-1/+1
* irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada2019-06-101-0/+1
* irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada2019-06-102-7/+10
* Reflect behavior changes to argument nameTakashi Kokubun2019-06-041-3/+3
* colorize_code must return escaped textTakashi Kokubun2019-06-041-1/+3