| Commit message (Expand) | Author | Age | Files | Lines |
* | mark thread name string | naruse | 2015-06-13 | 1 | -0/+2 |
* | * vm_core.h (rb_thread_t): add th->name. | naruse | 2015-06-13 | 1 | -0/+1 |
* | vm.c: break from orphan block | nobu | 2015-06-12 | 1 | -1/+7 |
* | * vm.c: use VM_ASSERT instead of assert(). | ko1 | 2015-06-10 | 1 | -1/+1 |
* | * vm_core.h: define VM_ASSERT() for assertion | ko1 | 2015-06-10 | 1 | -2/+0 |
* | * internal.h: move definition of rb_cref_t to method.h. | ko1 | 2015-06-05 | 1 | -3/+9 |
* | * class.c (clone_method): remove redundant check for me->def != NULL. | ko1 | 2015-06-03 | 1 | -3/+2 |
* | * vm.c: eagerly allocate `loading_table`. This eliminates the need to | tenderlove | 2015-06-03 | 1 | -0/+1 |
* | * method.h: split rb_method_definition_t::flag to several flags. | ko1 | 2015-06-03 | 1 | -8/+9 |
* | * method.h: make rb_method_entry_t a VALUE. | ko1 | 2015-06-02 | 1 | -39/+41 |
* | * vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type to | ko1 | 2015-05-31 | 1 | -1/+1 |
* | fix indent | ko1 | 2015-05-21 | 1 | -2/+2 |
* | * proc.c: fix issues caused by binding created from Method#to_proc. | ko1 | 2015-05-21 | 1 | -0/+12 |
* | vm.c: vm_invoke_bmethod | nobu | 2015-05-20 | 1 | -8/+21 |
* | proc.c: rb_proc_alloc | nobu | 2015-05-16 | 1 | -14/+8 |
* | proc.c, vm.c: fix possible memory leak | nobu | 2015-05-10 | 1 | -1/+2 |
* | * vm.c (vm_exec): check other events when RETURN is thrown. | ko1 | 2015-04-10 | 1 | -29/+27 |
* | * vm_args.c: protect value stack from calling other methods | ko1 | 2015-04-06 | 1 | -1/+0 |
* | vm.c: use MEMCPY | nobu | 2015-03-29 | 1 | -3/+4 |
* | revert r50031 because it includes unexpected patch | ko1 | 2015-03-20 | 1 | -4/+0 |
* | * gc.c (obj_info): obj_info() can receive internal objects. | ko1 | 2015-03-20 | 1 | -0/+4 |
* | * vm_insnhelper.h: use T_IMEMO to create THROW_DATA. | ko1 | 2015-03-11 | 1 | -4/+4 |
* | * include/ruby/ruby.h: introduce new type T_IMEMO. | ko1 | 2015-03-11 | 1 | -4/+1 |
* | * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not. | ko1 | 2015-03-10 | 1 | -2/+2 |
* | * vm_insnhelper.h: define struct THROW_DATA to represent | ko1 | 2015-03-10 | 1 | -17/+18 |
* | proc.c, vm.c: fix implicit conversions | nobu | 2015-03-08 | 1 | -1/+1 |
* | * internal.h: define rb_cref_t and change to use it. | ko1 | 2015-03-08 | 1 | -16/+16 |
* | * internal.h: define CREF accessor macros. | ko1 | 2015-03-08 | 1 | -11/+11 |
* | * fix namespace issue on singleton class expressions. [Bug #10943] | ko1 | 2015-03-06 | 1 | -20/+56 |
* | * vm_core.h: define vm_svar_index. | ko1 | 2015-02-27 | 1 | -4/+4 |
* | vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTR | ko1 | 2015-01-16 | 1 | -4/+4 |
* | * vm.c (VM_CF_PREV_EP): remove extra parentheses. | ktsj | 2015-01-16 | 1 | -1/+1 |
* | * eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c: | ktsj | 2015-01-16 | 1 | -38/+31 |
* | vm.c: constify | nobu | 2014-12-17 | 1 | -5/+5 |
* | * vm_core.h: introduce new field | ko1 | 2014-12-10 | 1 | -0/+2 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -3/+3 |
* | * vm_core.h: add rb_thread_t::local_storage_recursive_hash | ko1 | 2014-11-27 | 1 | -0/+2 |
* | rb_id2str over rb_id2name | nobu | 2014-11-25 | 1 | -6/+5 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -3/+1 |
* | proc.c: make lambda directly | nobu | 2014-11-13 | 1 | -1/+7 |
* | vm.c: super in bmethod | nobu | 2014-11-09 | 1 | -1/+2 |
* | suppress warnings | nobu | 2014-11-04 | 1 | -1/+1 |
* | * vm_core.h: change iseq parameter data structure. | ko1 | 2014-11-02 | 1 | -1/+1 |
* | * rewrite method/block parameter fitting logic to optimize | ko1 | 2014-11-02 | 1 | -1/+1 |
* | * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings. | ktsj | 2014-10-18 | 1 | -1/+36 |
* | cont.c: Optimize fiber_switch callees | normal | 2014-10-15 | 1 | -2/+4 |
* | * vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738] | zzak | 2014-10-12 | 1 | -1/+1 |
* | vm.c: precedence of duplicated keys | nobu | 2014-10-11 | 1 | -11/+1 |
* | vm.c (thread_alloc): remove needless volatile | normal | 2014-09-12 | 1 | -1/+1 |
* | proc/env DATA_PTR is never NULL | normal | 2014-09-12 | 1 | -35/+19 |