tinygo/testdata
2019-11-17 23:46:10 +01:00
..
cgo cgo: add support for nested structs and unions 2019-11-08 08:38:50 +01:00
alias.go
alias.txt
binop.go
binop.txt
calls.go Test for functional argument passing (#336) 2019-05-13 14:40:58 +02:00
calls.txt
channel.go
channel.txt add blocking select 2019-11-04 09:15:21 +01:00
coroutines.go
coroutines.txt fix miscompile of static goroutine calls to closures 2019-11-02 12:50:32 +01:00
float.go
float.txt
gc.go
gc.txt
init.go
init.txt interp: implement runtime.sliceCopy 2019-09-24 18:16:43 +02:00
init_multi.go testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
init_multi.txt
interface.go compiler: add support for async interface calls 2019-11-17 23:46:10 +01:00
interface.txt compiler: add support for async interface calls 2019-11-17 23:46:10 +01:00
map.go
map.txt
math.go
math.txt runtime: add support for math package 2019-02-05 19:37:21 +01:00
print.go
print.txt
reflect.go
reflect.txt
slice.go compiler: support constant indices with a named type 2019-10-01 21:31:00 +02:00
slice.txt
stdlib.go
stdlib.txt runtime: only implement CountString for required platforms 2019-11-10 21:33:11 +01:00
string.go compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
string.txt
structs.go
structs.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