summaryrefslogtreecommitdiff
path: root/src/runtime/hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-954/+0
2009-03-23allow range on nil mapsRuss Cox1-0/+4
2009-01-26in hash implementation, if data >= 8, align to 8.Russ Cox1-7/+16
2009-01-26implement new restrictions on whatRuss Cox1-18/+2
2008-12-19chan and map of [] and structRuss Cox1-13/+24
2008-12-09chans and maps of interfacesRuss Cox1-5/+6
2008-12-05range statementKen Thompson1-1/+84
2008-11-14switchKen Thompson1-1/+1
2008-11-13temp fix for map not multiple of 8Ken Thompson1-0/+1
2008-11-13mike's map codeKen Thompson1-0/+861