aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* * parse.y (opt_bv_decl): allow newline at the end. [ruby-dev:45292]matz2012-02-271-4/+7
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-241-2/+1
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-231-1/+5
* * parse.y (debug_lines, coverage): set file path encoding for coveragemame2012-02-011-2/+2
* * parse.y (rb_intern3): split to registration check and newnobu2012-01-221-14/+39
* * parse.y (rb_intern3, rb_intern_str): check the coderange first.nobu2012-01-221-22/+13
* * node.h (rb_args_info): change pre_args_num and post_args_num asnobu2011-12-271-2/+2
* * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame2011-12-261-72/+620
* * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame2011-12-261-16/+15
* * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre...mame2011-12-261-4/+3
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-131-20/+50
* * parse.y (parser_magic_comment): should pass the proper value.nobu2011-12-121-0/+1
* * parse.y (stmt_or_begin): changed the error message for BEGIN notshugo2011-12-121-6/+28
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-4/+2
* * parse.y (nodetype, nodeline): suppress warnings.nobu2011-11-291-0/+3
* * parse.y (nodetype, nodeline): static. these functions are forusa2011-11-281-2/+2
* * parse.y (parser_nextc): set encoding for the buffer of ripper.naruse2011-10-281-0/+1
* * ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu2011-10-181-9/+13
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * parse.y (parser_data_type): inherit the core type in ripper sonobu2011-09-171-2/+16
* * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): addnobu2011-09-121-0/+11
* * parse.y (bv_decls): parse.y relies on $$ = $1 before actionmatz2011-09-091-1/+1
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-0/+8
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-1/+3
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+2
* * parse.y (rb_check_id): take care of attrset ID creatednobu2011-07-231-3/+27
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-1/+1
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-18/+119
* * parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu2011-07-221-0/+12