summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-5/+116
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+18
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-14/+14
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-129/+112
2010-05-19runtime: allow large map valuesRuss Cox1-12/+59
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-3/+6
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-4/+0
2010-03-23maps access to a missing keyKen Thompson1-2/+4
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-0/+6
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-37/+37
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-0/+9
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