aboutsummaryrefslogtreecommitdiff
path: root/test/escape_iface.go
AgeCommit message (Expand)Author
2023-05-23test: remove *_unified.go variantsCuong Manh Le
2022-06-30[dev.unified] test: break escape_iface.go into unified/nounified variantsMatthew Dempsky
2020-10-30cmd/compile: fix devirtualization of promoted interface methodsMatthew Dempsky
2020-10-29cmd/compile: early devirtualization of interface method callsMatthew Dempsky
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2019-09-25cmd/compile: use underlying OCOMPLIT's position for OPTRLITMatthew 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
2016-10-10cmd/compile: avoid leak of dottype expression on double assignment formTal Shprecher
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-02-19cmd/compile: avoid leak of dottype expression if type does not contain pointers.Tal Shprecher
2015-07-30cmd/compile: add case for ODOTTYPE to escwalkDavid Chase
2015-03-28test: add tests for escape analysis of interface conversionsDmitry Vyukov