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
generics
alias.go
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt runtime: allow comparing interfaces in reflectValueEqual() 2021-11-24 14:17:47 +01:00
calls.go
calls.txt
channel.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
channel.txt
corpus.yaml add github.com/soypat/mu8 to corpus.yaml 2022-09-04 09:42:49 +02:00
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 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 interp: run goroutine starts and checks at runtime 2021-12-24 09:10:21 +01:00
init.go
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 transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
ldflags.go main: implement -ldflags="-X ..." 2021-04-09 18:33:48 +02:00
ldflags.txt main: implement -ldflags="-X ..." 2021-04-09 18:33:48 +02:00
map.go avr: enable testdata/map.go 2022-05-18 15:20:09 +02:00
map.txt
math.go runtime: add support for math package 2019-02-05 19:37:21 +01:00
math.txt
print.go
print.txt
rand.go
rand.txt
recover.go
recover.txt compiler: implement recover() built-in function 2022-06-16 07:59:21 +02:00
reflect.go
reflect.txt reflect: implement CanInterface and fix string Index() 2022-09-01 21:42:22 +02:00
slice.go
slice.txt all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
sort.go implement reflect.Swapper 2020-10-23 21:37:35 +02:00
sort.txt
stdlib.go runtime: handle negative sleep times 2021-12-15 17:52:48 +01:00
stdlib.txt
string.go compiler: fix named string to []byte slice conversion 2020-07-29 12:13:37 +02:00
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 all: drop support for Go 1.16 and Go 1.17 2022-08-30 12:38:06 +02:00
testing.txt
timers.go
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