summaryrefslogtreecommitdiff
path: root/test/hashmap.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-62/+61
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+1
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-3/+0
2009-01-20delete exportRuss Cox1-7/+7
2009-01-16convert tests; nothing interesting.Russ Cox1-7/+7
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-13/+13
2008-08-29- removed need for int() conversion now that x << s has correct typeRobert Griesemer1-3/+1
2008-08-29- updated test cases to latest compiler changesRobert Griesemer1-98/+100
2008-06-06first cut at test suiteRob Pike1-2/+0
2008-03-26- new directory structureRobert Griesemer1-0/+186