aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of mutiple assignment with rescue modifierJeremy Evans2019-08-091-0/+9
* Revert "Revert "Fix dangling path name from fstring""Takashi Kokubun2019-08-041-2/+2
* Revert "Fix dangling path name from fstring"Takashi Kokubun2019-08-041-2/+2
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-031-2/+2
* Show the location of `eval` which uses `__FILE__`/`__LINE__`Nobuyoshi Nakada2019-08-031-2/+8
* parse.y: make a warning for __FILE__ in eval by defaultYusuke Endoh2019-08-021-1/+1
* Use predefined idOrNobuyoshi Nakada2019-08-011-3/+2
* Ripper#validate_object: check if the object is hiddenNobuyoshi Nakada2019-07-191-5/+10
* Moved RIPPER_DEBUG methods to Ripper from KernelNobuyoshi Nakada2019-07-191-3/+3
* Fixed build error with RIPPER_DEBUGNobuyoshi Nakada2019-07-191-7/+3
* Use Qnull instead of 0 and QundefNobuyoshi Nakada2019-07-191-4/+1
* Adjust indent [ci skip]Nobuyoshi Nakada2019-07-171-6/+10
* parse.y (here_document): remove dead codeYusuke Endoh2019-07-151-4/+1
* Add a /* fall through */ commentYusuke Endoh2019-07-151-0/+1
* Add a /* fall through */ commentYusuke Endoh2019-07-141-0/+1
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-4/+2
* Removed duplicate assignmentNobuyoshi Nakada2019-07-101-1/+0
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-081-7/+16
* Message to pipe should end with a newlineNobuyoshi Nakada2019-07-071-1/+1
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-071-0/+9
* Renamed column in token_info to indentNobuyoshi Nakada2019-07-071-9/+9
* Multiple codepoints are not allowed at single character literalNobuyoshi Nakada2019-07-051-5/+20
* Fix a typoKazuhiro NISHIYAMA2019-07-051-1/+1
* Do not dispatch a nil token in ripperNobuyoshi Nakada2019-07-041-0/+1
* Hoisted out f_rest_margNobuyoshi Nakada2019-06-301-33/+21
* Should not warn massign parameters as unusedNobuyoshi Nakada2019-06-291-0/+2
* Omit `EXPR_` prefix to show lex_stateNobuyoshi Nakada2019-06-271-5/+6
* Fix ripper fatalNobuyoshi Nakada2019-06-271-1/+1
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-4/+2
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-12/+22
* Support Bison 3Nobuyoshi Nakada2019-06-171-1/+1
* Fix memory leakNobuyoshi Nakada2019-06-161-1/+1
* Revert github/pull/2230, commit missNobuyoshi Nakada2019-06-151-8/+1
* Prefer `enum yytokentype` to intNobuyoshi Nakada2019-06-151-3/+3
* Multiline method chain with leading dot works for blank linesJosh Cheek2019-06-151-0/+1
* Remove blank line I accidentally addedJosh Cheek2019-06-151-1/+0
* Rename LINEND to EMPTYLNJosh Cheek2019-06-151-4/+4
* Omg, it works!Josh Cheek2019-06-151-1/+8
* An operator is not allowed just after `|>`Nobuyoshi Nakada2019-06-141-4/+4
* Continue to the next line beginning with a pipelineNobuyoshi Nakada2019-06-131-1/+2
* parse.y: moved pipeline to exprNobuyoshi Nakada2019-06-131-17/+31
* Add pipeline operator [Feature #15799]Nobuyoshi Nakada2019-06-131-1/+24
* Refined syntax error messagesNobuyoshi Nakada2019-06-111-2/+2
* &. is not allowed inside LHS of massignNobuyoshi Nakada2019-06-111-0/+6
* Fix grammar of macro name: ECCESSED -> ECCESSIVEMartin Dürst2019-06-051-2/+2
* node.h: Avoid a magic number to represent excessed commaYusuke Endoh2019-06-041-6/+2
* EOF by 2 ^D on a TTYNobuyoshi Nakada2019-06-041-0/+4
* Fix the error token on "invalid hex escape"Nobuyoshi Nakada2019-06-031-1/+1
* parse.y: adjust here-doc error tokenNobuyoshi Nakada2019-05-301-4/+7
* parse.y: continue after heredoc errorNobuyoshi Nakada2019-05-301-2/+10