| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (rb_intern3): split to registration check and new | nobu | 2012-01-22 | 1 | -14/+39 |
* | * parse.y (rb_intern3, rb_intern_str): check the coderange first. | nobu | 2012-01-22 | 1 | -22/+13 |
* | * node.h (rb_args_info): change pre_args_num and post_args_num as | nobu | 2011-12-27 | 1 | -2/+2 |
* | * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi... | mame | 2011-12-26 | 1 | -72/+620 |
* | * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ... | mame | 2011-12-26 | 1 | -16/+15 |
* | * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre... | mame | 2011-12-26 | 1 | -4/+3 |
* | * parse.y (primary): point method name line. [ruby-core:40936] | nobu | 2011-12-13 | 1 | -20/+50 |
* | * parse.y (parser_magic_comment): should pass the proper value. | nobu | 2011-12-12 | 1 | -0/+1 |
* | * parse.y (stmt_or_begin): changed the error message for BEGIN not | shugo | 2011-12-12 | 1 | -6/+28 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -4/+2 |
* | * parse.y (nodetype, nodeline): suppress warnings. | nobu | 2011-11-29 | 1 | -0/+3 |
* | * parse.y (nodetype, nodeline): static. these functions are for | usa | 2011-11-28 | 1 | -2/+2 |
* | * parse.y (parser_nextc): set encoding for the buffer of ripper. | naruse | 2011-10-28 | 1 | -0/+1 |
* | * ext/ripper/eventids2.c (ripper_init_eventids2): separate | nobu | 2011-10-18 | 1 | -9/+13 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -1/+1 |
* | * parse.y (parser_data_type): inherit the core type in ripper so | nobu | 2011-09-17 | 1 | -2/+16 |
* | * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): add | nobu | 2011-09-12 | 1 | -0/+11 |
* | * parse.y (bv_decls): parse.y relies on $$ = $1 before action | matz | 2011-09-09 | 1 | -1/+1 |
* | * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash | nobu | 2011-09-02 | 1 | -0/+8 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -1/+3 |
* | * parse.y (rb_enc_symname_type): :$a!, @a! and so on are not | naruse | 2011-07-23 | 1 | -0/+2 |
* | * parse.y (rb_check_id): take care of attrset ID created | nobu | 2011-07-23 | 1 | -3/+27 |
* | * parse.y (rb_check_id): conversion condition was inverse. | nobu | 2011-07-23 | 1 | -1/+1 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -18/+119 |
* | * parse.y (rb_is_global_id, rb_is_attrset_id): add missing | nobu | 2011-07-22 | 1 | -0/+12 |
* | * parse.y (rb_enc_symname2_p): get rid of potential out-of-bound | nobu | 2011-07-22 | 1 | -2/+2 |
* | * parse.y (var_ref): distinguish vcall from local variable | nobu | 2011-07-10 | 1 | -7/+63 |
* | * parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not be | mame | 2011-07-10 | 1 | -0/+4 |
* | * encoding.c (rb_enc_set_index, rb_enc_associate_index): should | nobu | 2011-07-07 | 1 | -1/+2 |
* | * parse.y (arg): rescue_mod is in inverse order from other | nobu | 2011-07-06 | 1 | -1/+1 |
* | * parse.y (opt_call_args): allow trailing comma after assoc | matz | 2011-07-06 | 1 | -0/+8 |
* | * parse.y (parser_here_document): should dispatch heredoc_end | nobu | 2011-07-05 | 1 | -6/+17 |
* | * sytle fixes. | nobu | 2011-06-30 | 1 | -1/+1 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -0/+12 |
* | * parse.y (rb_parser_end_seen_p): fix documentation about return | naruse | 2011-06-26 | 1 | -2/+1 |
* | * parse.y: comma at the end of line is no longer allowed. | shyouhei | 2011-06-26 | 1 | -4/+12 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -5/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -10/+1 |
* | * parse.y (parser_parse_string): flush delayed token. based on a | nobu | 2011-06-13 | 1 | -0/+13 |
* | * parse.y (peek_n): new macro to see next nth char. | nobu | 2011-06-01 | 1 | -5/+7 |
* | * enc/utf_16le.c: surpress warning: shorten-64-to-32. | naruse | 2011-03-21 | 1 | -2/+2 |
* | * parse.y (parser_encode_length): add exception as UTF8-MAC for | naruse | 2011-03-10 | 1 | -1/+3 |
* | * parse.y (parser_encode_length): fix typo: the length of | naruse | 2011-03-10 | 1 | -1/+1 |
* | * parse.y (words, qwords): dispatch array events. based on a | nobu | 2011-02-06 | 1 | -0/+10 |
* | * parse.y (mlhs_basic): include mlhs_post for ripper. a patch | nobu | 2011-02-05 | 1 | -2/+5 |
* | * parse.y (lex_getline, parser_set_encode): set encoding of lines | nobu | 2011-02-04 | 1 | -0/+10 |
* | * parse.y: avoid NULL reference. [ruby-dev:43067] | mame | 2011-01-18 | 1 | -0/+1 |
* | * re.c (rb_reg_expr_str): need to escape if the coderage is invalid. | usa | 2010-12-28 | 1 | -2/+4 |
* | * parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'. | nobu | 2010-12-26 | 1 | -0/+6 |