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
2019-08-30
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
drop-in type check for rb_define_method_id
卜部昌平
2019-08-19
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-08
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-08
Add *_clear methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-08
Add *_start and *_running methods to VM_COLLECT_USAGE_DETAILS API
Gannon McGibbon
2019-08-07
Add a way to print debug counters without exiting
Aaron Patterson
2019-08-02
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-01
Make attr* methods define public methods if self in caller is not same as rec...
Jeremy Evans
2019-08-01
calc_lineno(): add assertions
卜部昌平
2019-07-31
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-24
Clarify Thread exception handling documentation [ci skip]
Jeremy Evans
2019-07-19
In some situations, `vm_stack` can be NULL, but `cfp` is valid.
Samuel Williams
2019-07-19
Better usage of `rb_ec_clear_vm_stack` to maintain invariants.
Samuel Williams
2019-07-19
Improve ec assertions.
Samuel Williams
2019-07-19
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-18
Remove unused vm_stack recycling.
Samuel Williams
2019-07-14
MJIT Support for getblockparamproxy
Takashi Kokubun
2019-07-13
Document $LOAD_PATH.resolve_feature_path in globals.rdoc
Benoit Daloze
2019-07-11
$LOAD_PATH.resolve_feature_path
Nobuyoshi Nakada
2019-06-20
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
Don't clear cfp, it causes problems.
Samuel Williams
2019-06-20
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
Don't try to dereference NULL cfp.
Samuel Williams
2019-06-19
Adjust indent
Nobuyoshi Nakada
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
Basic assertions for thread initialization.
Samuel Williams
2019-06-19
Ensure execution context is cleared after thread is finished.
Samuel Williams
2019-06-19
Better handling of root fiber.
Samuel Williams
2019-06-19
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
Move vm stack init into thread.
Samuel Williams
2019-06-12
* expand tabs.
git
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-01
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
Keep vm->orig_progname alive
Alan Wu
2019-05-22
Eagerly name modules and classes
Alan Wu
2019-05-14
Fixing function name
Aaron Patterson
2019-04-22
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-14
Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER
k0kubun
[next]