aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/coroutines.go
AgeCommit message (Expand)Author
2020-10-14runtime: add cheap atomic condition variableNia Weiss
2020-05-27compiler: fix a few crashes due to named typesAyke van Laethem
2020-05-09testdata, sync: add sync.Mutex test to testdata/coroutines.goJaden Weiss
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2019-11-02fix miscompile of static goroutine calls to closuresJaden Weiss
2019-08-17compiler: add support for 'go' on func valuesAyke van Laethem
2019-05-05compiler: support returning values from async functionsAyke van Laethem
2019-05-01compiler: avoid bitcast when replacing a method call with a direct callAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2018-09-29main: add coroutine/sleep testsAyke van Laethem