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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coroutine
Age
Commit message (
Expand
)
Author
2024-08-22
Don't emit ELF notes on non-ELF platforms
KJ Tsanaktsidis
2024-08-22
Fix typo in ELF note generation
KJ Tsanaktsidis
2024-07-07
Do not define SHSTK feature for amd64 Context.S
KJ Tsanaktsidis
2024-07-07
Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLED
KJ Tsanaktsidis
2024-07-04
Use `__CET__` macro to enable IBT support. (#11081)
Vít Ondruch
2024-06-13
Use ENDBR instruction in amd64 coroutine on OpenBSD
Jeremy Evans
2024-06-11
Extract hardening CFLAGS to a special $hardenflags variable
KJ Tsanaktsidis
2024-03-05
[DOC] fix some comments
cui fliter
2024-02-11
Win32: Use prototype
Nobuyoshi Nakada
2024-02-06
Use `__asm` instead of `asm`
Nobuyoshi Nakada
2024-01-29
wasm: align fiber stack pointer to 16 bytes
Yuta Saito
2023-12-22
coroutine/arm64: Skip saving/restoring x30 twice and use `autiasp`
Yuta Saito
2023-12-22
coroutine/arm64/Context.S: Append PAC/BTI note section if needed
Yuta Saito
2023-12-22
coroutine/arm64/Context.S: Insert `bti c` as BTI landing pad
Yuta Saito
2023-12-22
coroutine/arm64: Sign return address if PAC enabled
Yuta Saito
2023-11-05
Do not use non-ASCII chars in sources
Nobuyoshi Nakada
2023-08-25
Avoid memory dependency between instructions. (#8284)
Samuel Williams
2023-02-22
Add support for LoongArch (#7343)
小MAO钓鱼
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-05-25
Add support for address sanitizer for amd64 and arm64.
Samuel Williams
2022-05-22
Ruby31: add support for Darwin ppc/ppc64 (#5927)
Sergey Fedorov
2022-01-19
[wasm] add coroutine/asyncify implementation
Yuta Saito
2021-07-02
Ignore dead threads in `coroutine_join`.
Samuel Williams
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-05-04
Fix -Wundef warnings in coroutine/*/Context.h
Benoit Daloze
2021-04-01
coroutine: Darwin on ARM64 needs alignment of 2^2
David CARLIER
2021-03-30
Support for native riscv64 coroutines.
Samuel Williams
2021-03-22
coroutine mac m1 update.
David CARLIER
2021-03-05
Generating note.GNU-stack section for FreeBSD on x86.
David Carlier
2021-03-05
coroutine arm64 generating note.GNU-stack section for linux.
David Carlier
2021-01-23
coroutine/emscripten/: Experimentally support emscripten fiber API
Yusuke Endoh
2021-01-22
Support coroutine on universal binary
Nobuyoshi Nakada
2021-01-22
Added include guards to coroutine headers
Nobuyoshi Nakada
2020-12-08
Fix "Ruby is not properly fortified on armv7hl".
Samuel Williams
2020-12-05
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-12-05
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-12-05
Rework the order of operations to avoid stack smashing.
Samuel Williams
2020-07-05
Prefix export symbol prefix to coroutine_transfer
Nobuyoshi Nakada
2020-07-05
Removed trailing spaces [ci skip]
Nobuyoshi Nakada
2020-04-01
Patch assembly so that it aligns properly
Paul Jordan
2020-02-06
function pointers are not void*
卜部昌平
2019-12-28
Remove "All Rights Reserved." from Copyright statement.
Samuel Williams
2019-12-28
Remove "All Rights Reserved." from Copyright statement.
Samuel Williams
2019-12-27
Fix coroutine copy implementation on OpenBSD
Jeremy Evans
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-05
coroutine/ucontext/Context.c: define __EXTENSIONS__ explicitly
Yusuke Endoh
2019-12-04
coroutine/ucontext/Context.c: Include "ruby/config.h" for Solaris
Yusuke Endoh
2019-11-05
Fix coroutine support on win32
Lars Kanis
2019-07-19
Add assertions to `coroutine_initialize_main`.
Samuel Williams
2019-07-19
Split assertions to check which one fails.
Samuel Williams
[next]