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
/
pkg
/
runtime
/
alg.c
Age
Commit message (
Expand
)
Author
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-02-06
runtime: faster memclr on x86.
Keith Randall
2013-09-06
runtime: Smhasher tests of our map hash function.
Keith Randall
2013-08-12
runtime: change textflags from numbers to symbols
Keith Randall
2013-04-02
runtime: Implement faster equals for strings and bytes.
Keith Randall
2013-03-15
runtime: use AES hash for compound objects.
Keith Randall
2013-03-12
runtime: faster & safer hash function
Keith Randall
2013-01-04
runtime: always incorporate hash seed at start of hash computation
Ian Lance Taylor
2012-09-24
runtime: prepare for 64-bit ints
Russ Cox
2012-08-07
runtime: remove unnecessary ROUND in alg.c
Shenghou Ma
2012-08-05
runtime: faster string equality.
Rémy Oudompheng
2012-07-31
runtime: round return value address in runtime.equal
Shenghou Ma
2012-06-13
runtime: improved continuity in hash computation
Jan Ziak
2012-02-06
runtime: fix float64 hash on 32-bit machine
Russ Cox
2012-01-30
runtime: fix float64 hash
Russ Cox
2012-01-26
gc, runtime: handle floating point map keys
Russ Cox
2012-01-20
runtime: add type algorithms for zero-sized types
Dmitriy Vyukov
2011-12-12
gc: implement == on structs and arrays
Russ Cox
2011-12-05
runtime: prep for type-specific algorithms
Russ Cox