Age | Commit message (Expand) | Author |
---|---|---|
2022-09-01 | compiler: fix unsafe.Sizeof for chan and map values | Ayke van Laethem |
2022-05-25 | compiler: alignof(func) is 1 pointer, not 2 | Steven Kabbes |
2022-05-19 | compiler: alignof [0]func() = 1 | Steven Kabbes |
2021-03-29 | reflect: implement Sizeof and Alignof for func values | Ayke van Laethem |
2020-04-13 | compiler: unexport some exported symbols | Ayke van Laethem |
2019-12-30 | compiler: don't crash when encountering types.Invalid | Ayke van Laethem |
2019-11-07 | cgo: refactor union support | Ayke van Laethem |
2019-05-05 | compiler: allow larger-than-int values to be sent across a channel | Ayke van Laethem |
2019-04-17 | cgo: implement C unions | Ayke van Laethem |
2018-09-22 | compiler: refactor compiler into separate package | Ayke van Laethem |