aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/sizes.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: adjust unsafe.Alignof/Offsetof/SizeofRob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-06-17[dev.typeparams] go/types: accept embedded interface elementsRob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2020-12-16[dev.typeparams] go/types: import some support functions from dev.go2goRob Findley
2019-02-26go/types: add gccgo sizes informationIan Lance Taylor
2018-09-07cmd/dist, go/types: add support for GOARCH=sparc64Tobias Klauser
2018-06-13cmd/dist, go/types: add support for GOARCH=riscv64Tobias Klauser
2018-03-30go/build, go/types, cmd/dist: add js/wasm architectureRichard Musiol
2018-02-13go/types: better handle arrays whose length expression is invalidRobert Griesemer
2017-03-11cmd/vet: eliminate "might be too small for shift" warningsAliaksandr Valialkin
2017-03-02go/types: add a compiler param to SizesForJosh Bleecher Snyder
2017-02-28go/types: implement SizesFor convenience functionRobert Griesemer
2016-10-25go/types: match cmd/compile's alignment for complex64Matthew Dempsky
2016-08-30go/types: fix bad variable shadowing in offsetsofJosh Bleecher Snyder
2016-08-16go/types: fix multiword data structure alignment on naclJosh Bleecher Snyder
2016-08-16go/types: remove struct Sizeof cacheJosh Bleecher Snyder
2015-12-01go/types: fix race-y initialization of Struct.offsetsAleksandr Demakin
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer