aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Hide internal IDsNobuyoshi Nakada2019-04-261-1/+2
* Ripper does not use internal IDs directlyNobuyoshi Nakada2019-04-251-4/+6
* Adjusted indentsNobuyoshi Nakada2019-04-231-11/+11
* Disallow numbered parameter as the default value of optional argumentSeiei Miyagi2019-04-231-0/+1
* Fix internal error of `->x:@2{}`Seiei Miyagi2019-04-231-0/+1
* Missing semicolonNobuyoshi Nakada2019-04-231-0/+1
* Avoid usage of the dummy empty BEGIN nodektsj2019-04-201-1/+1
* parse.y: suppress warningnobu2019-04-181-1/+2
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-1/+713
* parse.y: fix fatal messagesnobu2019-04-101-4/+4
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-4/+4
* parse.y: fix fatal messagesnobu2019-04-101-4/+4
* Introduce beginless range [Feature#14799]mame2019-04-031-4/+32
* parse.y: show error line separatelynobu2019-03-281-13/+9
* parse.y: make tNUMPARAM idnobu2019-03-201-13/+3
* parse.y: removed redundant number_arg parser eventnobu2019-03-191-3/+2
* parse.y: fix var_ref of numbered param in rippernobu2019-03-191-20/+31
* parse.y: fix segv with Ripper#yydebugnobu2019-03-191-1/+1
* Added Ripper#debug_outputnobu2019-03-191-0/+36
* parse.y: numbered parameter in lambdanobu2019-03-181-5/+29
* parse.y: continue after invalid namenobu2019-03-181-3/+8
* parse.y: parser_numbered_paramnobu2019-03-181-9/+17
* Numbered parameters [Feature #4475]nobu2019-03-171-6/+115
* dsym should be treated as string [ruby-core:91852] [Bug #15670]ktsj2019-03-161-1/+1
* Show the source line at an invalid class/instance variablenobu2019-03-151-0/+7
* parse.y: no punctuation instance/class variablesnobu2019-03-141-2/+3
* parse.y: show invalid global variable linenobu2019-03-141-0/+4
* Hoisted out ruby_show_error_linenobu2019-03-141-54/+86
* More initializations of YYLTYPEnobu2019-03-141-10/+16
* Remove unnecessary local variablenobu2019-03-131-5/+4
* Show unkwon regexp option linenobu2019-03-121-2/+11
* Flush erred tokennobu2019-03-121-0/+3
* parse.y: moved excessed_commanobu2019-03-111-1/+4
* parse.y: trim newline in erred codenobu2019-01-261-0/+1
* parse.y: function parser_mixed_error & parser_mixed_escapenobu2019-01-241-18/+25
* parse.y: remove an extra error messagenobu2019-01-241-0/+6
* parse.y: token name of tSTRING_DENDnobu2019-01-231-1/+8
* parse.y: token namesnobu2019-01-231-3/+4
* parse.y: literal add_mark_objectnobu2019-01-221-9/+6
* ripper.y: get rid of compile errornobu2019-01-221-3/+2
* parse.y: enclose keyword token names by quotesnobu2019-01-221-49/+127
* parse.y: more token namesnobu2019-01-211-4/+21
* parse.y: refactored symbol rulesnobu2019-01-051-18/+11
* parse.y: refine error messagesnobu2019-01-051-1/+3
* Method reference operatornobu2018-12-311-1/+27
* parse.y: ignore constant name capturesnobu2018-12-201-4/+5
* Fix locations of NODE_UNDEF in undef with multiple argsyui-knk2018-11-251-1/+1
* parser: improve error messagesnobu2018-11-251-49/+49
* Constified ruby_sourcefilenobu2018-11-101-1/+1
* Parse the source in SCRIPT_LINES__ as arraynobu2018-11-101-7/+31