tinygo/testdata
Ayke van Laethem e356bad4d1 reflect: implement t.Comparable()
This is necessary to support the context package, which is a dependency
of a lot of packages.
2019-08-20 10:20:09 +02:00
..
cgo
binop.go
binop.txt compiler: add support for comparing complex numbers 2019-02-05 17:11:09 +01:00
calls.go
calls.txt Test for functional argument passing (#336) 2019-05-13 14:40:58 +02:00
channel.go compiler,runtime: implement stack-based scheduler 2019-08-15 17:31:54 +02:00
channel.txt compiler,runtime: implement stack-based scheduler 2019-08-15 17:31:54 +02:00
coroutines.go compiler: add support for 'go' on func values 2019-08-17 11:51:43 +02:00
coroutines.txt compiler: add support for 'go' on func values 2019-08-17 11:51:43 +02:00
float.go
float.txt
gc.go
gc.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go compiler: make struct types more unique 2019-08-08 15:23:47 +02:00
interface.txt
map.go
map.txt
math.go runtime: add support for math package 2019-02-05 19:37:21 +01:00
math.txt runtime: add support for math package 2019-02-05 19:37:21 +01:00
print.go
print.txt
reflect.go reflect: implement t.Comparable() 2019-08-20 10:20:09 +02:00
reflect.txt reflect: implement t.Comparable() 2019-08-20 10:20:09 +02:00
slice.go compiler: add support for full slice expression for slicing arrays 2019-08-11 15:37:05 +02:00
slice.txt compiler: compare slice against nil 2018-10-20 17:22:51 +02:00
stdlib.go
stdlib.txt
string.go compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
string.txt compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
structs.go compiler: implement casting named structs and pointers to them 2019-04-06 08:32:28 +02:00
structs.txt compiler: implement casting named structs and pointers to them 2019-04-06 08:32:28 +02:00