aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* move th->fiber to ec->fiber.ko12017-09-081-1/+2
* thread_context -> execution_contextko12017-09-061-1/+1
* Refactor the internal data format for coverage measurementmame2017-09-031-1/+2
* vm_core.h: ruby_error_stackfatalnobu2017-08-211-1/+1
* vm_insnhelper.c: raise ruby_error_sysstack_gcnobu2017-08-181-0/+1
* vm_core.h: unreachable VM_UNREACHABLEnobu2017-08-101-1/+1
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-3/+3
* splat keyword hashnobu2017-08-051-0/+2
* vm_core.h: vm_call_flag_bitsnobu2017-08-051-10/+24
* vm_core.h: shrink trap_list sizenobu2017-07-271-3/+3
* revert r59359, r59356, r59355, r59354normal2017-07-191-1/+0
* hash: keep fstrings of tainted strings for string keysnormal2017-07-181-0/+1
* Fix indent [ci skip]kazu2017-07-121-2/+2
* move fields to ec.ko12017-06-281-5/+6
* move fields to ec.ko12017-06-281-7/+7
* fix to check thread typeko12017-06-281-2/+1
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-2/+6
* move storages to ec.ko12017-06-281-5/+5
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-5/+7
* vm_core.h: sandwich jmpbufnobu2017-06-231-1/+6
* move "state" to rb_vm_tag.ko12017-06-231-4/+2
* rename th->state to th->tag_state.ko12017-06-231-1/+1
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-231-0/+2
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-1/+4
* remove OPT_CALL_CFUNC_WITHOUT_FRAME.ko12017-06-141-19/+1
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-121-1/+0
* vm_block_handler_verify() should not return any value.ko12017-06-081-2/+1
* revert r59023 because it contans unrelated developping codeko12017-06-061-1/+0
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-0/+1
* * vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko12017-06-031-10/+15
* make Binding object WB protected.ko12017-06-011-3/+5
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-10/+42
* add parameter names.ko12017-05-301-5/+5
* speed up IO#close with many threadsnormal2017-05-201-2/+2
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-7/+11
* vm_core.h (rb_thread_t): use 32-bit running_time_usnormal2017-05-071-1/+1
* special exception messages are staticnobu2017-04-091-1/+4
* vm_core.h: ruby_error_stream_closednobu2017-04-091-1/+1
* introduce imemo_type_p(v, imemo_type)ko12017-04-071-13/+7
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-271-0/+1
* Fiber also has same issue. [Bug #13313]ko12017-03-141-0/+2
* vm_core.h: assertions for Procnobu2017-03-141-3/+1
* use rb_iseq_check() for USE_LAZY_LOAD, too.ko12017-02-161-1/+1
* TRUE is not defined here...ko12017-02-071-1/+1
* remove compare with enum value.ko12017-02-071-1/+1
* constifynobu2016-12-141-1/+1
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-1/+1
* Make `trace_running` an integer flag againnobu2016-12-061-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-9/+11
* vm_core.h: stringify in VM_ASSERTnobu2016-10-091-1/+1