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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Skip checking Ractor recursive locking
Takashi Kokubun
2020-12-02
1
-3
/
+7
*
should not use rb_str_modify(), too
Koichi Sasada
2020-12-01
1
-1
/
+1
*
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-12-01
1
-0
/
+2
*
should not use rb_ary_modify()
Koichi Sasada
2020-12-01
1
-2
/
+3
*
ractor local storage C-API
Koichi Sasada
2020-12-01
1
-23
/
+201
*
Fix `Ractor.make_shareable` for recursive structures with unfreezable components
Marc-Andre Lafortune
2020-11-30
1
-1
/
+1
*
Fixed Ractor.shareable? on cross-recursive objects [Bug #17344]
Nobuyoshi Nakada
2020-11-30
1
-6
/
+32
*
Use opaque struct pointer than void
Nobuyoshi Nakada
2020-11-27
1
-3
/
+3
*
mark default_rand
Koichi Sasada
2020-11-27
1
-1
/
+9
*
per-ractor Random::DEFAULT
Koichi Sasada
2020-11-27
1
-0
/
+16
*
fix error message
Koichi Sasada
2020-11-25
1
-1
/
+1
*
fix public interface
Koichi Sasada
2020-11-18
1
-2
/
+3
*
ignore yield_atexit if outgoing port is closed
Koichi Sasada
2020-11-11
1
-0
/
+4
*
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
1
-2
/
+2
*
a part of T_DATA object can Ractor#send
Koichi Sasada
2020-11-06
1
-0
/
+26
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-11-02
1
-1
/
+1
*
Copy for Ractor.send() without marshal.
Koichi Sasada
2020-11-02
1
-32
/
+79
*
suppport Ractor.send(move: true) for more deta
Koichi Sasada
2020-11-02
1
-124
/
+350
*
Ractor's "will" doesn't need copying.
Koichi Sasada
2020-10-31
1
-31
/
+63
*
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-30
1
-9
/
+35
*
refactoring obj_traverse_i
Koichi Sasada
2020-10-22
1
-29
/
+34
*
refactoring frozen_shareable_p
Koichi Sasada
2020-10-21
1
-10
/
+6
*
refactoring rb_obj_traverse()
Koichi Sasada
2020-10-21
1
-37
/
+43
*
Ractor.make_shareable(obj)
Koichi Sasada
2020-10-21
1
-124
/
+289
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+4
*
change rb_ractor_queue to ring buffer
tompng
2020-10-12
1
-9
/
+11
*
Add Ractor#receive and Ractor.receive and use it in all places
Benoit Daloze
2020-10-10
1
-22
/
+22
*
remove debug code
Koichi Sasada
2020-10-10
1
-2
/
+0
*
Frozen Struct can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+30
*
Ractor.yield should raise if out-port is closed
Koichi Sasada
2020-09-25
1
-0
/
+8
*
frozen T_OBJECT can be shareable.
Koichi Sasada
2020-09-25
1
-0
/
+23
*
Ractor#close_outgoping cancel Ractor.yield
Koichi Sasada
2020-09-25
1
-9
/
+20
*
add GC_GUARD
Koichi Sasada
2020-09-24
1
-0
/
+1
*
Validate name during initialization
Quang-Minh Nguyen
2020-09-20
1
-0
/
+10
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-19
1
-2
/
+2
*
add debug log on enabling multi-ractor mode
Koichi Sasada
2020-09-18
1
-0
/
+1
*
restart Ractor.select on intterupt
Koichi Sasada
2020-09-15
1
-1
/
+9
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-09-06
1
-3
/
+3
*
Fixed heap-use-after-free on racter
Nobuyoshi Nakada
2020-09-04
1
-0
/
+8
*
check multi_ractor mode at main_p
Koichi Sasada
2020-09-04
1
-3
/
+7
*
Initialize loop variables of list_for_each for MS VC
Nobuyoshi Nakada
2020-09-04
1
-3
/
+3
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-0
/
+1877
[prev]