aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get rid of setting SCRIPT_LINES__ by AST.parsenobu2018-11-091-4/+17
* Implement `RubyVM::AST.of` [Feature #14836]yui-knk2018-11-051-0/+11
* parse.y: last node of NODE_ARRAYnobu2018-10-311-0/+2
* parse.y: last location from bisonnobu2018-10-301-2/+2
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-1/+0
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-261-0/+1
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-1/+0
* parse.y: Fix the compile erroryui-knk2018-10-201-4/+6
* Fix locations of NODE_SCOPE in lambda.yui-knk2018-10-201-1/+2
* Fix locations of NODE_LAMBDA.yui-knk2018-10-201-0/+3
* parse.y (struct ripper_args): Remove not used struct definitionyui-knk2018-10-201-6/+0
* parse.y: fix block passing with empty kwargsnobu2018-09-201-0/+1
* parse.y (arg_append): support NODE_ARGSCAT casemame2018-08-221-0/+5
* parse.y: remove coverage-related code fragmentsmame2018-08-221-22/+2
* parse.y (heredoc_identifier): Update comment for term_lenyui-knk2018-07-161-1/+5
* parse.y: Add comment for `rb_strterm_heredoc_struct.sourceline`yui-knk2018-07-161-1/+1
* parse.y: Deprecate flip-flopsmame2018-06-151-2/+4
* Revert "range.c: prohibit `(1..nil)`"mame2018-06-131-2/+10
* range.c: prohibit `(1..nil)`mame2018-06-131-10/+2
* parse.y: Fix locations of none and mid-rule actionsyui-knk2018-06-101-1/+8
* parse.y: Fix locations of NODE_RESCUEyui-knk2018-06-101-1/+5
* parse.y: use ruby_sized_xfree and SIZED_REALLOC_Nnormal2018-05-221-7/+7
* explicit cast to void* required for %pshyouhei2018-05-211-4/+4