summaryrefslogtreecommitdiff
path: root/test/escape_closure.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-4/+4
* cmd/compile: improve escape analysis of known callsMatthew Dempsky2020-10-151-2/+15
* cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky2019-09-161-7/+7
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-6/+6
* test: remove -newescape from regress testsMatthew Dempsky2019-08-281-1/+1
* cmd/compile: update escape analysis tests for newescapeMatthew Dempsky2019-04-161-24/+17
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-18/+18
* cmd/compile/internal/syntax: establish principled position informationRobert Griesemer2017-02-151-4/+4
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/compile: note escape of parts of closured-capture varsDavid Chase2016-04-051-0/+26
* cmd/internal/gc: improve flow of input params to output paramsDavid Chase2015-05-011-2/+2
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-4/+4
* test: add tests for escape analysis of closure argumentsDmitry Vyukov2015-03-281-0/+147