13 Commits (18f4ffd6562f54f5a33eb4ba75bc863129894d7b)

Author SHA1 Message Date
Ayke van Laethem c248418dbe compiler: fix a few crashes due to named types 5 years ago
cornelk 7e64bc8f77 runtime: add cap and len support for chans 5 years ago
Jaden Weiss 7801921cc0 testdata: replace fake waitgroup in channel.go with sync.WaitGroup 5 years ago
Jaden Weiss 9c78f7039d runtime (chan): fix blocking select on a nil channel 5 years ago
Ayke van Laethem 79dae62c78 compiler,runtime: check for channel size limits 5 years ago
Jaden Weiss cdff0bd3ee add blocking select 5 years ago
Jaden Weiss d843ebfe40 Improved blocking (#513) 5 years ago
Ayke van Laethem 542135c357 compiler,runtime: implement stack-based scheduler 5 years ago
Ayke van Laethem b7197bcaae compiler,runtime: implement non-blocking selects 5 years ago
Ayke van Laethem 0a40219680 compiler: implement comparing channel values 6 years ago
Ayke van Laethem 9a54ee4241 compiler: allow larger-than-int values to be sent across a channel 6 years ago
Ayke van Laethem ad7297a539 all: implement trivial select statements 6 years ago
Ayke van Laethem 2e4dd09bbc
compiler: add support for channel operations 6 years ago