tinygo/testdata
2022-09-16 14:05:17 +02:00
..
cgo cgo: implement support for static functions 2022-09-16 14:05:17 +02:00
embed interp: fix reading from external global 2022-09-15 19:07:04 +02:00
generics Set internal linkage and keeping default visibility for anonymous functions 2022-08-01 10:53:48 +02:00
alias.go
alias.txt
atomic.go compiler: really define runtime/volatile.* functions 2022-06-24 11:10:24 +02:00
atomic.txt compiler: really define runtime/volatile.* functions 2022-06-24 11:10:24 +02:00
binop.go
binop.txt
calls.go
calls.txt compiler: implement func value and builtin defers 2020-07-31 01:48:57 +02:00
channel.go
channel.txt runtime: add cap and len support for chans 2020-05-12 01:17:27 +02:00
corpus.yaml add github.com/soypat/mu8 to corpus.yaml 2022-09-04 09:42:49 +02:00
env.go
env.txt
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 compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
gc.go
gc.txt runtime: implement a simple mark/sweep garbage collector 2018-11-18 19:18:39 +01:00
generics.go compiler: fix incorrect DWARF type in some generic parameters 2022-08-22 10:31:30 +02:00
generics.txt Set internal linkage and keeping default visibility for anonymous functions 2022-08-01 10:53:48 +02:00
goroutines.go
goroutines.txt
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 compiler: fix difference in aliases in interface methods 2022-04-07 12:54:17 +02:00
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 testdata: move map growth test to map.go 2022-04-28 09:14:45 +02:00
math.go
math.txt
print.go Add support for printing slices via print/println 2022-07-13 14:44:23 +02:00
print.txt Add support for printing slices via print/println 2022-07-13 14:44:23 +02:00
rand.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
rand.txt
recover.go
recover.txt
reflect.go reflect: implement CanInterface and fix string Index() 2022-09-01 21:42:22 +02:00
reflect.txt reflect: implement CanInterface and fix string Index() 2022-09-01 21:42:22 +02:00
slice.go all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
slice.txt all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
sort.go
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
testing.go all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
testing.txt
timers.go runtime: implement resetTimer 2022-08-25 11:30:33 +02:00
timers.txt runtime: implement resetTimer 2022-08-25 11:30:33 +02:00
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt