summaryrefslogtreecommitdiff
path: root/test/closure.go
Commit message (Expand)AuthorAgeFilesLines
* test: enforce 1 proc in the testDmitriy Vyukov2012-07-011-0/+1
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng2012-02-061-5/+6
* gc: test that asserts closures are not wrapped when they don't have closure v...Luuk van Dijk2012-01-101-1/+18
* gc: remove func, map compareRuss Cox2011-11-131-5/+0
* gc: issue 1231Russ Cox2010-12-131-0/+11
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-53/+54
* make every func literal expression allocate,Russ Cox2009-07-281-0/+12
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-3/+3
* convert composite literals from { } to ( ).Russ Cox2009-02-131-3/+3
* closures - runtime and debugger support, test caseRuss Cox2009-02-061-0/+88