aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-02weekly.2011-11-01weekly.2011-11-01Andrew Gerrand
2011-11-02html: stop at scope marker node when generating implied </a> tagsAndrew Balholm
2011-11-02html: refactor the blacklist for the "render and re-parse" test.Nigel Tao
2011-11-01textproto: prevent long lines in HTTP headers from causing HTTP 400 responses.Mike Solomon
2011-11-01doc/Makefile: add 'all' rule to build all docsRob Pike
2011-11-01gc: test + fix escape analysis bugRuss Cox
2011-11-01doc: refer to tour.golang.org instead of go-tour.appspot.comAndrew Gerrand
2011-11-01doc: fix typo in spec example code commentCharles L. Dorian
2011-11-01go spec: introduce rune typeRobert Griesemer
2011-11-01rpc: avoid infinite loop on input errorRuss Cox
2011-11-01gopack: change archive file name length back to 16Russ Cox
2011-11-01os: do not interpret 0-length read as EOFRuss Cox
2011-11-01html: process </td> tags; foster parent at most one node per tokenAndrew Balholm
2011-10-31template: fix error checking on execute without parseScott Lawrence
2011-10-31pkg: minor cleanupRuss Cox
2011-10-31test: make bug107 os.Error-proofRuss Cox
2011-10-31runtime/pprof: document OS X being brokenRuss Cox
2011-10-31time: add RFC1123 with numeric timezone formatScott Lawrence
2011-10-31math: Improved accuracy for Sin and Cos.Charles L. Dorian
2011-10-31json: Properly handle nil slices.Alexander Reece
2011-10-31A+C: Alexander Reece (individual CLA)Russ Cox
2011-10-31syscall: fix Await msg on Plan 9Andrey Mirtchovski
2011-10-31gc: clean up printing.Luuk van Dijk
2011-10-31net: Plan 9 fixesFazlul Shahriar
2011-10-31misc/emacs/go-lang.el: Fix restoration of multiple windows in a frame after g...Jan Newmarch
2011-10-31exp/norm: fixed bug that creeped in with moving to the newMarcel van Lohuizen
2011-10-29exp/ssh: fix length header leaking into channel data streams.Dave Cheney
2011-10-29html: adjust bookmark in "adoption agency" algorithmAndrew Balholm
2011-10-28html: don't run "adoption agency" on elements that aren't in scope.Andrew Balholm
2011-10-27fmt: handle os.Error valuesRuss Cox
2011-10-27template: do not use error as stringerRuss Cox
2011-10-27gob: split uses of gobError, remove unnecessary embeddingRuss Cox
2011-10-27strconv: use better errors than os.EINVAL, os.ERANGERuss Cox
2011-10-27crypto/tls: add Error method to alertRuss Cox
2011-10-27test: error-related fixesRuss Cox
2011-10-27xml: simplify testRuss Cox
2011-10-27go/build: avoid os.Error in testsRuss Cox
2011-10-27go/doc: remove os.NewError anti-heuristicRuss Cox
2011-10-27encoding/binary: fix type in testRuss Cox
2011-10-27crypto/openpgp/error: use Error in names of error impl typesRuss Cox
2011-10-28doc: A Tour of Go in JapaneseAndrew Gerrand
2011-10-27html: fix print argument in testRuss Cox
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-10-27pkg: remove .String() from some print argumentsRuss Cox
2011-10-28html: allow whitespace text nodes in <head>Andrew Balholm
2011-10-28misc/windows: allow to be used for amd64Alex Brainman
2011-10-27spec: define that initialization is sequentialRuss Cox
2011-10-27go/parser: test and fix := scoping bugRuss Cox
2011-10-27goinstall: More intelligent vcs selection for common sitesJulian Phillips
2011-10-27doc: fix escaping in weekly.htmlAndrew Gerrand