Sign in
go
/
go
/
da5511625e9a8c10194dcdfecb94ed129b12a461
/
test
/
hashmap.go
8ddd661
build: clear execute bit from Go files
by Mike Rosset
· 14 years ago
bee2d5b
gc, spec, tests: no auto-indirect of pointer to interface value
by Russ Cox
· 15 years ago
4f61fc9
test: remove semiocolons.
by Rob Pike
· 15 years ago
1a31989
fix "declared and not used" in tests;
by Russ Cox
· 16 years ago
5b62b19
convert non-pkg go files to whole-package compilation.
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
f48cbfd
convert tests; nothing interesting.
by Russ Cox
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
7b4d719
- removed need for int() conversion now that x << s has correct type
by Robert Griesemer
· 17 years ago
7eff30f
- updated test cases to latest compiler changes
by Robert Griesemer
· 17 years ago
27fb2ab
first cut at test suite
by Rob Pike
· 17 years ago
2f5b4d9
- new directory structure
by Robert Griesemer
· 17 years ago
[Renamed from tests/hashmap.go]
d2490e7
- Implemented simple rule for optional semicolons:
by Robert Griesemer
· 17 years ago
3cdf9c3
- added another test
by Robert Griesemer
· 17 years ago
0908af7
- added another test case
by Robert Griesemer
· 17 years ago