aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/validate.go
AgeCommit message (Expand)Author
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales
2021-03-09cmd/compile: get instantiated generic types working with interfacesDan Scales
2021-01-14[dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky