tinygo/src/reflect
Ayke van Laethem f24a93c51d compiler, runtime: add layout parameter to runtime.alloc
This layout parameter is currently always nil and ignored, but will
eventually contain a pointer to a memory layout.

This commit also adds module verification to the transform tests, as I
found out that it didn't (and therefore didn't initially catch all
bugs).
2021-11-02 22:16:15 +01:00
..
deepequal.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
makefunc.go reflect: add stubs required for net/http 2021-06-02 13:28:38 +02:00
sidetables.go reflect: use SliceHeader and StringHeader variant for internal use 2021-05-22 21:41:06 +02:00
strconv.go extend stdlib to allow import of more packages (#1099) 2020-06-23 11:56:28 +02:00
swapper.go reflect: use SliceHeader and StringHeader variant for internal use 2021-05-22 21:41:06 +02:00
type.go src/reflect: fix type.Size() to account for struct padding 2021-09-27 17:04:16 +02:00
value.go compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00