tinygo/testdata
2022-11-03 15:26:20 +01:00
..
cgo cgo: support anonymous enums included in multiple Go files 2022-11-02 21:21:40 +01:00
embed
generics
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
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 os: stub out support for some more features 2021-11-26 08:05:35 +01:00
env.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
filesystem.go
filesystem.txt
float.go
float.txt
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
goroutines.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
goroutines.txt
init.go
init.txt
init_multi.go
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 transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
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 Add support for printing slices via print/println 2022-07-13 14:44:23 +02:00
print.txt
rand.go
rand.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
recover.go
recover.txt
reflect.go
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 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 os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
string.go
string.txt compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
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 testdata: clearly correct values for timing test with a little more time to spare on CI machines 2022-11-03 15:26:20 +01:00
timers.txt testdata: clearly correct values for timing test with a little more time to spare on CI machines 2022-11-03 15:26:20 +01:00
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