| Commit message (Expand) | Author | Age | Files | Lines |
* | parse.y: should not warn op method call | nobu | 2017-06-23 | 1 | -0/+3 |
* | node.h: sign-extend | nobu | 2017-04-29 | 1 | -1/+1 |
* | * compile.c: fix typos. | hsbt | 2015-12-14 | 1 | -1/+1 |
* | parse.y: lex_state trace by yydebug | nobu | 2015-12-13 | 1 | -0/+1 |
* | additional fix of comment line | ko1 | 2015-11-13 | 1 | -1/+1 |
* | * node.h: remove old comments. | ko1 | 2015-11-13 | 1 | -2/+0 |
* | Safe navigation operator | nobu | 2015-10-22 | 1 | -2/+4 |
* | node.h: no attrset ID in NODE | nobu | 2015-10-12 | 1 | -1/+1 |
* | fronzen-string-literal pragma | nobu | 2015-09-27 | 1 | -1/+1 |
* | rb_parser_compile_*: remove volatile arg | normal | 2015-08-11 | 1 | -5/+5 |
* | * internal.h, node.h: move a definition of `struct rb_global_entry' | ko1 | 2015-03-12 | 1 | -9/+0 |
* | * internal.h: use T_IMEMO to represent `struct MEMO' value. | ko1 | 2015-03-11 | 1 | -8/+0 |
* | * node.h: remove NODE_IFUNC, NEW_IFUNC. | ko1 | 2015-03-11 | 1 | -3/+0 |
* | * include/ruby/ruby.h: introduce new type T_IMEMO. | ko1 | 2015-03-11 | 1 | -3/+0 |
* | * internal.h: define struct MEMO. | ko1 | 2015-03-11 | 1 | -1/+1 |
* | * internal.h: define rb_cref_t and change to use it. | ko1 | 2015-03-08 | 1 | -2/+0 |
* | * internal.h: define CREF accessor macros. | ko1 | 2015-03-08 | 1 | -6/+6 |
* | * Avoid undefined behaviors found by gcc -fsanitize=undefined. | akr | 2014-10-17 | 1 | -1/+1 |
* | node.h: extract NODE functions from gc.c | nobu | 2014-08-16 | 1 | -0/+3 |
* | * array.c (rb_ary_tmp_new): added. | ko1 | 2014-08-15 | 1 | -3/+1 |
* | node.h: remove NODE_PRIVATE_RECV | nobu | 2014-06-06 | 1 | -2/+0 |
* | node.h: NODE_PRIVATE_RECV | nobu | 2014-06-06 | 1 | -0/+2 |
* | * node.h: catch up comments for last commit. | ko1 | 2013-11-04 | 1 | -2/+2 |
* | parse.y, vm_eval.c: file encoding in eval | nobu | 2013-07-29 | 1 | -0/+2 |
* | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 | 2013-05-13 | 1 | -4/+10 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+2 |
* | scoped constant op-assignment | nobu | 2012-12-24 | 1 | -0/+3 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -1/+1 |
* | * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'. | ko1 | 2012-09-28 | 1 | -3/+0 |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 1 | -1/+7 |
* | * enumerator.c (lazy_take): add Enumerable::Lazy#take. | shugo | 2012-03-14 | 1 | -0/+8 |
* | * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flags | nobu | 2012-03-12 | 1 | -1/+1 |
* | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari | 2012-01-07 | 1 | -1/+1 |
* | * node.h (rb_args_info): change pre_args_num and post_args_num as | nobu | 2011-12-27 | 1 | -3/+4 |
* | * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi... | mame | 2011-12-26 | 1 | -0/+6 |
* | * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ... | mame | 2011-12-26 | 1 | -1/+16 |
* | * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre... | mame | 2011-12-26 | 1 | -1/+1 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+3 |
* | * node.h: parenthesize macro arguments. | akr | 2011-01-20 | 1 | -1/+1 |
* | * node.h (RNode): match the type of flags to RBasic, and renamed | nobu | 2010-12-15 | 1 | -2/+2 |
* | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu | 2010-08-14 | 1 | -0/+6 |
* | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu | 2010-08-11 | 1 | -0/+11 |
* | reverted revision r28961; which breaks test-all | shyouhei | 2010-08-11 | 1 | -10/+0 |
* | * node.h (rb_parser_{get,set}_yydebug): used in ripper. | nobu | 2010-08-11 | 1 | -0/+10 |
* | * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast... | muraken | 2010-03-25 | 1 | -1/+1 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -0/+1 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -1/+1 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -1/+0 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -1/+11 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -47/+0 |