Age | Commit message (Expand) | Author |
---|---|---|
2020-05-27 | compiler: fix a few crashes due to named types | Ayke van Laethem |
2020-05-09 | testdata, sync: add sync.Mutex test to testdata/coroutines.go | Jaden Weiss |
2020-03-17 | refactor coroutine lowering and tasks | Jaden Weiss |
2019-11-02 | fix miscompile of static goroutine calls to closures | Jaden Weiss |
2019-08-17 | compiler: add support for 'go' on func values | Ayke van Laethem |
2019-05-05 | compiler: support returning values from async functions | Ayke van Laethem |
2019-05-01 | compiler: avoid bitcast when replacing a method call with a direct call | Ayke van Laethem |
2019-01-21 | all: rewrite goroutine lowering | Ayke van Laethem |
2018-09-29 | main: add coroutine/sleep tests | Ayke van Laethem |