Age | Commit message (Expand) | Author |
---|---|---|
9 days | runtime: make channels parallelism-safe | Ayke van Laethem |
2024-11-27 | runtime: use uint32 for the channel state and select index | Ayke van Laethem |
2024-11-20 | runtime: move scheduler code around | Ayke van Laethem |
2024-10-23 | wasm: use precise GC for WebAssembly (including WASI) | Ayke van Laethem |
2022-06-19 | runtime: move *task.DeferFrame here | Ayke van Laethem |
2022-06-16 | compiler: implement recover() built-in function | Ayke van Laethem |
2021-12-17 | internal/task: swap stack chain when switching goroutines | Nia Waldvogel |
2021-06-01 | scheduler: task.Data made 64bit to avoid overflow | Kenneth Bell |
2021-05-28 | Revert "scheduler: task.Data made 64bit to avoid overflow" | deadprogram |
2021-05-28 | scheduler: task.Data made 64bit to avoid overflow | Kenneth Bell |
2020-08-27 | arm: automatically determine stack sizes | Ayke van Laethem |
2020-03-17 | refactor coroutine lowering and tasks | Jaden Weiss |