index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_core.h
Age
Commit message (
Expand
)
Author
2017-10-21
vm_core.h: export symbols of shared variables
k0kubun
2017-09-11
suppress unused argument warning
naruse
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-08
move th->fiber to ec->fiber.
ko1
2017-09-06
thread_context -> execution_context
ko1
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-08-21
vm_core.h: ruby_error_stackfatal
nobu
2017-08-18
vm_insnhelper.c: raise ruby_error_sysstack_gc
nobu
2017-08-10
vm_core.h: unreachable VM_UNREACHABLE
nobu
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-05
splat keyword hash
nobu
2017-08-05
vm_core.h: vm_call_flag_bits
nobu
2017-07-27
vm_core.h: shrink trap_list size
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-07-12
Fix indent [ci skip]
kazu
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
fix to check thread type
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
vm_core.h: sandwich jmpbuf
nobu
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
rb_catch_protect() accepts enum ruby_tag_type *.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-14
remove OPT_CALL_CFUNC_WITHOUT_FRAME.
ko1
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2017-06-08
vm_block_handler_verify() should not return any value.
ko1
2017-06-06
revert r59023 because it contans unrelated developping code
ko1
2017-06-06
revert r59020 because it may fail some tests sometimes on some environment (h...
ko1
2017-06-03
* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduce
ko1
2017-06-01
make Binding object WB protected.
ko1
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-30
add parameter names.
ko1
2017-05-20
speed up IO#close with many threads
normal
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-07
vm_core.h (rb_thread_t): use 32-bit running_time_us
normal
2017-04-09
special exception messages are static
nobu
2017-04-09
vm_core.h: ruby_error_stream_closed
nobu
2017-04-07
introduce imemo_type_p(v, imemo_type)
ko1
2017-03-27
fix redefinition optimization for -"literal string" (UMinus)
normal
2017-03-14
Fiber also has same issue. [Bug #13313]
ko1
2017-03-14
vm_core.h: assertions for Proc
nobu
2017-02-16
use rb_iseq_check() for USE_LAZY_LOAD, too.
ko1
2017-02-07
TRUE is not defined here...
ko1
2017-02-07
remove compare with enum value.
ko1
2016-12-14
constify
nobu
[next]