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
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ractor_core.h
Age
Commit message (
Expand
)
Author
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-16
Rename fiber_serial into ec_serial
Jean Boussier
2025-12-05
(experimental) RUBY_TYPED_FROZEN_SHAREABLE_NO_REC
Koichi Sasada
2025-11-25
Store fiber serial as Ractor-local
John Hawthorn
2025-08-25
Fix deadlock when malloc in Ractor lock
Peter Zhu
2025-07-07
Autoload encodings on the main ractor
Jean Boussier
2025-06-07
ignore confirming belonging while finrializer
Koichi Sasada
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-15
Force reset running time in timer interrupt
John Hawthorn
2025-05-13
Get ractor message passing working with > 1 thread sending/receiving values i...
Luke Gruber
2025-05-08
Clean up Ractor cache after fork
Aaron Patterson
2024-12-13
`Ractor.set_if_absent(key)`
Koichi Sasada
2024-11-25
define rb_current_ec_set in all cases
Matt Valentine-House
2024-11-08
support `require` in non-main Ractors
Koichi Sasada
2024-09-03
Move responsibility of heap walking into Ruby
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2023-12-06
Revert "allow enabling Prism via flag or env var"
HParker
2023-12-05
allow enabling Prism via flag or env var
HParker
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-07-08
macos: symbols for `rb_execution_context_t` should be internal
Nobuyoshi Nakada
2023-04-06
Remove dependancy of vm_core.h on shape.h
Matt Valentine-House
2023-03-31
relax assertion
Koichi Sasada
2023-03-31
add debug log to `rb_ractor_thread_switch`
Koichi Sasada
2023-03-30
`rb_ractor_thread_list()` only for current ractor
Koichi Sasada
2023-03-02
Rewrite Ractor synchronization mechanism
Koichi Sasada
2022-11-21
Let SHAPE_BITS take 32 bits on debug builds
Peter Zhu
2022-11-21
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-18
rename SHAPE_BITS to SHAPE_ID_NUM_BITS
Aaron Patterson
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-08-24
Disable Ractor check on 32bit architectures
Aaron Patterson
2022-07-28
Fix format-pedantic warnings
Nobuyoshi Nakada
2022-07-22
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
Move enum definitions out of struct definition
Yusuke Endoh
2022-05-24
cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`
Koichi Sasada
2022-04-22
rename thread internal naming
Koichi Sasada
2022-03-30
internal/ractor.h: Added
Yusuke Endoh
2022-03-30
ractor.c: Add a helper function to ensure the context is a main ractor
Yusuke Endoh
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2021-10-04
Move rb_ractor_p definition
S.H
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-07-15
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-01-22
fix Ractor.yield(obj, move: true)
Koichi Sasada
2020-12-24
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-24
introduce rb_ractor_atfork()
Koichi Sasada
2020-12-22
add Ractor#[]/#[]= for ractor local storage
Koichi Sasada
[next]