aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue23823.go
AgeCommit message (Expand)Author
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan Lance Taylor
2020-09-29cmd/compile: report type loop for invalid recursive typesMatthew Dempsky
2019-09-03cmd/compile: simplify {defer,resume}checkwidth logicMatthew Dempsky
2019-08-29cmd/compile: make typecheck set n.Type.Nod when returning OTYPELE Manh Cuong
2019-05-07cmd/compile: avoid compiler crash for recursive interface typeRobert Griesemer
2018-11-05cmd/compile: reintroduce work-around for cyclic alias declarationsRobert Griesemer
2018-06-12cmd/compile: correct alias cycle detectionRobert Griesemer