summaryrefslogtreecommitdiff
path: root/src/runtime/alg.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann2017-05-011-3/+3
* cmd/compile: simplify efaceeq and ifaceeqKeith Randall2017-03-241-18/+14
* runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements2016-10-281-6/+0
* runtime: rename fastrand1 to fastrandJosh Bleecher Snyder2016-08-301-2/+2
* runtime: initialize hash algs before typemapDavid Crawshaw2016-08-041-1/+1
* cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw2016-04-221-4/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* cmd/compile: embed type string header in rtypeDavid Crawshaw2016-02-241-4/+4
* runtime: unify memeq and memequalKeith Randall2016-02-231-7/+0
* cmd/compile, runtime: eliminate unnecessary algorithm typesMatthew Dempsky2016-02-211-18/+2
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-5/+8
* runtime: make iface/eface handling more type safeMatthew Dempsky2015-10-211-14/+4
* runtime: make aeshash more DOS-proofKeith Randall2015-10-081-1/+4
* reflect: implement ArrayOfSebastien Binet2015-04-211-0/+2
* runtime: merge slice and sliceStructMichael Hudson-Doyle2015-04-151-2/+2
* runtime: remove size argument from hash and equal algorithmsKeith Randall2015-01-071-58/+78
* runtime: use some startup randomness in the fallback hashesKeith Randall2015-01-071-8/+12
* runtime: get rid of goalg, no longer neededKeith Randall2014-12-281-9/+4
* runtime: a better fallback hashKeith Randall2014-12-221-22/+3
* runtime: faster aeshash implementationKeith Randall2014-12-111-1/+1
* runtime: clean up & go-ify the hash function seederKeith Randall2014-12-101-13/+1
* [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-111-3/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+352