aboutsummaryrefslogtreecommitdiff
path: root/test/escape_closure.go
AgeCommit message (Expand)Author
2023-08-17cmd/compile/internal/escape: optimize indirect closure callsMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2020-10-15cmd/compile: improve escape analysis of known callsMatthew Dempsky
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-09-03cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky
2019-08-28test: remove -newescape from regress testsMatthew Dempsky
2019-04-16cmd/compile: update escape analysis tests for newescapeMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2017-02-15cmd/compile/internal/syntax: establish principled position informationRobert Griesemer
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-05cmd/compile: note escape of parts of closured-capture varsDavid Chase
2015-05-01cmd/internal/gc: improve flow of input params to output paramsDavid Chase
2015-03-28test: add tests for escape analysis of interface conversionsDmitry Vyukov
2015-03-28test: add tests for escape analysis of closure argumentsDmitry Vyukov