aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (parser_encode_length): add exception as UTF8-MAC fornaruse2011-03-101-1/+3
* * parse.y (parser_encode_length): fix typo: the length ofnaruse2011-03-101-1/+1
* * parse.y (words, qwords): dispatch array events. based on anobu2011-02-061-0/+10
* * parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu2011-02-051-2/+5
* * parse.y (lex_getline, parser_set_encode): set encoding of linesnobu2011-02-041-0/+10
* * parse.y: avoid NULL reference. [ruby-dev:43067]mame2011-01-181-0/+1
* * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa2010-12-281-2/+4
* * parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu2010-12-261-0/+6
* * parse.y: parenthesize macro arguments.akr2010-12-231-122/+122
* * parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): nonobu2010-12-091-8/+10
* * parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu2010-12-081-1/+1
* reverted to r30124; r30124 breaks testshyouhei2010-12-081-66/+65
* * parse.y (LVAR_USED): should be int same as ruby_sourceline.nobu2010-12-081-1/+1
* * parse.y (struct vtable, struct local_vars, vtable_add):nobu2010-12-071-65/+66
* * parse.y (parser_set_token_info): turn on/off with directives.nobu2010-11-141-4/+33
* * io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu2010-10-121-1/+1
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-041-1/+2
* * parse.y (command_asgn): allow command_call to be right hand sidematz2010-09-301-10/+23
* * include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu2010-08-141-10/+0
* * include/ruby/encoding.h (rb_char_to_option_kcode): used innobu2010-08-111-2/+0
* * parse.y (parser_tokadd_escape): no similar messages twice.nobu2010-08-081-1/+1
* * parse.y (void_expr_gen): add 'possibly' to warning message.matz2010-08-051-1/+1