summaryrefslogtreecommitdiff
path: root/test/escape_field.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-3/+3
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-5/+5
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-15/+15
* test: remove -newescape from regress testsMatthew Dempsky2019-08-281-1/+1
* cmd/compile: update escape analysis tests for newescapeMatthew Dempsky2019-04-161-4/+4
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-19/+19
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: improve flow of input params to output paramsDavid Chase2015-05-011-20/+19
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-20/+20
* test: add escape analysis tests for fieldsDmitry Vyukov2015-03-281-0/+175