summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2012-02-23* parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu
2012-02-01* parse.y (debug_lines, coverage): set file path encoding for coveragemame
2012-01-22* parse.y (rb_intern3): split to registration check and newnobu
2012-01-22* parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu
2011-12-27* node.h (rb_args_info): change pre_args_num and post_args_num asnobu
2011-12-26* node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame
2011-12-26* node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame
2011-12-26* node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre...mame
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu
2011-12-12* parse.y (parser_magic_comment): should pass the proper value.nobu
2011-12-12* parse.y (stmt_or_begin): changed the error message for BEGIN notshugo
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-11-29* parse.y (nodetype, nodeline): suppress warnings.nobu
2011-11-28* parse.y (nodetype, nodeline): static. these functions are forusa
2011-10-28* parse.y (parser_nextc): set encoding for the buffer of ripper.naruse
2011-10-18* ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-17* parse.y (parser_data_type): inherit the core type in ripper sonobu
2011-09-12* README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): addnobu
2011-09-09* parse.y (bv_decls): parse.y relies on $$ = $1 before actionmatz
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-07-26* parse.y (rb_check_id): make the given name a symbol or a string.nobu
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23* parse.y (rb_check_id): take care of attrset ID creatednobu
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu
2011-07-22* parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu
2011-07-10* parse.y (var_ref): distinguish vcall from local variablenobu
2011-07-10* parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not bemame
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-06* parse.y (arg): rescue_mod is in inverse order from othernobu
2011-07-06* parse.y (opt_call_args): allow trailing comma after assocmatz
2011-07-05* parse.y (parser_here_document): should dispatch heredoc_endnobu