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
/
coroutine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for LoongArch (#7343)
小MAO钓鱼
2023-02-22
2
-0
/
+119
*
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-19
4
-103
/
+140
*
Add support for address sanitizer for amd64 and arm64.
Samuel Williams
2022-05-25
2
-0
/
+50
*
Ruby31: add support for Darwin ppc/ppc64 (#5927)
Sergey Fedorov
2022-05-22
6
-2
/
+267
*
[wasm] add coroutine/asyncify implementation
Yuta Saito
2022-01-19
2
-0
/
+99
*
Ignore dead threads in `coroutine_join`.
Samuel Williams
2021-07-02
1
-3
/
+7
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
16
-281
/
+342
*
Fix -Wundef warnings in coroutine/*/Context.h
Benoit Daloze
2021-05-04
2
-0
/
+6
*
coroutine: Darwin on ARM64 needs alignment of 2^2
David CARLIER
2021-04-01
1
-2
/
+4
*
Support for native riscv64 coroutines.
Samuel Williams
2021-03-30
2
-0
/
+132
*
coroutine mac m1 update.
David CARLIER
2021-03-22
1
-0
/
+5
*
Generating note.GNU-stack section for FreeBSD on x86.
David Carlier
2021-03-05
2
-2
/
+2
*
coroutine arm64 generating note.GNU-stack section for linux.
David Carlier
2021-03-05
1
-0
/
+4
*
coroutine/emscripten/: Experimentally support emscripten fiber API
Yusuke Endoh
2021-01-23
2
-0
/
+84
*
Support coroutine on universal binary
Nobuyoshi Nakada
2021-01-22
2
-0
/
+29
*
Added include guards to coroutine headers
Nobuyoshi Nakada
2021-01-22
10
-0
/
+50
*
Fix "Ruby is not properly fortified on armv7hl".
Samuel Williams
2020-12-08
1
-0
/
+4
*
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-12-05
1
-3
/
+3
*
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-12-05
1
-0
/
+16
*
Rework the order of operations to avoid stack smashing.
Samuel Williams
2020-12-05
1
-19
/
+40
*
Prefix export symbol prefix to coroutine_transfer
Nobuyoshi Nakada
2020-07-05
3
-8
/
+17
*
Removed trailing spaces [ci skip]
Nobuyoshi Nakada
2020-07-05
2
-4
/
+4
*
Patch assembly so that it aligns properly
Paul Jordan
2020-04-01
1
-1
/
+5
*
function pointers are not void*
卜部昌平
2020-02-06
1
-1
/
+1
*
Remove "All Rights Reserved." from Copyright statement.
Samuel Williams
2019-12-28
4
-4
/
+4
*
Remove "All Rights Reserved." from Copyright statement.
Samuel Williams
2019-12-28
13
-13
/
+13
*
Fix coroutine copy implementation on OpenBSD
Jeremy Evans
2019-12-27
1
-0
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
7
-0
/
+14
*
coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitly
Yusuke Endoh
2019-12-05
1
-1
/
+6
*
coroutine/ucontext/Context.c: Include "ruby/config.h" for Solaris
Yusuke Endoh
2019-12-04
1
-0
/
+1
*
Fix coroutine support on win32
Lars Kanis
2019-11-05
1
-1
/
+1
*
Add assertions to `coroutine_initialize_main`.
Samuel Williams
2019-07-19
1
-2
/
+3
*
Split assertions to check which one fails.
Samuel Williams
2019-07-19
1
-1
/
+3
*
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
5
-0
/
+11
*
Stack copying implementation of coroutines.
Samuel Williams
2019-07-18
2
-0
/
+220
*
Add coroutine context switch for i386-mingw32
Lars Kanis
2019-07-07
1
-0
/
+47
*
Restore updated implementation of arm32 coroutine code, but prefer ucontext.
Samuel Williams
2019-06-26
2
-4
/
+12
*
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
Yusuke Endoh
2019-06-26
2
-5
/
+4
*
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-26
10
-164
/
+199
*
coroutine/arm32/Context.S: save/restore the registers via stack
Yusuke Endoh
2019-06-26
2
-4
/
+5
*
Revert 518adcca0a and dbe232e24e
Yusuke Endoh
2019-06-25
1
-6
/
+2
*
Order of arguments might be incorrect in arm32 coroutine implementation.
Samuel Williams
2019-06-25
1
-2
/
+6
*
Make COROUTINE_XMM_REGISTERS compile-time only too
Nobuyoshi Nakada
2019-05-17
1
-2
/
+4
*
Remove unused symbols
Nobuyoshi Nakada
2019-05-16
2
-11
/
+10
*
Make COROUTINE_REGISTERS compile-time only not to be a global symbol
Nobuyoshi Nakada
2019-05-16
7
-8
/
+10
*
Ensure x86 stack is fortified, fixed #15335.
samuel
2018-12-11
1
-0
/
+4
*
Native coroutine implementation for ppc64le Linux
odaira
2018-12-10
2
-0
/
+126
*
Fix for coroutine/win32/Context.obj
nobu
2018-11-28
1
-0
/
+1
*
Ensure stack is correctly protected
samuel
2018-11-24
1
-0
/
+4
*
Change Makefile rule for assembly to use .S rather than .s
samuel
2018-11-24
5
-0
/
+0
[next]