aboutsummaryrefslogtreecommitdiff
path: root/src/reflect/type.go
AgeCommit message (Expand)Author
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í
2019-08-27reflect: optimize directlyAssignable to avoid rtype.Name callSergei Zagurskii
2019-04-03reflect: document that method sets are lexicographically sortedRomain Baugue
2019-03-26reflect: initialize ptrdata earlier in StructOfKeith Randall
2019-03-26reflect: fix typeptrdataKeith Randall
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-03-08all: simplify multiple for loopsDaniel Martí
2019-03-07reflect: fix more issues with StructOf GC programsKeith Randall
2019-03-06reflect: fix StructOf GC programsKeith Randall
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-11-16reflect: add comment for String method of Kind structVladimir Kovpak
2018-11-06reflect: fix StructOf panics from too many methods in embedded fieldsRaghavendra Nagaraj
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-09-29reflect: ensure correct scanning of return valuesKeith Randall
2018-09-26reflect: use correct write barrier operations for method funcsKeith Randall
2018-06-28reflect: remove struct tags from unexported typesIan Lance Taylor
2018-06-27reflect: prevent additional StructOf embedded method casesIan Lance Taylor
2018-05-29reflect: document that StructOf panics on unexported fieldsAlberto Donizetti
2018-05-10reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anony...Robert Griesemer
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-03-15reflect: sort exported methods firstMatthew Dempsky
2018-02-17runtime: rename map implementation and test files to use a common prefixMartin Möhrmann
2018-01-09reflect: fix doc nitRuss Cox
2018-01-02reflect: explicitly state that Type values can be used as map keysTim Cooper
2017-12-01reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox
2017-09-27reflect: add URL scheme for godoc hyperlinkingJoe Tsai
2017-09-05cmd/compile: fix and improve struct field reflect informationMatthew Dempsky
2017-08-23reflect: handle types with unexported methods before exported onesAndré Carvalho
2017-08-16reflect: remove useless parameter from newNameDaniel Martí
2017-07-15reflect: make StructOf panic for methods that don't workIan Lance Taylor
2017-06-13reflect: prevent structs with invalid field namePravendra Singh
2017-06-08reflect: check pkgPath for unexported methods in ImplementsIan Lance Taylor
2017-05-10reflect: don't panic in ArrayOf if elem size is 0Daniel Martí