summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/hashmap.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-944/+0
* runtime: introduce, use funcPC to convert Go func to PCRuss Cox2014-09-031-17/+7
* runtime: unify fastrand1 and fastrand2Keith Randall2014-09-021-2/+2
* runtime: convert type algorithms to GoDmitriy Vyukov2014-08-301-1/+1
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-271-33/+33
* runtime: convert equality functions to GoKeith Randall2014-08-071-15/+22
* runtime: move constants from map header to map typeKeith Randall2014-08-011-94/+78
* runtime: convert hash functions to Go calling convention.Keith Randall2014-07-311-8/+8
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-9/+9
* runtime: verify hmap type sizeDmitriy Vyukov2014-07-291-2/+2
* runtime: rename throwgo to gothrowDave Cheney2014-07-231-13/+13
* runtime: add throwgoDave Cheney2014-07-181-15/+13
* runtime: convert map implementation to Go.Keith Randall2014-07-161-0/+965