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
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-21
Kernel#lambda: return forwarded block as non-lambda proc
Alan Wu
2019-12-18
delete rb_vm_call()
卜部昌平
2019-12-17
disable assertion.
Koichi Sasada
2019-12-16
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-12-10
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-05
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-11-19
make functions static
卜部昌平
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-11-11
__builtin_inline!
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-10-25
enable assertion for debug.
Koichi Sasada
2019-10-25
more on struct rb_call_data
卜部昌平
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-09
Share ruby_sighandler_t definition
Nobuyoshi Nakada
2019-10-09
signal.c: save the original sighandlers for fatal signals
Yusuke Endoh
2019-10-09
error.c (rb_bug_for_fatal_signal): renamed from rb_bug_context
Yusuke Endoh
2019-10-04
iseq.c (rb_iseq_compile_on_base): Removed
Yusuke Endoh
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-29
Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
Jeremy Evans
2019-09-26
Fix keyword argument separation issues in Thread.new
Jeremy Evans
2019-09-25
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-21
typedef rb_jmpbuf_t to void *[5] if __builtin_setjmp is used
Fangrui Song
2019-09-13
Moved ruby_node_name declaration to node.h
Nobuyoshi Nakada
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-05
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-09-05
hide rb_funcallv_with_cc from public
卜部昌平
2019-09-03
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
Make the rb_vmdebug_debug_print_post declaration
Takashi Kokubun
2019-08-30
Support **nil syntax for specifying a method does not accept keyword arguments
Jeremy Evans
2019-08-27
rb_thread_create now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-17
Make VM_DEBUG_VERIFY_METHOD_CACHE derived from VMDEBUG
Nobuyoshi Nakada
2019-08-13
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
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-07-31
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-15
respect RUBY_DEBUG.
Koichi Sasada
2019-07-14
Make export declaration place more consistent
Takashi Kokubun
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
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-19
Remove IA64 support.
Samuel Williams
[next]