aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-index.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-137/+0
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-5/+5
2015-03-09re PR go/65349 (go tool crashes, can't compile go code on 32bit linux systems)Ian Lance Taylor1-1/+3
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-1/+1
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor1-2/+2
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-2/+2
2011-09-21Support nil maps.Ian Lance Taylor1-0/+8
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor1-2/+2
2011-05-06More uses of backend interface for types.Ian Lance Taylor1-3/+3
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+127