tinygo/testdata
Ayke van Laethem ec325c0643 compiler: add support for running a builtin in a goroutine
Not sure why you would ever do this, but it appears to be allowed by the
Go specification and previously TinyGo would crash with an unhelpful
error message when you would do this. I don't see any practical use of
it.

The implementation simply runs the builtin directly.
2021-05-26 20:21:08 +02:00
..
cgo cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
alias.go
alias.txt fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
atomic.go
atomic.txt
binop.go
binop.txt
calls.go compiler: fix "fragment covers entire variable" bug 2021-03-29 10:16:59 +02:00
calls.txt
channel.go
channel.txt
env.go runtime: implement command line arguments in hosted environments 2021-04-21 10:32:09 +02:00
env.txt runtime: implement command line arguments in hosted environments 2021-04-21 10:32:09 +02:00
filesystem.go main: clean up tests 2021-04-09 18:33:48 +02:00
filesystem.txt main: clean up tests 2021-04-09 18:33:48 +02:00
float.go
float.txt
gc.go
gc.txt
goroutines.go compiler: add support for running a builtin in a goroutine 2021-05-26 20:21:08 +02:00
goroutines.txt main: rename goroutine tests 2021-05-26 20:21:08 +02:00
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
interface.txt compiler: add support for anonymous type asserts 2020-03-29 08:39:07 +02:00
json.go transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
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 interp: remove map support 2021-04-21 07:37:22 +02:00
map.txt interp: remove map support 2021-04-21 07:37:22 +02:00
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: implement AppendSlice 2021-05-22 21:41:06 +02:00
reflect.txt reflect: implement New function 2021-04-12 14:49:26 +02:00
slice.go
slice.txt
sort.go
sort.txt
stdlib.go wasm: use WASI ABI for exit function 2021-04-15 08:45:08 +02:00
stdlib.txt
string.go
string.txt
structs.go compiler: support recursive types 2019-10-13 23:07:47 +02:00
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