index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ractor_core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable Ractor check on 32bit architectures
Aaron Patterson
2022-08-24
1
-1
/
+1
*
Fix format-pedantic warnings
Nobuyoshi Nakada
2022-07-28
1
-1
/
+1
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-4
/
+4
*
Move enum definitions out of struct definition
Yusuke Endoh
2022-07-22
1
-39
/
+42
*
cleanup by `RUBY_DEBUG_LOG2` and `VM_ASSERT`
Koichi Sasada
2022-05-24
1
-12
/
+5
*
rename thread internal naming
Koichi Sasada
2022-04-22
1
-2
/
+1
*
internal/ractor.h: Added
Yusuke Endoh
2022-03-30
1
-2
/
+0
*
ractor.c: Add a helper function to ensure the context is a main ractor
Yusuke Endoh
2022-03-30
1
-0
/
+2
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-2
/
+2
*
Move rb_ractor_p definition
S.H
2021-10-04
1
-0
/
+1
*
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-11
1
-5
/
+9
*
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-07-15
1
-4
/
+1
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
fix Ractor.yield(obj, move: true)
Koichi Sasada
2021-01-22
1
-0
/
+1
*
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-24
1
-0
/
+2
*
introduce rb_ractor_atfork()
Koichi Sasada
2020-12-24
1
-0
/
+1
*
add Ractor#[]/#[]= for ractor local storage
Koichi Sasada
2020-12-22
1
-0
/
+1
*
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
1
-7
/
+14
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-0
/
+2
*
Ractor#receive_if to receive only matched messages
Koichi Sasada
2020-12-16
1
-2
/
+6
*
revert da3bca513f437b05b3953c3712ff48621fc5e008
Koichi Sasada
2020-12-11
1
-1
/
+0
*
cache free pages per ractor
Koichi Sasada
2020-12-10
1
-0
/
+1
*
re-layout rb_ractor_t
Koichi Sasada
2020-12-09
1
-9
/
+10
*
per-ractor object allocation
Koichi Sasada
2020-12-07
1
-0
/
+5
*
ruby_single_main_ractor for single ractor mode
Koichi Sasada
2020-12-07
1
-3
/
+1
*
ractor local storage C-API
Koichi Sasada
2020-12-01
1
-2
/
+10
*
Use opaque struct pointer than void
Nobuyoshi Nakada
2020-11-27
1
-1
/
+3
*
per-ractor Random::DEFAULT
Koichi Sasada
2020-11-27
1
-0
/
+2
*
Move the declaration into the function
Kazuhiro NISHIYAMA
2020-11-18
1
-0
/
+4
*
fix public interface
Koichi Sasada
2020-11-18
1
-0
/
+306