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.c
Age
Commit message (
Expand
)
Author
2017-08-02
fix stack storing for root fibers.
ko1
2017-08-02
release VM stack properly.
ko1
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-02
Symbol#== should be able to be redefined
ktsj
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
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
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-12
add a comment for rb_thread_mark()
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-05
revert r59017 it fails ruby/test_lambda.rb
ko1
2017-06-05
do not inform ``is_lambda".
ko1
2017-06-05
rename functions and clean parameters.
ko1
2017-06-05
remove arg_setup_lambda.
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-31
Improve performance of implicit type conversion
watson1978
2017-05-20
speed up IO#close with many threads
normal
2017-05-12
vm.c: free by ruby_xfree
nobu
2017-05-09
fixup r58614 for raspi3 and maybe other systems with odd compile
normal
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-24
revert newhash refactoring
shyouhei
2017-04-21
refactor hash literal
shyouhei
2017-04-14
disable rewind hooks.
ko1
2017-04-09
special exception messages are static
nobu
2017-04-07
introduce imemo_type_p(v, imemo_type)
ko1
2017-04-06
fix TracePoint#return_value with non-local exits
ko1
2017-03-27
fix redefinition optimization for -"literal string" (UMinus)
normal
2017-03-19
vm_args.c: arity check of lambda
nobu
2017-03-18
vm.c: fix up r58012
nobu
2017-03-18
vm.c: guard arguments [EXPERIMENTAL]
nobu
2017-03-17
remove branches in dmark and dfree GC callbacks
normal
2017-03-17
vm.c: check stack
nobu
2017-02-21
backward.h: 2.2 deprecated features
nobu
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2016-12-31
vm.c: fix return in lambda
nobu
2016-12-09
remove core#hash_merge_ary
nobu
2016-12-08
vm.c: check type of hash to merge
nobu
2016-12-04
Revert changes on rb_frame_method_id_and_class()
ktsj
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
[next]