]> Cypherpunks.ru repositories - gostls13.git/history - src/reflect/type.go
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
[gostls13.git] / src / reflect / type.go
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-16 Dan Scales[dev.regabi] cmd/compile, runtime: fix up comments...
2021-01-07 Ian Lance TaylorRevert "reflect: support multiple keys in struct tags"
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-07 Ian Lance Taylorreflect: document multiple keys in struct tags
2020-11-03 Cuong Manh Lereflect: update NumMethod doc for interface type
2020-10-28 Cuong Manh LeRevert "cmd/compile: split exported/non-exported method...
2020-10-09 Cuong Manh Lecmd/compile: split exported/non-exported methods for...
2020-10-06 Alexey Vilenskiyreflect: support multiple keys in struct tags
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-14 Alexander Klauerreflect: add parentheses to properly bind <- in ChanOf...
2020-06-19 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-19 Keith Randallreflect: zero stack slots before writing to them with...
2020-05-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-01 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-05-01 Bryan C. Millsinternal/unsafeheader: consolidate stringHeader and...
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-22 Koichi Shiraishireflect: fix typo on resolveReflectName function docume...
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-19 Ian Lance Taylorreflect: record PkgPath of StructOf arguments
2019-12-10 Daniel Martíall: fix a number of misuses of the word "an"
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-22 tworeflect: remove obsolete comment about gobitVector
2019-11-15 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-15 go101reflect: factor out special channel assignability rule...
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-22 Matthew Dempskyreflect: fix unsafe conversions reported by -d=checkptr
2019-10-21 Matthew Dempskyreflect, internal/reflectlite: set capacity when slicin...
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-10 Brad Fitzpatrickall: remove nacl (part 3, more amd64p32)
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 2, amd64p32 + toolchain)
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-09-28 David Crawshawreflect: let StructOf define unexported fields
2019-09-18 Jean de Klerkreflect: give type hints in error messages
2019-09-03 Keith Randallcmd/compile,runtime: generate hash functions only for...
2019-09-02 Daniel Martístd: remove unused bits of code all over the place
2019-08-27 Sergei Zagurskiireflect: optimize directlyAssignable to avoid rtype...
2019-04-03 Romain Bauguereflect: document that method sets are lexicographicall...
2019-03-26 Keith Randallreflect: initialize ptrdata earlier in StructOf
2019-03-26 Keith Randallreflect: fix typeptrdata
2019-03-25 Keith Randallruntime: remove kindNoPointers
2019-03-08 Daniel Martíall: simplify multiple for loops
2019-03-07 Keith Randallreflect: fix more issues with StructOf GC programs
2019-03-06 Keith Randallreflect: fix StructOf GC programs
2018-12-29 Keith Randallruntime: panic on uncomparable map key, even if map...
2018-11-16 Vladimir Kovpakreflect: add comment for String method of Kind struct
2018-11-06 Raghavendra Nagarajreflect: fix StructOf panics from too many methods...
2018-11-02 Brad Fitzpatrickall: use "reports whether" consistently in the few...
2018-09-29 Keith Randallreflect: ensure correct scanning of return values
2018-09-26 Keith Randallreflect: use correct write barrier operations for metho...
2018-06-28 Ian Lance Taylorreflect: remove struct tags from unexported types
2018-06-27 Ian Lance Taylorreflect: prevent additional StructOf embedded method...
2018-05-29 Alberto Donizettireflect: document that StructOf panics on unexported...
2018-05-10 Robert Griesemerreflect: use 'defined' rather than 'named', use 'embedd...
2018-05-06 Martin Möhrmannruntime: remove hmap field from maptypes
2018-03-15 Matthew Dempskyreflect: sort exported methods first
2018-02-17 Martin Möhrmannruntime: rename map implementation and test files to...
2018-01-09 Russ Coxreflect: fix doc nit
2018-01-02 Tim Cooperreflect: explicitly state that Type values can be used...
2017-12-01 Russ Coxreflect: audit and explain safety of all unsafe.Pointer...
2017-09-27 Joe Tsaireflect: add URL scheme for godoc hyperlinking
2017-09-05 Matthew Dempskycmd/compile: fix and improve struct field reflect infor...
2017-08-23 André Carvalhoreflect: handle types with unexported methods before...
2017-08-16 Daniel Martíreflect: remove useless parameter from newName
2017-07-15 Ian Lance Taylorreflect: make StructOf panic for methods that don't...
2017-06-13 Pravendra Singhreflect: prevent structs with invalid field name
2017-06-08 Ian Lance Taylorreflect: check pkgPath for unexported methods in Implements
2017-05-10 Daniel Martíreflect: don't panic in ArrayOf if elem size is 0
2017-05-10 Daniel Martíreflect: fix String of new array types
2017-04-27 Bryan C. Millsreflect: use sync.Map instead of RWMutex for type caches
2017-04-18 Sebastien Binetreflect: document ptrdata field of rtype
2017-02-22 Ian Lance Taylorreflect: fix bucketOf to only look at ptrdata entries...
2017-02-17 Koki Ideall: fix a few typos in comments
2017-02-10 Michael Hudson-Doylereflect: clear ptrToThis in Ptr when allocating result...
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-25 Russ Cox[dev.typealias] cmd/compile, reflect: fix struct field...
2017-01-25 Russ Cox[dev.typealias] reflect: fix StructOf use of StructFiel...
2016-11-23 Ian Lance Taylorreflect: fix typo in comment
2016-11-23 Ian Lance Taylorreflect: fix size of StructOf ending in zero-sized...
2016-11-22 David Crawshawcmd/compile, cmd/link: weak relocation for ptrTo
2016-11-17 Ian Lance Taylorcmd/compile, reflect: use field pkgPath if needed
2016-11-10 David Crawshawreflect: unexported fields are tied to a package
2016-10-31 Jaana Burcu Doganreflect: clarify that NumMethod returns only the number...
2016-10-19 Russ Coxreflect: update FieldByNameFunc comment
2016-10-19 Russ Coxreflect: correct Type.FieldByNameFunc docs
2016-10-04 Robert Griesemerreflect: ignore struct tags when converting structs
2016-09-09 Tormod Erevik Leareflect: update location of vet tool in comment
2016-08-30 Matthew Dempskyreflect: cleanup wording for type identity/equality
2016-08-30 Dave Cheneyreflect: avoid zeroing memory that will be overwritten
2016-08-23 Ross Lightreflect: document equality guarantee for Type
2016-08-16 David Crawshawreflect: clear tflag on new types
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-12 Ian Lance Taylorreflect: an unnamed type has no PkgPath
2016-06-28 David Crawshawreflect, runtime: optimize Name method
2016-06-24 David Crawshawcmd/compile, etc: use tflag to optimize Name()==""
2016-06-24 David Crawshawreflect: avoid lock for some NumMethod()==0 cases
2016-06-23 David Crawshawreflect: optimize (reflect.Type).Name
2016-06-23 David Crawshawcmd/compile, etc: bring back ptrToThis
next