tinygo/testdata
Dan Kegel c534fa1b6f On baremetal platforms, use simpler test matcher. Fixes #2666.
Uses same matcher in testdata (because now we can't replace it in testdata).
2022-03-15 05:59:00 +01:00
..
cgo
alias.go
alias.txt
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt
binop.go
binop.txt
calls.go compiler: add support for recursive function types 2021-10-30 15:55:20 +02:00
calls.txt
channel.go
channel.txt
corpus.yaml testdata/corpus: add google/go-patchutils 2022-02-24 12:36:10 -05:00
env.go
env.txt
filesystem.go
filesystem.txt
float.go
float.txt
gc.go
gc.txt
go1.17.go
go1.17.txt
goroutines.go
goroutines.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go
json.txt
ldflags.go main: implement -ldflags="-X ..." 2021-04-09 18:33:48 +02:00
ldflags.txt
map.go
map.txt src/runtime: fix nil map dereference 2021-12-09 18:23:49 +01:00
math.go runtime: add support for math package 2019-02-05 19:37:21 +01:00
math.txt
print.go
print.txt
rand.go
rand.txt
reflect.go
reflect.txt compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 2022-03-04 00:04:17 +01:00
slice.go
slice.txt compiler: compare slice against nil 2018-10-20 17:22:51 +02:00
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 compiler: fix named string to []byte slice conversion 2020-07-29 12:13:37 +02:00
string.txt compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
structs.go
structs.txt
testing.go On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
testing.txt
zeroalloc.go
zeroalloc.txt