aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-15gofmt: fix for gofmt rewrite featureRobert Griesemer
2010-03-12godoc: support for multiple packages in a directoryRobert Griesemer
2010-03-12hash/crc64: new package implementing 64-bit CRCRuss Cox
2010-03-12gofmt: make sure there is a newline afterRobert Griesemer
2010-03-12go/printer: fix a couple of hidden crashes that becomeRobert Griesemer
2010-03-11ast/filter.go: missing nil-check causes crashRobert Griesemer
2010-03-11godoc: fix formatting of -src outputRobert Griesemer
2010-03-11math, path: minor comment fixesRobert Griesemer
2010-03-11syslog: increase test timeout from 10ms to 100msChristopher Wedgwood
2010-03-10math package: minor documentation fixRobert Griesemer
2010-03-10godoc: change -x to -src, update doc.go (missed in previous CL)Robert Griesemer
2010-03-10godoc: provide mode which shows exported interface in "source form"Robert Griesemer
2010-03-10fix 386 a[i] = cmplx(r, j)Russ Cox
2010-03-10template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand
2010-03-091. decommit complex(float) conversionKen Thompson
2010-03-09gc: remove duplicate errors, give better error for I.(T)Russ Cox
2010-03-09syscall: minimal mingw version of syscall to call windows dllsAlex Brainman
2010-03-10reflect: typo in commentDean Prichard
2010-03-09fmt: enable the complex tests now that 8g supports complexRob Pike
2010-03-09fix bugs compiling things likeKen Thompson
2010-03-09identical complex implementationKen Thompson
2010-03-08arm: cleanup build warningsDean Prichard
2010-03-08crypto/ripemd160: new packageRaif S. Naffah
2010-03-08crypto/sha256: add SHA-224Conrad Meyer
2010-03-08encoding/base64: fix typo in commentGiles Lean
2010-03-08gc: avoid fixed length buffer cleanbufDean Prichard
2010-03-08crypto/sha512: new packageConrad Meyer
2010-03-08gc: simplify complex typecheckRuss Cox
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox
2010-03-08runtime: clock garbage collection on bytes allocated, not pages in useRuss Cox
2010-03-08crypto/rsa: don't use safe primes.Adam Langley
2010-03-07regex: Remove unneeded imports from test.Christopher Wedgwood
2010-03-07regexp: add ReplaceAllFunc and ReplaceAllStringFuncAndrew Gerrand
2010-03-06fix bug in complex printing: imaginary didn't have same format as real.Rob Pike
2010-03-06PTALKen Thompson
2010-03-056g complex type usableKen Thompson
2010-03-05gc: fix crash on complicated arg to make slice.Russ Cox
2010-03-05math: faster hypotCharles L. Dorian
2010-03-05gc: better compilation of floating point +=Russ Cox
2010-03-05bufio: WriteRuneRob Pike
2010-03-05big: fix mistakes with probablyPrimeAdam Langley
2010-03-05Add ReadRune and WriteRune to bytes.BufferRob Pike
2010-03-05frexp.go: remove html from commentRobert Griesemer
2010-03-05godoc: don't throw away function documentationRobert Griesemer
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer
2010-03-04goinstall: an experiment in (external) package installationRuss Cox
2010-03-04strings: make Split(s, "", n) fasterSpring Mc
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian
2010-03-03net: put [ ] around IPv6 addresses for DialRuss Cox