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
2020-12-14
Introduce negative method cache
Koichi Sasada
2020-12-12
Signal handler type should be void
Nobuyoshi Nakada
2020-12-07
fix decl of ruby_single_main_ractor
Koichi Sasada
2020-12-07
ruby_single_main_ractor for single ractor mode
Koichi Sasada
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-11-11
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-10-30
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-28
Add Thread.ignore_deadlock accessor
Jeremy Evans
2020-10-20
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
Use language TLS specifier if it is possible.
Koichi Sasada
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-14
fix releasing timing.
Koichi Sasada
2020-10-14
support exception when lock_rec > 0
Koichi Sasada
2020-09-21
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-15
relax dependency
Koichi Sasada
2020-09-15
restart Ractor.select on intterupt
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-21
Avoid a use after free in VM assertion
Jeremy Evans
2020-07-23
Remove unused field in rb_iseq_constant_body
Alan Wu
2020-07-10
RUBY_CONST_ASSERT: use STATIC_ASSERT instead
卜部昌平
2020-06-20
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-11
drop varargs.h support
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-19
Get rid of redefinition of `rb_execution_context_t`
Nobuyoshi Nakada
2020-03-06
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-06
rb_vm_t::postponed_job_index shall be rb_atomic_t
卜部昌平
2020-01-11
Let execution context local storage be an ID table
Lourens Naudé
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
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
[next]