summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 0036648a420f945624898568bb82bc5f83195d12: [Backport #17533]usa2021-04-041-2/+3
* merge revision(s) e39f7e64: [Backport #16760]usa2021-03-021-1/+1
* merge revision(s) 263b9413: [Backport #16981]usa2021-03-021-4/+5
* merge revision(s) e9bb30d4,a064e467,4d753461: [Backport #16998]usa2021-03-011-1/+2
* merge revision(s) 01b3a380: [Backport #11143][Backport #15932]usa2021-02-281-11/+22
* merge revision(s) 6e6844320de989cb88a154e2ac75066ccea1bba2: [Backport #16619]nagachika2020-03-071-6/+0
* merge revision(s) 4e038a7e64a9d52eed59b8f05647d4e58d265ec3: [Backport #5400]nagachika2019-08-281-4/+2
* merge revision(s) 5931857281ce45c1c277aa86d1588119ab00a955,76e2370f132f83c16c...nagachika2019-08-071-2/+2
* merge revision(s) 53e9908d8afc7f03109b0aafd1698ab35f512b05: [Backport #15916]nagachika2019-08-071-1/+1
* merge revision(s) 6375c68f8851e1e0fee8a95afba91c4555097127,c05eaa93258ddc01e6...nagachika2019-08-011-37/+46
* merge revision(s) d0ba4abf1a00339ebbb5d405db3240a8bdb7b68b,54eac83b2ad77ddea8...nagachika2019-07-311-1/+2
* merge revision(s) 67270: [Backport #15670]naruse2019-03-281-1/+1
* 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