aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-051-1/+2
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-6/+23
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-1/+11
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-2/+21
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-17/+47
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-6/+8
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-231-1/+1
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-4/+9
* [ruby/irb] Change variables handling for compatibilityaycabta2020-12-221-8/+8
* [ruby/irb] Handle rest of tokens correctly if no newline at lastaycabta2020-12-201-0/+7
* [ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta2020-12-191-41/+46
* [ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada2020-12-171-1/+1
* [ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI2020-12-171-2/+5
* [ruby/irb] Add a fallback for check_code_block that does not depend on implem...Benoit Daloze2020-11-221-2/+7
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-9/+3
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-1/+1
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-2/+2
* [ruby/irb] Support oneline method definitionaycabta2020-08-181-0/+77
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-07-231-1/+1
* [ruby/irb] handle rescue modifier properlyNobuhiro IMAI2020-07-221-5/+9
* [ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta2020-07-221-10/+9
* [ruby/irb] Suppress incomplete encoding magic comment erroraycabta2020-07-221-2/+3
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-221-2/+19
* [ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter2020-03-291-0/+1
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+2
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+1
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-1/+4
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-1/+4
* [ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh2019-12-221-1/+1
* [ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh2019-12-221-1/+1
* Fix auto-indent behavior correctlyaycabta2019-12-031-1/+1
* Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta2019-11-291-15/+0
* Remove e2mmap dependencyaycabta2019-11-251-3/+5
* Replace typo "bock" with "block"aycabta2019-11-201-2/+2
* A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta2019-11-201-2/+2
* Number sign comment (# bla bla) is a kind of newline characteraycabta2019-11-201-2/+2
* Suppress warnings except for when last evaluationaycabta2019-11-131-4/+11
* Treat two types "do" correctlyaycabta2019-08-201-2/+20
* Use JRuby equivalent of RubyVM.compile.Charles Oliver Nutter2019-07-271-1/+6
* 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
* 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