aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue21709.go
AgeCommit message (Expand)Author
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-04-21cmd/compile: more precise analysis of method valuesMatthew Dempsky
2019-09-25test: add regress test for #27557Matthew Dempsky
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2017-11-30cmd/compile: fix loop depth of range expression in escape analysisCherry Zhang