summaryrefslogtreecommitdiff
path: root/test/escape_calls.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-1/+1
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-1/+1
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-1/+1
* test: remove -newescape from regress testsMatthew Dempsky2019-08-281-1/+1
* cmd/compile: update escape analysis tests for newescapeMatthew Dempsky2019-04-161-2/+2
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-3/+3
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: make indirect calls properly escape-yDavid Chase2015-05-221-0/+10
* cmd/internal/gc: improve flow of input params to output paramsDavid Chase2015-05-011-0/+44