aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-delete.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-61/+0
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-3/+3
2014-12-13re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith])Ian Lance Taylor1-1/+4
2014-07-02re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g)Ian Lance Taylor1-1/+3
2012-12-12runtime: Delete from a nil map is now a no-op.Ian Lance Taylor1-1/+1
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor1-1/+1
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-2/+2
2011-10-25Implement predeclared delete function.Ian Lance Taylor1-1/+1
2011-09-21Support nil maps.Ian Lance Taylor1-0/+4
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+52