tinygo/testdata
Ayke van Laethem 478c592b13 wasm: add support for the crypto/rand package
This is done via wasi-libc and the WASI interface, for ease of
maintenance (only one implementation for both WASI and JS/browsers).
2021-08-05 19:01:14 +02:00
..
cgo
alias.go
alias.txt fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt
binop.go
binop.txt compiler: fix non-int integer constants 2020-12-27 16:13:36 +01:00
calls.go
calls.txt
channel.go
channel.txt
env.go
env.txt
filesystem.go main: clean up tests 2021-04-09 18:33:48 +02:00
filesystem.txt
float.go compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
float.txt
gc.go
gc.txt runtime: implement a simple mark/sweep garbage collector 2018-11-18 19:18:39 +01:00
goroutines.go transform: improve GC stack slot pass to work around a bug 2021-08-04 20:06:59 +02:00
goroutines.txt
init.go
init.txt interp: don't ignore array indices for untyped objects 2021-07-14 07:55:05 +02:00
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt interp: remove map support 2021-04-21 07:37:22 +02:00
math.go
math.txt
print.go
print.txt
rand.go
rand.txt
reflect.go
reflect.txt
slice.go
slice.txt
sort.go
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go compiler: support recursive types 2019-10-13 23:07:47 +02:00
structs.txt
zeroalloc.go
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 2019-11-17 15:14:51 +01:00