aboutsummaryrefslogtreecommitdiff
path: root/test/escape5.go
AgeCommit message (Expand)Author
2021-03-01[release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2020-08-15cmd/compile: add failing test case for #24305Cuong Manh Le
2019-09-03cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky
2019-08-28test: remove -newescape from regress testsMatthew Dempsky
2019-04-16test: add regress test for issue 28369Ainar Garipov
2019-04-16cmd/compile: update escape analysis tests for newescapeMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-12-04cmd/compile: fix unnamed parameter handling in escape analysisCherry Zhang
2018-04-18cmd/compile: in escape analysis, use element type for OIND of sliceCherry Zhang
2018-04-13cmd/compile: in escape analysis, propagate loop depth to fieldCherry Zhang
2018-03-08cmd/compile: mark anonymous receiver parameters as non-escapingMatthew Dempsky
2017-03-24cmd/compile: unnamed parameters do not escapeKeith Randall
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-05-22cmd/internal/gc: move check for large-hence-heap-allocated types into escape ...David Chase
2015-03-28test: add tests for escape analysis of interface conversionsDmitry Vyukov
2014-02-13cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox
2013-08-08cmd/gc: move large stack variables to heapRuss Cox
2012-11-07cmd/gc: fix escape analysis bugRuss Cox
2012-10-29cmd/gc: escape analysis to track flow of in to out parameters.Luuk van Dijk