tinygo/testdata
2022-04-28 09:14:45 +02:00
..
cgo cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
alias.go
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt runtime: add cap and len support for chans 2020-05-12 01:17:27 +02:00
corpus.yaml
env.go
env.txt
filesystem.go
filesystem.txt main: clean up tests 2021-04-09 18:33:48 +02:00
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
go1.17.go compiler: add support for new language features of Go 1.17 2021-08-30 09:18:58 +02:00
go1.17.txt compiler: add support for new language features of Go 1.17 2021-08-30 09:18:58 +02:00
goroutines.go
goroutines.txt interp: run goroutine starts and checks at runtime 2021-12-24 09:10:21 +01:00
init.go
init.txt
init_multi.go testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
init_multi.txt
interface.go
interface.txt compiler: fix difference in aliases in interface methods 2022-04-07 12:54:17 +02:00
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt
mapgrowth.go
mapgrowth.txt
math.go
math.txt
print.go
print.txt
rand.go
rand.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
reflect.go
reflect.txt compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 2022-03-04 00:04:17 +01:00
slice.go compiler: allow slices of empty structs. 2022-04-07 12:00:27 +02:00
slice.txt compiler: compare slice against nil 2018-10-20 17:22:51 +02:00
sort.go
sort.txt
stdlib.go runtime: handle negative sleep times 2021-12-15 17:52:48 +01:00
stdlib.txt
string.go compiler: fix named string to []byte slice conversion 2020-07-29 12:13:37 +02:00
string.txt
structs.go
structs.txt compiler: support recursive types 2019-10-13 23:07:47 +02:00
testing.go
testing.txt On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
testing_go118.go
testing_go118.txt
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt