tinygo/testdata
Cornel 720a54a0fe
extend stdlib to allow import of more packages (#1099)
* stdlib: extend stdlib to allow import of more packages
2020-06-23 11:56:28 +02:00
..
cgo builder: make sure -fshort-enums is used consistently 2020-04-07 16:17:10 +02:00
alias.go
alias.txt
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: implement spec-compliant shifts 2020-03-28 17:35:19 +01:00
calls.go compiler: pass interface typecode through defer frames 2020-04-09 15:02:09 +02:00
calls.txt
channel.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
channel.txt runtime: add cap and len support for chans 2020-05-12 01:17:27 +02:00
coroutines.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
coroutines.txt testdata, sync: add sync.Mutex test to testdata/coroutines.go 2020-05-09 01:08:56 +02:00
float.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
float.txt
gc.go
gc.txt
init.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
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 testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
interface.go compiler: add support for anonymous type asserts 2020-03-29 08:39:07 +02:00
interface.txt compiler: add support for anonymous type asserts 2020-03-29 08:39:07 +02:00
map.go compiler,runtime: support operations on nil map 2020-02-26 20:42:01 +01:00
map.txt
math.go
math.txt
print.go
print.txt compiler: add complex manipulation 2018-10-22 13:49:03 +02:00
reflect.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
reflect.txt extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
slice.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
slice.txt
stdlib.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
stdlib.txt os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
string.go
string.txt
structs.go
structs.txt compiler: support recursive types 2019-10-13 23:07:47 +02:00
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt add code to handle programs which use heap allocations but never hit the GC 2019-11-17 15:14:51 +01:00