aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse.y: relax literal in condition warningsnobu2018-05-181-0/+4
* rb_parser_printf declarationnobu2018-05-171-1/+1
* fix potential memory leaksnobu2018-05-111-5/+10
* parse.y: Fix locations of NODE_NIL in endless ranges.yui-knk2018-05-101-2/+10
* fix potential memory leaksnobu2018-05-091-7/+13
* Rename imemo_alloc with imemo_tmpbufmame2018-05-091-9/+9
* gc.c (rb_imemo_alloc_new): split for each purposemame2018-05-091-14/+9
* gc.c (rb_imemo_alloc_new): improve the API interfacemame2018-05-091-9/+10
* Introduce endless range [Feature#12912]mame2018-04-191-0/+16
* parse.y: fix cmdarg in command_argsnobu2018-04-171-0/+13