summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2012-12-06parse.y: flush string contentnobu
2012-12-04* parse.y: replase parser->enc with current_enc.naruse
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-11-30* parse.y (parser.utf8): remove unused property.naruse
2012-11-30parse.y: false usage of local variablenobu
2012-11-30parse.y: LVAR_USEDnobu
2012-11-30parse.y: IS_lex_state_fornobu
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
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