summaryrefslogtreecommitdiff
path: root/src/pkg/hash
Commit message (Expand)AuthorAgeFilesLines
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-014-17/+9
* hash/crc32: add SSE4.2 supportAdam Langley2011-07-126-46/+202
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-171-9/+8
* adler32: speed up ~40% by avoiding bounds checksBrad Fitzpatrick2011-04-272-2/+16
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-205-8/+10
* gofmt: gofmt -s -w src miscRobert Griesemer2011-04-131-1/+1
* hash: new FNV-1a implementationPascal S. de Kloe2011-03-073-0/+311
* hash/crc64: fix typo in Sum.Nigel Tao2010-12-221-1/+1
* gofmt -s -w src miscRobert Griesemer2010-10-223-94/+94
* build: no required environment variablesRuss Cox2010-08-184-4/+4
* hash/crc64: new package implementing 64-bit CRCRuss Cox2010-03-126-35/+231
* hash: document that Sum does not change hash stateRuss Cox2010-01-191-3/+10
* 1) Change default gofmt default settings forRobert Griesemer2009-12-155-87/+87
* Add benchmarks for commonly used routines.Trevor Strohman2009-11-241-0/+14
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-233-6/+6
* use fully qualified names for hash interfacesRuss Cox2009-11-112-3/+3
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-092-9/+9
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-3/+3
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-062-33/+11
* gofmt-ify hash, httpRobert Griesemer2009-11-041-2/+2
* apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox2009-10-064-83/+80
* convert non-low-level non-google pkg codeRuss Cox2009-08-125-161/+12
* mv src/lib to src/pkgRob Pike2009-06-0910-0/+594