aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/alg.go
AgeCommit message (Expand)Author
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-13runtime: remove unused alg constantsMartin Möhrmann
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-03-10runtime: make typehash match compiler generated hashes exactlyKeith Randall
2020-02-24runtime: special case interface hashing for pointersKeith Randall
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2019-08-29runtime: switch default order of hashing algorithmsKeith Randall
2019-03-13runtime: simplify readUnalignedIlya Tocar
2019-02-27runtime: speed up ifaceeq for direct ifacesJosh Bleecher Snyder
2018-11-26cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sectionsClément Chigot
2018-04-10runtime: use internal/cpu in alginitMeng Zhuo
2018-04-04runtime: implement aeshash for arm64 platformMeng Zhuo
2017-08-28runtime: specialize memhash32 and memhash64Martin Möhrmann
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-05-01runtime: refactor cpu feature detection for 386 & amd64Martin Möhrmann
2017-03-24cmd/compile: simplify efaceeq and ifaceeqKeith Randall
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-08-04runtime: initialize hash algs before typemapDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2016-02-23runtime: unify memeq and memequalKeith Randall
2016-02-21cmd/compile, runtime: eliminate unnecessary algorithm typesMatthew Dempsky
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky
2015-10-08runtime: make aeshash more DOS-proofKeith Randall
2015-04-21reflect: implement ArrayOfSebastien Binet
2015-04-15runtime: merge slice and sliceStructMichael Hudson-Doyle
2015-01-07runtime: remove size argument from hash and equal algorithmsKeith Randall
2015-01-07runtime: use some startup randomness in the fallback hashesKeith Randall
2014-12-28runtime: get rid of goalg, no longer neededKeith Randall
2014-12-22runtime: a better fallback hashKeith Randall
2014-12-11runtime: faster aeshash implementationKeith Randall
2014-12-10runtime: clean up & go-ify the hash function seederKeith Randall
2014-11-11[dev.cc] runtime: convert operating system support code from C to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox