Age | Commit message (Expand) | Author |
---|
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 | 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 |
2019-07-18 | Make fiber_pool more conservative on platforms with limited address space. | Samuel Williams |
2019-07-18 | Stack copying implementation of coroutines. | Samuel Williams |
2019-07-07 | Add coroutine context switch for i386-mingw32 | Lars Kanis |
2019-06-26 | Restore updated implementation of arm32 coroutine code, but prefer ucontext. | Samuel Williams |
2019-06-26 | Revert "coroutine/arm32/Context.S: save/restore the registers via stack" | Yusuke Endoh |
2019-06-26 | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams |
2019-06-26 | coroutine/arm32/Context.S: save/restore the registers via stack | Yusuke Endoh |
2019-06-25 | Revert 518adcca0a and dbe232e24e | Yusuke Endoh |
2019-06-25 | Order of arguments might be incorrect in arm32 coroutine implementation. | Samuel Williams |
2019-05-17 | Make COROUTINE_XMM_REGISTERS compile-time only too | Nobuyoshi Nakada |
2019-05-16 | Remove unused symbols | Nobuyoshi Nakada |
2019-05-16 | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada |
2018-12-11 | Ensure x86 stack is fortified, fixed #15335. | samuel |
2018-12-10 | Native coroutine implementation for ppc64le Linux | odaira |
2018-11-28 | Fix for coroutine/win32/Context.obj | nobu |