tinygo/testdata
Jaden Weiss 9c78f7039d runtime (chan): fix blocking select on a nil channel
Previously, a blocking select on a nil channel would result in a nil panic inside the channel runtime code.
This change fixes the nil checks so that the select works as intended.
2020-04-13 08:28:24 +02:00
..
cgo builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
alias.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go runtime (chan): fix blocking select on a nil channel 2020-04-13 08:28:24 +02:00
channel.txt
coroutines.go
coroutines.txt
float.go
float.txt
gc.go
gc.txt
init.go
init.txt interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
init_multi.go
init_multi.txt
interface.go
interface.txt
map.go
map.txt
math.go
math.txt
print.go
print.txt
reflect.go
reflect.txt compiler: fix interface lowering miscompilation with reflect 2019-10-25 09:35:05 -04:00
slice.go
slice.txt compiler: compare slice against nil 2018-10-20 17:22:51 +02:00
stdlib.go runtime: only implement CountString for required platforms 2019-11-10 21:33:11 +01:00
stdlib.txt
string.go
string.txt
structs.go
structs.txt
zeroalloc.go
zeroalloc.txt