summaryrefslogtreecommitdiff
path: root/test/escape5.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] test: rename blank functionsMatthew Dempsky2021-07-281-2/+2
* [dev.typeparams] cmd/compile: escape analysis of method expression callsMatthew Dempsky2021-06-231-2/+1
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-4/+4
* cmd/compile: fix escape analysis of heap-allocated resultsMatthew Dempsky2021-02-271-0/+11
* cmd/compile: add failing test case for #24305Cuong Manh Le2020-08-151-0/+7
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-2/+2
* test: remove -newescape from regress testsMatthew Dempsky2019-08-281-1/+1
* test: add regress test for issue 28369Ainar Garipov2019-04-161-4/+21
* cmd/compile: update escape analysis tests for newescapeMatthew Dempsky2019-04-161-2/+2
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-16/+16
* cmd/compile: fix unnamed parameter handling in escape analysisCherry Zhang2018-12-041-0/+17
* cmd/compile: in escape analysis, use element type for OIND of sliceCherry Zhang2018-04-181-0/+34
* cmd/compile: in escape analysis, propagate loop depth to fieldCherry Zhang2018-04-131-0/+19
* cmd/compile: mark anonymous receiver parameters as non-escapingMatthew Dempsky2018-03-081-0/+12
* cmd/compile: unnamed parameters do not escapeKeith Randall2017-03-241-0/+14
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: move check for large-hence-heap-allocated types into escape ...David Chase2015-05-221-4/+3
* test: add tests for escape analysis of interface conversionsDmitry Vyukov2015-03-281-1/+2
* cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox2014-02-131-4/+4
* cmd/gc: move large stack variables to heapRuss Cox2013-08-081-0/+7
* cmd/gc: fix escape analysis bugRuss Cox2012-11-071-0/+25
* cmd/gc: escape analysis to track flow of in to out parameters.Luuk van Dijk2012-10-291-0/+119