tinygo/testdata
Ayke van Laethem cdba4fa8cc interp: don't ignore array indices for untyped objects
This fixes https://github.com/tinygo-org/tinygo/issues/1884.
My original plan to fix this was much more complicated, but then I
realized that the output type doesn't matter anyway and I can simply
cast the type to an *i8 and perform a GEP on that pointer.
2021-07-14 07:55:05 +02:00
..
cgo
alias.go
alias.txt
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
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
env.txt crypto/rand: replace this package with a TinyGo version 2021-06-21 18:22:31 +02:00
filesystem.go main: clean up tests 2021-04-09 18:33:48 +02:00
filesystem.txt
float.go compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
float.txt
gc.go
gc.txt
goroutines.go
goroutines.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go transform: optimize reflect.Type Implements() method 2021-03-28 14:00:37 +02:00
json.txt
ldflags.go
ldflags.txt
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
slice.txt
sort.go
sort.txt
stdlib.go os: implement process related functions 2021-06-25 16:14:47 +02:00
stdlib.txt
string.go compiler: fix named string to []byte slice conversion 2020-07-29 12:13:37 +02:00
string.txt compiler,runtime: implement []rune to string conversion 2019-08-11 15:45:35 +02:00
structs.go
structs.txt
zeroalloc.go testdata: fix formatting 2020-05-12 01:17:27 +02:00
zeroalloc.txt