aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/type.go
AgeCommit message (Expand)Author
2022-04-20reflect: remove unused overflowPad variablePhil Kulin
2022-04-11all: gofmt main repoRuss Cox
2022-04-04reflect: fix Value.NumMethod docszlasd
2022-04-04reflect: fix the collision of variable name and package namehopehook
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-03-15reflect: avoid panic in reflect.Kind.String for negative KindRuss Cox
2021-12-21reflect: update relative path in commentJing维
2021-12-16reflect: fix name of type parameterzhouguangyuan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28reflect: undeprecate Ptr, PtrToBrad Fitzpatrick
2021-10-27reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-18reflect: add Value.UnsafePointerCuong Manh Le
2021-09-08reflect: correct typoo in commentIan Lance Taylor
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-06-17[dev.typeparams] reflect: use goarch.PtrSize instead of the duplicated ptrSiz...Michael Anthony Knyszek
2021-06-15reflect: explain why convertible or comparable types may still panicJoe Tsai
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-04-21reflect: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20reflect: fix stack overflow panic when using haveIdenticalUnderlyingTypeJinzhu
2021-03-15reflect: panic if ArrayOf is called with negative lengthPaschalis Tsilias
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-02-23all: faster midpoint computation in binary searchyangwenmai
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-07Revert "reflect: support multiple keys in struct tags"Ian Lance Taylor
2020-12-07reflect: document multiple keys in struct tagsIan Lance Taylor
2020-11-03reflect: update NumMethod doc for interface typeCuong Manh Le
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-10-06reflect: support multiple keys in struct tagsAlexey Vilenskiy
2020-08-14reflect: add parentheses to properly bind <- in ChanOf’s stringAlexander Klauer
2020-06-19reflect: zero stack slots before writing to them with write barriersKeith Randall
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-22reflect: fix typo on resolveReflectName function documentationKoichi Shiraishi
2019-12-19reflect: record PkgPath of StructOf argumentsIan Lance Taylor
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-22reflect: remove obsolete comment about gobitVectortwo
2019-11-15reflect: factor out special channel assignability rule from haveIdenticalUnde...go101
2019-10-22reflect: fix unsafe conversions reported by -d=checkptrMatthew Dempsky
2019-10-21reflect, internal/reflectlite: set capacity when slicing unsafe pointersMatthew Dempsky
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-09-28reflect: let StructOf define unexported fieldsDavid Crawshaw
2019-09-18reflect: give type hints in error messagesJean de Klerk
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-09-02std: remove unused bits of code all over the placeDaniel Martí