tinygo/testdata
2023-03-05 10:08:36 -08:00
..
cgo cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00
embed interp: fix reading from external global 2022-09-15 19:07:04 +02:00
generics
alias.go
alias.txt
atomic.go compiler: really define runtime/volatile.* functions 2022-06-24 11:10:24 +02:00
atomic.txt
binop.go runtime: allow comparing interfaces in reflectValueEqual() 2021-11-24 14:17:47 +01:00
binop.txt
calls.go compiler: add support for recursive function types 2021-10-30 15:55:20 +02:00
calls.txt compiler: implement func value and builtin defers 2020-07-31 01:48:57 +02:00
channel.go
channel.txt
corpus.yaml
env.go
env.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
filesystem.go all: move from os.IsFoo to errors.Is(err, ErrFoo) 2022-08-07 10:32:23 +02:00
filesystem.txt
float.go
float.txt
gc.go
gc.txt
generics.go compiler: fix incorrect DWARF type in some generic parameters 2022-08-22 10:31:30 +02:00
generics.txt
goroutines.go
goroutines.txt
init.go interp: use object layout information for LLVM types 2021-11-02 22:16:15 +01:00
init.txt interp: don't ignore array indices for untyped objects 2021-07-14 07:55:05 +02:00
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 transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
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 runtime: add support for math package 2019-02-05 19:37:21 +01:00
math.txt
print.go
print.txt Add support for printing slices via print/println 2022-07-13 14:44:23 +02:00
rand.go
rand.txt
recover.go
recover.txt
reflect.go reflect: make sure null bytes are supported in tags 2023-02-17 22:54:34 +01:00
reflect.txt
slice.go all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
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 compiler: support recursive types 2019-10-13 23:07:47 +02:00
testing.go
testing.txt
timers.go
timers.txt
zeroalloc.go
zeroalloc.txt