summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2012-11-09* parse.y (warn_balanced): use bit-wise operation.nobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-27parse.y: warn static content assign in condnobu
2012-10-27* iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei
2012-10-27parse.y: bit field lex_statenobu
2012-10-26parse.y: concatenated literalsnobu
2012-10-25Revert r37316naruse
2012-10-25* parse.y: show a warning for concatenating string literals becauseusa
2012-10-18parse.y: fail if yyerrornobu
2012-09-16parse.y: suppress warningsnobu
2012-09-15parse.y: new_attr_op_assignnobu
2012-09-15parse.y: new_op_assignnobu
2012-09-15parse.y: switchnobu
2012-09-15parse.y: static tablenobu
2012-09-05* parse.y (rb_warn4S): renamed from rb_warn4(), because the case inusa
2012-09-05* parse.y (rb_warn4): added as a rb_warn variant to warn with explicitnaruse
2012-08-31id.h: independent from parse.hnobu
2012-08-25parse.y: extract functionnobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-20parse.y: token namenobu
2012-08-17id.h.tmpl: preserved idsnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-07-24* parse.y: added symbols and qsymbols productions for %i and %Itenderlove
2012-07-20remove garbage spacesnobu
2012-07-18* parse.y (primary): allow an empty grouped expression as theshugo
2012-07-07[Feature #6693]nobu
2012-06-21parse.y: fix GC problem of keyword rest argumentnobu
2012-05-14Bug #6403: reset states after empty argsnobu
2012-05-11Bug #6419: fix cmdarg beginnobu
2012-05-10parse.y: debugging stuffnobu
2012-05-02* parse.y (parser_yylex): allow spaces between lambda arrow andnobu
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu
2012-04-24* parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu
2012-04-23* parse.y (primary): remove wrong "fixpos" that caused incorrectmame
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu
2012-04-09* parse.y (string_content, parser_yylex): count brace nesting tonobu
2012-03-16fix unreachable warning line numbernobu
2012-03-15* parse.y (parser_yylex): fix warning line number.nobu
2012-03-15* parse.y (sym_check_asciionly): check ascii compatibility beforenobu
2012-03-13fix rippernobu
2012-03-13* compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu
2012-03-13* parse.y (block_param, f_args): add rules for the case argumentsnobu
2012-03-12* node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05* parse.y (block_command, block_call): simplified rules.nobu
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-02-27* parse.y (opt_bv_decl): allow newline at the end. [ruby-dev:45292]matz
2012-02-24* parse.y (parser_tokadd_string): insert a backslash only ifnobu