aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler/sizes.go
AgeCommit message (Expand)Author
2022-09-01compiler: fix unsafe.Sizeof for chan and map valuesAyke van Laethem
2022-05-25compiler: alignof(func) is 1 pointer, not 2Steven Kabbes
2022-05-19compiler: alignof [0]func() = 1Steven Kabbes
2021-03-29reflect: implement Sizeof and Alignof for func valuesAyke van Laethem
2020-04-13compiler: unexport some exported symbolsAyke van Laethem
2019-12-30compiler: don't crash when encountering types.InvalidAyke van Laethem
2019-11-07cgo: refactor union supportAyke van Laethem
2019-05-05compiler: allow larger-than-int values to be sent across a channelAyke van Laethem
2019-04-17cgo: implement C unionsAyke van Laethem
2018-09-22compiler: refactor compiler into separate packageAyke van Laethem