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
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-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
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-04-26
extend machine stacks when sanitizers are there
Urabe, Shyouhei
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
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-25
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
use cfp->bp more.
ko1
2019-03-18
Pack rb_iseq_constant_body from 296 to 288 bytes
nobu
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2018-12-27
* remove trailing spaces.
svn
2018-12-27
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-06
Return same ISeq object for one src.
ko1
2018-11-30
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-18
* expand tabs.
svn
2018-11-18
vm_core.h (rb_thread_set_current*): convert to static inline
normal
2018-11-16
Prefix rb_ec_set_vm_stack
nobu
2018-11-09
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-08
vm_core.h: conform C90
k0kubun
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
[next]