aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-16release.2010-03-15 part twoAndrew Gerrand
2010-03-16release.2010-03-15weekly.2010-03-15Andrew Gerrand
2010-03-16install.html: elaborate on shell profile instructionsAndrew Gerrand
2010-03-15gofmt: fix for gofmt rewrite featureRobert Griesemer
2010-03-16 dashboard: include package.htmlAndrew Gerrand
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-10Revert previous change: complexN only converts to complexN.Ian Lance Taylor
2010-03-10math package: minor documentation fixRobert Griesemer
2010-03-10install.html: add section on C toolsRobert Griesemer
2010-03-10godoc: change -x to -src, update doc.go (missed in previous CL)Robert Griesemer
2010-03-10go_spec.html: fix typo and linkRobert 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-10fix amd64 build (golden.out)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-09missing ';' renders the code snippet incorrectly on websiteAndrey Mirtchovski
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-08A+C: add Conrad Meyer (individual CLA)Russ Cox
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-08Complex values may only be compared for equality or inequality.Ian Lance Taylor
2010-03-08Clarify that conversions to complex are OK.Ian Lance Taylor
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