summaryrefslogtreecommitdiff
path: root/test/closure.go
Commit message (Expand)AuthorAgeFilesLines
* 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