aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-new-map.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-142/+0
2012-11-06compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor1-2/+3
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-2/+2
2012-07-23runtime: correct a logic error in hashmap growth.Ian Lance Taylor1-2/+2
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor1-0/+14
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-2/+2
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-1/+3
2011-05-06More uses of backend interface for types.Ian Lance Taylor1-2/+2
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-2/+2
2011-03-09re PR go/47910 (typo in __go_map_next_prime)Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+125