summaryrefslogtreecommitdiff
path: root/test/escape_map.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-13/+13
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-1/+1
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-11/+11
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-1/+1
* test: fix buildDmitry Vyukov2015-03-281-6/+6
* test: add escape analysis tests form mapsDmitry Vyukov2015-03-281-0/+107