aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* parse.y: invalid symbolnobu2015-11-011-1/+1
* internal.h: RUBY_DTRACE_HOOKnobu2015-10-311-7/+5
* parse.y: fix op_assign typenobu2015-10-281-1/+1
* parse.y: fix rippernobu2015-10-261-12/+32
* parse.y: call_op2nobu2015-10-261-6/+10
* parse.y: canonical namenobu2015-10-231-1/+1
* safe navigation attrsetnobu2015-10-231-10/+11
* Safe navigation operatornobu2015-10-221-34/+47
* parse.y: magic comment w/o indicatorsnobu2015-10-211-6/+19
* 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