aboutsummaryrefslogtreecommitdiff
path: root/test/escape.go
AgeCommit message (Expand)Author
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-08-31cmd/gc: fix escape analysis bug with variable capture in loops.Rémy Oudompheng
2012-02-19test: explanatory comments [c-g]*Rob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-03-26gc: allow taking address of out parametersRuss Cox
2009-09-15last round: non-package codeRuss Cox
2009-01-29if take address of local, move to heap.Russ Cox