summaryrefslogtreecommitdiff
path: root/test/escape_indir.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-17/+17
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-1/+1
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-2/+2
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-20/+20
* 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-3/+10
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-2/+2
* test: add tests for escape analysis when assigning to indirectionsDmitry Vyukov2015-03-281-0/+153