aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/util.h: removed extra semicolon in definition oftadf2012-11-211-1/+1
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+13
* * parse.y (warn_balanced): use bit-wise operation.nobu2012-11-091-3/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-1/+1
* parse.y: warn static content assign in condnobu2012-10-271-15/+25
* * iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei2012-10-271-4/+2
* parse.y: bit field lex_statenobu2012-10-271-102/+72
* parse.y: concatenated literalsnobu2012-10-261-1/+21
* Revert r37316naruse2012-10-251-1/+0
* * parse.y: show a warning for concatenating string literals becauseusa2012-10-251-0/+1
* parse.y: fail if yyerrornobu2012-10-181-7/+8
* parse.y: suppress warningsnobu2012-09-161-1/+1
* parse.y: new_attr_op_assignnobu2012-09-151-78/+33
* parse.y: new_op_assignnobu2012-09-151-72/+50
* parse.y: switchnobu2012-09-151-46/+39
* parse.y: static tablenobu2012-09-151-14/+8
* * parse.y (rb_warn4S): renamed from rb_warn4(), because the case inusa2012-09-051-7/+3
* * parse.y (rb_warn4): added as a rb_warn variant to warn with explicitnaruse2012-09-051-1/+3
* id.h: independent from parse.hnobu2012-08-311-21/+21
* parse.y: extract functionnobu2012-08-251-20/+28
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-0/+9
* parse.y: token namenobu2012-08-201-27/+33
* id.h.tmpl: preserved idsnobu2012-08-171-16/+1
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-2/+2
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-2/+96
* remove garbage spacesnobu2012-07-201-3/+4
* * parse.y (primary): allow an empty grouped expression as theshugo2012-07-181-1/+8
* [Feature #6693]nobu2012-07-071-2/+13
* parse.y: fix GC problem of keyword rest argumentnobu2012-06-211-1/+4
* Bug #6403: reset states after empty argsnobu2012-05-141-0/+2
* Bug #6419: fix cmdarg beginnobu2012-05-111-0/+3
* parse.y: debugging stuffnobu2012-05-101-0/+32
* * parse.y (parser_yylex): allow spaces between lambda arrow andnobu2012-05-021-1/+1
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-281-2/+30
* * parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu2012-04-241-1/+8
* * parse.y (primary): remove wrong "fixpos" that caused incorrectmame2012-04-231-2/+0
* * compile.c (compile_array, compile_array_):ko12012-04-121-0/+3
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-0/+28
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-5/+17
* fix unreachable warning line numbernobu2012-03-161-1/+1
* * parse.y (parser_yylex): fix warning line number.nobu2012-03-151-1/+1
* * parse.y (sym_check_asciionly): check ascii compatibility beforenobu2012-03-151-18/+17
* fix rippernobu2012-03-131-13/+16
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-630/+140
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-131-0/+16
* * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu2012-03-121-13/+4
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-1/+13
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-051-0/+24
* * parse.y (block_command, block_call): simplified rules.nobu2012-03-051-22/+4
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-041-0/+4