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
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-06-17
[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-24
cmd/compile: always include underlying type for map types
Keith Randall
2020-10-28
Revert "cmd/compile: split exported/non-exported methods for interface type"
Cuong Manh Le
2020-10-13
runtime: remove unused alg constants
Martin Möhrmann
2020-10-09
cmd/compile: split exported/non-exported methods for interface type
Cuong Manh Le
2020-03-10
runtime: make typehash match compiler generated hashes exactly
Keith Randall
2020-02-24
runtime: special case interface hashing for pointers
Keith Randall
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-03
cmd/compile,runtime: generate hash functions only for types which are map keys
Keith Randall
2019-08-29
runtime: switch default order of hashing algorithms
Keith Randall
2019-03-13
runtime: simplify readUnaligned
Ilya Tocar
2019-02-27
runtime: speed up ifaceeq for direct ifaces
Josh Bleecher Snyder
2018-11-26
cmd/link/internal/ld: remove R_ADDR relocations inside XCOFF text sections
Clément Chigot
2018-04-10
runtime: use internal/cpu in alginit
Meng Zhuo
2018-04-04
runtime: implement aeshash for arm64 platform
Meng Zhuo
2017-08-28
runtime: specialize memhash32 and memhash64
Martin Möhrmann
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