aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hashmap.c
AgeCommit message (Expand)Author
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-03-23allow range on nil mapsRuss Cox
2009-01-26in hash implementation, if data >= 8, align to 8.Russ Cox
2009-01-26implement new restrictions on whatRuss Cox
2008-12-19chan and map of [] and structRuss Cox
2008-12-09chans and maps of interfacesRuss Cox
2008-12-05range statementKen Thompson
2008-11-14switchKen Thompson
2008-11-13temp fix for map not multiple of 8Ken Thompson
2008-11-13mike's map codeKen Thompson