aboutsummaryrefslogtreecommitdiff
path: root/test/closure.go
AgeCommit message (Expand)Author
2012-07-01test: enforce 1 proc in the testDmitriy Vyukov
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2012-01-10gc: test that asserts closures are not wrapped when they don't have closure v...Luuk van Dijk
2011-11-13gc: remove func, map compareRuss Cox
2010-12-13gc: issue 1231Russ Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2009-07-28make every func literal expression allocate,Russ Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-02-06closures - runtime and debugger support, test caseRuss Cox