index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
alg.go
Age
Commit message (
Expand
)
Author
2017-08-11
runtime, cmd/compile: add intrinsic getclosureptr
Cholerae Hu
2017-05-01
runtime: refactor cpu feature detection for 386 & amd64
Martin Möhrmann
2017-03-24
cmd/compile: simplify efaceeq and ifaceeq
Keith Randall
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-08-04
runtime: initialize hash algs before typemap
David Crawshaw
2016-04-22
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
cmd/compile: embed type string header in rtype
David Crawshaw
2016-02-23
runtime: unify memeq and memequal
Keith Randall
2016-02-21
cmd/compile, runtime: eliminate unnecessary algorithm types
Matthew Dempsky
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-10-21
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-08
runtime: make aeshash more DOS-proof
Keith Randall
2015-04-21
reflect: implement ArrayOf
Sebastien Binet
2015-04-15
runtime: merge slice and sliceStruct
Michael Hudson-Doyle
2015-01-07
runtime: remove size argument from hash and equal algorithms
Keith Randall
2015-01-07
runtime: use some startup randomness in the fallback hashes
Keith Randall
2014-12-28
runtime: get rid of goalg, no longer needed
Keith Randall
2014-12-22
runtime: a better fallback hash
Keith Randall
2014-12-11
runtime: faster aeshash implementation
Keith Randall
2014-12-10
runtime: clean up & go-ify the hash function seeder
Keith Randall
2014-11-11
[dev.cc] runtime: convert operating system support code from C to Go
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]