aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* parse.y: fix ripper warningsnobu2015-10-141-95/+52
* parse.y: move ripper_id2symnobu2015-10-121-7/+7
* parse.y: reorder conditionsnobu2015-09-291-11/+4
* parse.y: token lengthnobu2015-09-291-14/+16
* parse.y: fix memory leaknobu2015-09-291-0/+9
* * parse.y: fix minor typo. [ci skip][fix GH-1038].eregon2015-09-291-1/+1
* parse.y: marknobu2015-09-291-0/+1
* fronzen-string-literal pragmanobu2015-09-271-2/+36
* parse.y: fix tokennobu2015-09-241-2/+2
* parse.y: simplify ripper_id2symnobu2015-09-191-1/+1
* parse.y: keep literal encodingnobu2015-09-101-2/+2
* parse.y: fix labelargnobu2015-08-181-2/+2
* parse.y: fix block after conditionalnobu2015-08-171-22/+37
* parse.y: revert arg in r47649nobu2015-08-171-13/+3
* rb_parser_compile_*: remove volatile argnormal2015-08-111-7/+7
* parse.y: optional superclassnobu2015-08-111-12/+2
* parse.y: shrink parser_paramsnobu2015-08-071-18/+19
* parse.y: remove prefixesnobu2015-08-071-133/+135
* parse.y: require pure parsernobu2015-08-071-14/+6
* parse.y: pop cmdargnobu2015-07-231-0/+1
* parse.y: call rb_intern2nobu2015-07-221-1/+1
* parse.y (parser_initialize): avoid redundant zero-ingnormal2015-07-201-34/+2
* parse.y (ripper_initialize): fixup r51302normal2015-07-201-1/+1
* parse.y (struct parser_params): pack to 4 cache lines on x86-64normal2015-07-201-17/+17
* * parse.y: Improve duplicate key warning with patch by @andremedeiroszzak2015-07-091-2/+2
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-1/+1
* parse.y: check NTH_REF rangenobu2015-05-291-5/+22
* allocate structs with wrappernobu2015-05-161-17/+7
* parse.y: refine message for gvar w/o identitirsnobu2015-05-131-2/+7
* Revert "support ES6-like hash literals."shugo2015-05-081-72/+17
* support ES6-like hash literals.shugo2015-05-081-17/+72
* parse.y: %-string cannot be a labelnobu2015-04-301-3/+4
* parse.y: push cmdarg_stacknobu2015-04-301-2/+7
* parse.y: simplifiednobu2015-04-291-15/+15
* compile.c: move expansion of massignnobu2015-04-291-19/+1
* parse.y: null by syntax errornobu2015-04-121-2/+2
* parse.y: empty parennobu2015-03-131-2/+2
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-1/+1
* use rb_funcallvnobu2015-02-161-1/+1
* parse.y: no optimization in defined?nobu2015-01-291-2/+2
* parse.y: condition nodenobu2015-01-291-1/+0
* parse.y: optimize conditionsnobu2015-01-291-5/+43
* parse.y: eliminate empty hashesnobu2015-01-091-13/+23
* parse.y: fix f_label resultnobu2015-01-041-2/+2
* parse.y: disable past scope warningsnobu2014-12-311-8/+46
* parse.y: fix internal IDs conflictnobu2014-12-281-1/+3
* parse.y: warn past scope variablenobu2014-12-251-2/+25
* parse.y: warn reference after method definitionnobu2014-12-141-0/+4
* parse.y: fix lex_state after tLABEL_ENDnobu2014-12-051-1/+1
* parse.y: preserve tSTRING_CONTENT resultsnobu2014-12-011-3/+6