tinygo/src/reflect
Ayke van Laethem c7a23183e8 all: format code according to Go 1.19 rules
Go 1.19 started reformatting code in a way that makes it more obvious
how it will be rendered on pkg.go.dev. It gets it almost right, but not
entirely. Therefore, I had to modify some of the comments so that they
are formatted correctly.
2022-08-04 12:18:32 +02:00
..
all_test.go src/reflect: comment out a now-failing test 2021-12-18 10:02:36 +01:00
deepequal.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
makefunc.go reflect: add stubs required for net/http 2021-06-02 13:28:38 +02:00
sidetables.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
strconv.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
swapper.go reflect: use SliceHeader and StringHeader variant for internal use 2021-05-22 21:41:06 +02:00
type.go Rename reflect.Ptr to reflect.Pointer 2022-03-18 15:27:28 +01:00
value.go compiler: really define runtime.mem* as LLVM intrinsic wrappers 2022-06-24 11:10:24 +02:00
value_test.go src/reflect: add test for indirect array indexing 2021-12-18 10:02:36 +01:00