| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | proc.c (rb_proc_alloc): inline and move to vm.c | normal | 2014-09-12 | 1 | -11/+28 |
* | vm.c (env_alloc): inline to avoid extra zeroing | normal | 2014-09-12 | 1 | -16/+14 |
* | * vm.c (rb_thread_mark): use rb_gc_mark_values() to mark VM stack. | ko1 | 2014-09-11 | 1 | -4/+2 |
* | * vm.c (rb_vm_register_special_exception): make new function to | ko1 | 2014-09-11 | 1 | -1/+10 |
* | * gc.c (rb_gc_mark_values): added. | ko1 | 2014-09-11 | 1 | -1/+1 |
* | vm_core.h (rb_env_t): use flexible array | normal | 2014-09-08 | 1 | -24/+16 |
* | vm.c: remove unused USE_THREAD_RECYCLE [misc #10198] | normal | 2014-09-04 | 1 | -15/+1 |
* | * symbian/*: removed Symbian support. | hsbt | 2014-09-04 | 1 | -4/+0 |
* | vm.c (rb_thread_mark): update comment about marking `me' | normal | 2014-08-14 | 1 | -1/+2 |
* | revert r46859 and r46860 | nobu | 2014-07-18 | 1 | -1/+0 |
* | enum.c: optimize any? object allocations for Array and Hash | nobu | 2014-07-18 | 1 | -0/+1 |
* | vm_core.h: redefined_flag in rb_vm_t | nobu | 2014-07-18 | 1 | -1/+1 |
* | revert r46834 because it does not pass tests | ko1 | 2014-07-16 | 1 | -0/+7 |
* | * vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but add | ko1 | 2014-07-16 | 1 | -7/+0 |
* | * iseq.c (rb_iseq_defined_string): use rb_gc_mark_object() instead of | ko1 | 2014-07-16 | 1 | -3/+0 |
* | * gc.c (gc_mark_roots): call rb_vm_mark directly. | ko1 | 2014-07-16 | 1 | -3/+1 |