tinygo/testdata
2023-11-08 19:41:25 +01:00
..
cgo cgo: add C._Bool type 2023-09-24 07:41:26 -07:00
embed
generics
alias.go
alias.txt fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
atomic.go
atomic.txt
binop.go runtime: allow comparing interfaces in reflectValueEqual() 2021-11-24 14:17:47 +01:00
binop.txt
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml
env.go os: stub out support for some more features 2021-11-26 08:05:35 +01:00
env.txt
filesystem.go
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
generics.go
generics.txt
go1.21.go
go1.21.txt
goroutines.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
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
init_multi.txt testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
interface.go
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt runtime: properly turn pointer into empty interface when hashing 2023-02-25 06:42:30 -08:00
math.go
math.txt runtime: add support for math package 2019-02-05 19:37:21 +01:00
print.go
print.txt
rand.go
rand.txt
recover.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
recover.txt
reflect.go compiler,reflect: fix pkgpath for struct fields 2023-03-15 21:53:57 +01:00
reflect.txt compiler,reflect: fix pkgpath for struct fields 2023-03-15 21:53:57 +01:00
slice.go
slice.txt compiler: support all kinds of recursive types 2023-03-18 17:53:47 +01:00
sort.go
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
testing.go
testing.txt
timers.go
timers.txt
trivialpanic.go
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt