aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/type.go
AgeCommit message (Expand)Author
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-03-15reflect: sort exported methods firstMatthew Dempsky
2017-09-05cmd/compile: fix and improve struct field reflect informationMatthew Dempsky
2017-05-29runtime: fix file reference in commentsDmitry Savintsev
2017-04-12plugin: properly handle recursively defined typesTodd Neal
2017-01-25[dev.typealias] cmd/compile, reflect: fix struct field names for embedded byt...Russ Cox
2016-11-01runtime: resolve type offsets using source moduleDavid Crawshaw
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-31runtime: make module typemaps visible to the GCDavid Crawshaw
2016-09-21cmd/link: split large elf text sections on ppc64xLynn Boger
2016-08-26runtime: have typelinksinit work forwardsDavid Crawshaw
2016-06-28reflect, runtime: optimize Name methodDavid Crawshaw
2016-06-24cmd/compile, etc: use tflag to optimize Name()==""David Crawshaw
2016-06-23cmd/compile, etc: bring back ptrToThisDavid Crawshaw
2016-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw
2016-05-26runtime: tell race detector about reflectOffs.lockDavid Crawshaw
2016-04-27reflect: unnamed interface types have no nameDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff in uncommonTypeDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-04-18cmd/compile, etc: use name offset in method tablesDavid Crawshaw
2016-04-13cmd/compile, etc: use name for type pkgPathDavid Crawshaw
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-03-25cmd/compile, runtime: new static name encodingDavid Crawshaw
2016-03-15cmd/compile: compute second method type at runtimeDavid Crawshaw
2016-03-09cmd/compile: remove slices from rtype.funcTypeDavid Crawshaw
2016-03-08cmd/compile: remove rtype *uncommonType fieldDavid Crawshaw
2016-03-04reflect: recognize unnamed directional channelsDavid Crawshaw
2016-02-26cmd/compile: remove uncommonType.nameDavid Crawshaw
2016-02-25cmd/compile: remove rtype.ptrToThisDavid Crawshaw
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2016-02-23Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go"Matthew Dempsky
2016-02-22cmd/compile: move hiter, hmap, and scase definitions into builtin.goMatthew Dempsky
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-21runtime: change functype's in and out fields to []*_typeMatthew Dempsky
2015-09-09runtime: on map update, don't overwrite key if we don't need to.Keith Randall
2015-08-26cmd/compile, cmd/link, reflect, runtime: remove type.zero fieldMichael Hudson-Doyle
2015-08-26cmd/compile, runtime: stop returning t.zero on hashmap missMichael Hudson-Doyle
2015-05-16runtime: replace GC programs with simpler encoding, faster decoderRuss Cox
2015-05-05runtime: rename ptrsize to ptrdataRuss Cox
2015-05-04runtime: add pointer size to type structureAustin Clements
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-01-23runtime: fix incorrectly replaced "_type" in commentsShenghou Ma
2015-01-19runtime: factor out bitmap, finalizer code from malloc/mgcRuss Cox
2015-01-07runtime: remove trailing empty arrays in structsKeith Randall
2014-12-28runtime: get rid of goalg, no longer neededKeith Randall
2014-12-15runtime: if key type is reflexive, don't call equal(k, k)Keith Randall
2014-11-11[dev.cc] runtime: convert header files to GoRuss Cox