aboutsummaryrefslogtreecommitdiff
path: root/test/escape_field.go
AgeCommit message (Expand)Author
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-09-03cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky
2019-08-28test: remove -newescape from regress testsMatthew Dempsky
2019-04-16cmd/compile: update escape analysis tests for newescapeMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-05-01cmd/internal/gc: improve flow of input params to output paramsDavid Chase
2015-03-28test: add tests for escape analysis of interface conversionsDmitry Vyukov
2015-03-28test: add escape analysis tests for fieldsDmitry Vyukov