tinygo/testdata
2021-08-30 09:18:58 +02:00
..
cgo cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
alias.txt fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
binop.go
binop.txt compiler: fix non-int integer constants 2020-12-27 16:13:36 +01:00
calls.go
calls.txt compiler: implement func value and builtin defers 2020-07-31 01:48:57 +02:00
channel.go
channel.txt
env.go
env.txt
filesystem.go main: clean up tests 2021-04-09 18:33:48 +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
go1.17.go
go1.17.txt
goroutines.go transform: improve GC stack slot pass to work around a bug 2021-08-04 20:06:59 +02:00
goroutines.txt
init.go interp: don't ignore array indices for untyped objects 2021-07-14 07:55:05 +02:00
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
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt main: implement -ldflags="-X ..." 2021-04-09 18:33:48 +02:00
map.go
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
reflect.go
reflect.txt
slice.go
slice.txt
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
structs.txt
testing.go testing: add support for the -test.v flag 2021-08-13 08:53:40 +02:00
testing.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