tinygo/testdata
2023-08-04 11:59:11 +02: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
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
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
generics.txt Set internal linkage and keeping default visibility for anonymous functions 2022-08-01 10:53:48 +02:00
go1.21.go
go1.21.txt compiler: implement clear builtin for maps 2023-08-04 11:59:11 +02:00
goroutines.go
goroutines.txt interp: run goroutine starts and checks at runtime 2021-12-24 09:10:21 +01:00
init.go interp: use object layout information for LLVM types 2021-11-02 22:16:15 +01:00
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
json.txt
ldflags.go
ldflags.txt
map.go runtime: properly turn pointer into empty interface when hashing 2023-02-25 06:42:30 -08: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
recover.go compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
recover.txt
reflect.go
reflect.txt compiler,reflect: fix pkgpath for struct fields 2023-03-15 21:53:57 +01:00
slice.go
slice.txt
sort.go
sort.txt
stdlib.go builder: add support for Go 1.20 2023-01-17 08:38:54 +01:00
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 testing: add Testing function 2023-08-04 11:59:11 +02:00
testing.txt
timers.go
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
trivialpanic.go main: print source location when a panic happens in -monitor 2023-04-26 18:40:35 +02:00
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt