summaryrefslogtreecommitdiff
path: root/test/nil.go
Commit message (Expand)AuthorAgeFilesLines
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-1/+1
* test: move map delete test to nil.goIan Lance Taylor2012-12-131-0/+3
* test/nil.go: delete on nil maps no longer panicsShenghou Ma2012-12-141-3/+0
* test/[n-r]*.go: add documentationRob Pike2012-02-241-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* gofix -r mapdeleteRuss Cox2011-10-181-1/+1
* test: new nil semanticsRuss Cox2011-08-171-0/+142
* delete float, complex - code changesRuss Cox2011-01-191-4/+3
* test: remove semiocolons.Rob Pike2010-09-041-18/+18
* fix "declared and not used" in tests;Russ Cox2009-09-141-0/+2
* delete exportRuss Cox2009-01-201-2/+2
* convert tests; nothing interesting.Russ Cox2009-01-161-2/+2
* new new & makeRuss Cox2009-01-061-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-3/+3
* convert *[] to [].Russ Cox2008-12-181-1/+1
* a couple of bugs around nil are fixedRob Pike2008-06-181-3/+3
* Add nil test, with bugRob Pike2008-06-131-0/+35