summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-delete.c
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor2015-10-291-3/+3
* re PR go/61258 (gccgo: assertion failure go-map-delete.c:37 [GoSmith])Ian Lance Taylor2014-12-131-1/+4
* re PR go/61620 (FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g)Ian Lance Taylor2014-07-021-1/+3
* runtime: Delete from a nil map is now a no-op.Ian Lance Taylor2012-12-121-1/+1
* libgo: Solaris and Irix compatibility patches.Ian Lance Taylor2012-01-171-1/+1
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-301-2/+2
* Implement predeclared delete function.Ian Lance Taylor2011-10-251-1/+1
* Support nil maps.Ian Lance Taylor2011-09-211-0/+4
* Use backend interface for map descriptors.Ian Lance Taylor2011-06-111-1/+1
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+52