summaryrefslogtreecommitdiff
path: root/test/escape.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: experimental loop iterator capture semantics changeDavid Chase2023-03-061-2/+4
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-0/+2
* cmd/gc: fix escape analysis bug with variable capture in loops.Rémy Oudompheng2012-08-311-6/+21
* test: explanatory comments [c-g]*Rob Pike2012-02-191-2/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: remove semiocolons.Rob Pike2010-09-041-79/+79
* gc: allow taking address of out parametersRuss Cox2010-03-261-0/+32
* last round: non-package codeRuss Cox2009-09-151-1/+1
* if take address of local, move to heap.Russ Cox2009-01-291-0/+175