aboutsummaryrefslogtreecommitdiff
path: root/test/hashmap.go
AgeCommit message (Expand)Author
2012-02-20test/hashmap.go: deleteRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2011-09-05build: clear execute bit from Go filesMike Rosset
2010-09-30gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-08-29- removed need for int() conversion now that x << s has correct typeRobert Griesemer
2008-08-29- updated test cases to latest compiler changesRobert Griesemer
2008-06-06first cut at test suiteRob Pike
2008-03-26- new directory structureRobert Griesemer