aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu2011-07-221-2/+2
* * parse.y (var_ref): distinguish vcall from local variablenobu2011-07-101-7/+63
* * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not bemame2011-07-101-0/+4
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-1/+2
* * parse.y (arg): rescue_mod is in inverse order from othernobu2011-07-061-1/+1
* * parse.y (opt_call_args): allow trailing comma after assocmatz2011-07-061-0/+8
* * parse.y (parser_here_document): should dispatch heredoc_endnobu2011-07-051-6/+17
* * sytle fixes.nobu2011-06-301-1/+1
* * math.c: Attach documentation for Math.drbrain2011-06-291-0/+12
* * parse.y (rb_parser_end_seen_p): fix documentation about returnnaruse2011-06-261-2/+1
* * parse.y: comma at the end of line is no longer allowed.shyouhei2011-06-261-4/+12
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-1/+0
* * internal.h: declare more internal functions.akr2011-06-181-5/+0
* * internal.h: declare internal functions here.akr2011-06-171-10/+1
* * parse.y (parser_parse_string): flush delayed token. based on anobu2011-06-131-0/+13
* * parse.y (peek_n): new macro to see next nth char.nobu2011-06-011-5/+7
* * enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse2011-03-211-2/+2