tinygo/testdata
2022-08-01 10:53:48 +02:00
..
cgo
embed all: add support for the embed package 2022-05-30 10:41:17 +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
binop.txt
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml
env.go
env.txt
filesystem.go
filesystem.txt
float.go
float.txt
gc.go avr: use a garbage collector 2020-01-27 19:01:55 +01:00
gc.txt runtime: implement a simple mark/sweep garbage collector 2018-11-18 19:18:39 +01:00
generics.go Set internal linkage and keeping default visibility for anonymous functions 2022-08-01 10:53:48 +02:00
generics.txt
go1.17.go
go1.17.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
init_multi.go testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
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 avr: enable testdata/map.go 2022-05-18 15:20:09 +02:00
map.txt
math.go
math.txt
print.go
print.txt
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.txt compiler: alignof(func) is 1 pointer, not 2 2022-05-25 11:01:00 +02:00
slice.go
slice.txt compiler: compare slice against nil 2018-10-20 17:22:51 +02:00
sort.go
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
structs.go compiler: support recursive types 2019-10-13 23:07:47 +02:00
structs.txt
testing.go
testing.txt
testing_go118.go
testing_go118.txt
zeroalloc.go
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 2019-11-17 15:14:51 +01:00