summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-delete.c
Commit message (Expand)AuthorAgeFilesLines
* compiler, runtime: change type hash/equal to Go funcsian2015-10-291-3/+3
* PR go/61258ian2014-12-131-1/+4
* PR go/61620ian2014-07-021-1/+3
* runtime: Delete from a nil map is now a no-op.ian2012-12-121-1/+1
* libgo: Solaris and Irix compatibility patches.ian2012-01-171-1/+1
* runtime: Copy runtime_panicstring from master library.ian2011-11-301-2/+2
* Implement predeclared delete function.ian2011-10-251-1/+1
* Support nil maps.ian2011-09-211-0/+4
* Use backend interface for map descriptors.ian2011-06-111-1/+1
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+52