summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-15rename sys functions to runtime,Russ Cox1-37/+37
2009-09-08pass Type* to makechan and makemap so thatRuss Cox1-16/+16
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-6/+6
2009-07-08reflection for mapsRuss Cox1-47/+77
2009-07-02move Structrnd to runtime.hRuss Cox1-4/+0
2009-06-30change alignment rules: roll receiver intoRuss Cox1-38/+49
2009-06-09mv src/lib to src/pkgRob Pike1-0/+954