go/src/reflect
Matthew Dempsky a27e325c59 [dev.typeparams] all: merge master (798ec73) into dev.typeparams
Merge List:

+ 2021-07-22 798ec73519 runtime: don't clear timerModifiedEarliest if adjustTimers is 0
+ 2021-07-22 fdb45acd1f runtime: move mem profile sampling into m-acquired section
+ 2021-07-21 3e48c0381f reflect: add missing copyright header
+ 2021-07-21 48c88f1b1b reflect: add Value.CanConvert
+ 2021-07-20 9e26569293 cmd/go: don't add C compiler ID to hash for standard library
+ 2021-07-20 d568e6e075 runtime/debug: skip TestPanicOnFault on netbsd/arm

Change-Id: I87e1cd4614bb3b00807f18dfdd02664dcaecaebd
2021-07-22 12:50:31 -07:00
..
internal reflect: fix stack overflow panic when using haveIdenticalUnderlyingType 2021-04-20 20:14:14 +00:00
abi.go [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSize [generated] 2021-06-17 21:29:22 +00:00
abi_test.go [dev.typeparams] all: merge master (fdab5be) into dev.typeparams 2021-06-14 13:24:47 -07:00
all_test.go [dev.typeparams] all: merge master (798ec73) into dev.typeparams 2021-07-22 12:50:31 -07:00
asm_386.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_amd64.s [dev.typeparams] reflect: call ABI0 spill/unspill functions on AMD64 2021-06-01 22:33:29 +00:00
asm_arm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_arm64.s [dev.typeparams] reflect: implement register ABI for MakeFunc etc. on ARM64 2021-06-02 16:50:22 +00:00
asm_mips64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
asm_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
asm_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
asm_riscv64.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_s390x.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
asm_wasm.s reflect: add register ABI support for makeFuncStub and methodValueCall 2021-04-02 16:53:18 +00:00
deepequal.go cmd/compile, runtime: store pointers to go:notinheap types indirectly 2020-10-27 21:29:13 +00:00
example_test.go
export_test.go [dev.typeparams] reflect: delete unused ptrSize and PtrSize 2021-06-17 21:29:28 +00:00
makefunc.go [dev.typeparams] reflect: use internal/abi.FuncPCABI0 to take address of assembly functions 2021-05-24 21:05:34 +00:00
set_test.go
swapper.go [dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSize [generated] 2021-06-17 21:29:22 +00:00
tostring_test.go
type.go [dev.typeparams] all: merge master (296ddf2) into dev.typeparams 2021-07-08 13:11:32 -07:00
value.go [dev.typeparams] all: merge master (798ec73) into dev.typeparams 2021-07-22 12:50:31 -07:00
visiblefields.go reflect: add missing copyright header 2021-07-21 20:29:18 +00:00
visiblefields_test.go reflect: add missing copyright header 2021-07-21 20:29:18 +00:00