aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-02weekly.2011-11-02weekly.2011-11-02Andrew Gerrand
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox
2011-11-01os: fixes for error (plan9)Russ Cox
2011-11-01net: update for error (linux)Russ Cox
2011-11-01os, syscall: update for errorRuss Cox
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-11-01tutorial,effective_go: prepare for error changeRob Pike
2011-11-01exec: introduce ExitErrorRuss Cox
2011-11-01exp/ebnf: manual fixup for errorRuss Cox
2011-11-01cgo, gotest: use error instead of os.Error in generated codeRuss Cox
2011-11-01os: use error, io.EOFRuss Cox
2011-11-01io: use error, add EOF, avoid osRuss Cox
2011-11-01runtime: update for errorRuss Cox
2011-11-01exp/types: add error type to universeRuss Cox
2011-11-01misc/vim: add error type.David Symonds
2011-11-01errors: new packageRuss Cox
2011-11-01gc: add error typeRuss Cox
2011-11-01http: avoid name error in testRuss Cox
2011-11-01gofix: error fixRuss Cox
2011-11-01spec: add errorRuss Cox
2011-11-02tag weekly.2011-11-01Andrew Gerrand
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