aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-08bytes: SSE for bytes.IndexByte on amd64Evan Shaw
2010-11-08json: don't indirect before testing for custom unmarshalerRob Pike
2010-11-08os.Expand: don't call append for each non-variable charRobert Griesemer
2010-11-08strconv: quote erroneous string in errorsRob Pike
2010-11-08os: add Expand function to evaluate environment variables.Rob Pike
2010-11-086l/8l: generate dwarf variable names with disambiguating suffix.Luuk van Dijk
2010-11-08doc/codewalk: update for changes in log packageAndrey Mirtchovski
2010-11-05net: fix windows buildWei Guangjing
2010-11-05testing: rename type Test to InternalTestPeter Mundy
2010-11-05env.bash: more quoting in case of spacesRuss Cox
2010-11-05libmach: detail for darwin errorsRuss Cox
2010-11-05syscall: use 64-bit file size for truncation on LinuxPeter Mundy
2010-11-05io: use SetFinalizer more elegantly in PipeChristopher Wedgwood
2010-11-05gob: don't add "." if package path is empty when registering a type.Rob Pike
2010-11-05gc: doc nitEric Clark
2010-11-05net: provide public access to file descriptorsKeith Rarick
2010-11-05A+C: Keith Rarick (individual CLA)Russ Cox
2010-11-05runtime: explain nacl closure failureRuss Cox
2010-11-056l: More SSE instruction fixesEvan Shaw
2010-11-05path: add GlobBenny Siegert
2010-11-05CLA: Benny Siegert <bsiegert@gmail.com>Rob Pike
2010-11-05gob: when sending an interface value, indirect down to theRob Pike
2010-11-05crypto/tls: use pool building for certificate checkingAdam Langley
2010-11-05runtime: fix windows buildAlex Brainman
2010-11-05doc: make root.html's blog section less cluttered.Nigel Tao
2010-11-04go spec: line comments may end in EOFRobert Griesemer
2010-11-04Small addition to previous optimization of memequal as discussed here: http:/...Graham Miller
2010-11-04go/scanner: line comments may end in EOFRobert Griesemer
2010-11-04gc: line comments may end in EOFRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almostRuss Cox
2010-11-04codereview: more utf-8 nonsenseRuss Cox
2010-11-04Use future official DWARF language code for Go.Ian Lance Taylor
2010-11-04net: fix LookupSRVChris Jones
2010-11-04A+C: add Chris Jones (individual CLA)Russ Cox
2010-11-03add hardware floating point.Ken Thompson
2010-11-03units: fix compilationRob Pike
2010-11-03Effective Go: correct error in recent edit: "..." is in call to Sprintln, not...Rob Pike
2010-11-03crypto: switch block ciphers to detination first.Adam Langley
2010-11-03crypto: add cast5Adam Langley
2010-11-03tag release.2010-11-02Andrew Gerrand
2010-11-03release.2010-11-02weekly.2010-11-02Andrew Gerrand
2010-11-02sync: fix typo in documentationRobert Griesemer
2010-11-02Fix a deadlock bug in the rpc client. The panic will triggerKai Backman
2010-11-02netchan: fix locking bug.Rob Pike
2010-11-02go/scanner: removed scanner/internal-only uses of token.PositionRobert Griesemer
2010-11-01Effective Go: append and a few words about ...Rob Pike
2010-11-01test/ken/convert.go: add conversion torture testRob Pike
2010-11-028l: pe generation fixesAlex Brainman
2010-11-01fix buildRobert Griesemer
2010-11-01Use strings.Contains in src/cmd/...Brad Fitzpatrick