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
*
add new debug log line on `rb_ractor_terminate_all`
Koichi Sasada
2023-04-26
1
-0
/
+2
*
show debug log for `ractor_terminal_interrupt_all`
Koichi Sasada
2023-03-30
1
-1
/
+4
*
`rb_ractor_thread_list()` only for current ractor
Koichi Sasada
2023-03-30
1
-23
/
+12
*
`rb_current_ractor_raw(b)`
Koichi Sasada
2023-03-30
1
-4
/
+5
*
Use an st table for "too complex" objects
Aaron Patterson
2023-03-20
1
-21
/
+22
*
Fix -Wclobbered warning from gcc 12
Nobuyoshi Nakada
2023-03-19
1
-2
/
+2
*
Fix indirect counter increment
Nobuyoshi Nakada
2023-03-15
1
-1
/
+1
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
fix timing bug
Koichi Sasada
2023-03-03
1
-7
/
+16
*
`Ractor::Selector#empty?`
Koichi Sasada
2023-03-03
1
-1
/
+14
*
Rewrite Ractor synchronization mechanism
Koichi Sasada
2023-03-02
1
-609
/
+985
*
`ractor_queue_enq/deq` doesn't need `rq` param
Koichi Sasada
2023-02-15
1
-6
/
+7
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
Remove rb_hash_st_table
Peter Zhu
2023-01-31
1
-2
/
+2
*
MJIT: Cancel all on disastrous situations (#7019)
Takashi Kokubun
2022-12-24
1
-0
/
+2
*
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
1
-11
/
+72
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-14
/
+14
*
[Bug #19081] Show the caller location in warning for Ractor
Nobuyoshi Nakada
2022-10-26
1
-6
/
+0
*
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-15
1
-2
/
+2
*
obj_refer_only_sharables_p_i: need derefernce
卜部昌平
2022-09-21
1
-1
/
+1
*
Disable Ractor check on 32bit architectures
Aaron Patterson
2022-08-24
1
-0
/
+4
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-7
/
+7
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-2
/
+2
*
rename thread internal naming
Koichi Sasada
2022-04-22
1
-8
/
+2
*
Get rid of type-punning pointer casts
Nobuyoshi Nakada
2022-04-07
1
-12
/
+12
*
ractor.c: Add a helper function to ensure the context is a main ractor
Yusuke Endoh
2022-03-30
1
-0
/
+8
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-9
/
+9
*
Fix Ractor.receive_if + rb_vm_barrier() deadlock
Alan Wu
2022-03-28
1
-0
/
+2
*
`USE_RUBY_DEBUG_LOG` doesn't check `RUBY_DEVEL`
Koichi Sasada
2021-12-29
1
-1
/
+1
*
Suppress undef warnings for USE_RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-12-25
1
-1
/
+1
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-2
/
+2
*
uJIT: Implement opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+2
*
Use `RUBY_FUNCTION_NAME_STRING` for old Visual C++
Nobuyoshi Nakada
2021-10-20
1
-3
/
+3
*
Cast to void pointer for `%p` in commented out code [ci skip]
Nobuyoshi Nakada
2021-10-20
1
-4
/
+5
*
Supress `warning: data argument not used by format string [-Wformat-extra-args]`
Kazuhiro NISHIYAMA
2021-10-20
1
-4
/
+4
*
Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-10-03
1
-1
/
+1
*
[Bug #18117] Fix Ractor race condition with GC
Peter Zhu
2021-08-24
1
-2
/
+10
*
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-07-15
1
-0
/
+3
*
Evacuate transient heap when enabling ractors
eileencodes
2021-06-23
1
-0
/
+6
*
Enable VM_ASSERT in --jit CIs (#4543)
Takashi Kokubun
2021-06-01
1
-3
/
+3
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-2
/
+2
*
Moved locking VM to an atomic operation
Nobuyoshi Nakada
2021-03-13
1
-6
/
+2
*
Make Ractor stdio belonging to the Ractor [Bug #17672]
Nobuyoshi Nakada
2021-03-07
1
-9
/
+0
*
Ractor.allocate should not be allowed
Koichi Sasada
2021-02-18
1
-0
/
+2
*
fix Ractor.yield(obj, move: true)
Koichi Sasada
2021-01-22
1
-15
/
+58
*
alen should be actions number on ractor_select()
Koichi Sasada
2021-01-22
1
-7
/
+6
*
use ractor_wakeup()
Koichi Sasada
2021-01-22
1
-28
/
+27
*
expose some C-APIs for ractor
Koichi Sasada
2021-01-06
1
-0
/
+11
[next]