tinygo/testdata
Ayke van Laethem b44d41d9ec compiler: fix "fragment covers entire variable" bug
This bug could sometimes be triggered by syscall/js code it seems. But
it's a generic bug, not specific to WebAssembly.
2021-03-29 10:16:59 +02:00
..
cgo cgo: add support for variadic functions 2021-02-11 09:51:15 +01:00
libc WASI & darwin: support basic file io based on libc 2021-03-28 12:37:15 +02:00
alias.go
alias.txt
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt
binop.go compiler: fix non-int integer constants 2020-12-27 16:13:36 +01:00
binop.txt compiler: fix non-int integer constants 2020-12-27 16:13:36 +01:00
calls.go compiler: fix "fragment covers entire variable" bug 2021-03-29 10:16:59 +02:00
calls.txt
channel.go
channel.txt
coroutines.go runtime: add cheap atomic condition variable 2020-10-14 13:35:00 +02:00
coroutines.txt
float.go compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
float.txt compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
gc.go
gc.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
json.txt transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
map.go runtime: allow ranging over a nil map 2020-10-29 21:53:41 +01:00
map.txt compiler,runtime: support operations on nil map 2020-02-26 20:42:01 +01:00
math.go
math.txt
print.go
print.txt
reflect.go reflect: implement Sizeof and Alignof for func values 2021-03-29 01:04:11 +02:00
reflect.txt reflect: implement Value.CanAddr 2021-03-28 19:28:55 +02:00
slice.go
slice.txt
sort.go implement reflect.Swapper 2020-10-23 21:37:35 +02:00
sort.txt implement reflect.Swapper 2020-10-23 21:37:35 +02:00
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
zeroalloc.go
zeroalloc.txt