aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-01gc: test + fix escape analysis bugRuss Cox
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-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-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-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-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-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-27go/parser: test and fix := scoping bugRuss Cox
2011-10-27goinstall: More intelligent vcs selection for common sitesJulian Phillips
2011-10-27html: parse <style> elements inside <head> element.Andrew Balholm
2011-10-27html: close <option> element when opening <optgroup>Andrew Balholm
2011-10-266l: remove mention of -e flagRuss Cox
2011-10-26cc: change cas to newcaseRon Minnich
2011-10-26gofix: test import insertion, deletionRuss Cox
2011-10-26crypto/rsa: change public exponent from 3 to 65537Adam Langley
2011-10-26net: document why we do not use SO_REUSEADDR on windowsAlex Brainman
2011-10-26gc: fix [568]g -V crashMikio Hara
2011-10-26redo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-25exp/norm: use runeRuss Cox
2011-10-25csv, gob, json, mail, mime, xml: use runeRuss Cox
2011-10-25bufio, io: use runeRuss Cox
2011-10-25unicode, utf8, utf16: use runeRuss Cox