aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-16GIF: support decoding of interlaced images.Rob Pike
2011-05-16net: sort records returned by LookupSRVGary Burd
2011-05-16A+C: Gary Burd (individual CLA)Russ Cox
2011-05-16doc/go_mem.html: close happens before receive on closed channelRuss Cox
2011-05-16net: protocol family adaptive address family selectionMikio Hara
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-05-16ld: do not emit reference to dynamic library named ""Russ Cox
2011-05-165c, 5g: another attempt at silencing gccRuss Cox
2011-05-165l: delete pre-ARMv4 instruction implementationsRuss Cox
2011-05-16crypto/x509: support DSA public keys in X.509 certs.Adam Langley
2011-05-16os: fix Windows build from earlier readdir changeBrad Fitzpatrick
2011-05-16image/jpeg: decode grayscale images, not just color images.Nigel Tao
2011-05-16os: make Readdir & Readdirnames return os.EOF at endBrad Fitzpatrick
2011-05-15spec: fix copy to return "number of elements copied", not "numberNigel Tao
2011-05-15strings: make Reader.Read use copy instead of an explicit loop.Nigel Tao
2011-05-14gofmt: skip bug340.go in test.shRobert Hencke
2011-05-14pkg: fix incorrect prints found by govetRobert Hencke
2011-05-14unicode: build maketables during testshort tooBrad Fitzpatrick
2011-05-14crypto/openpgp: change PublicKey.Serialize to include the header.Adam Langley
2011-05-14misc/vim: drop indent support for jump labels.David Symonds
2011-05-13fix windows build: http.Get finalURL removal missed earlierBrad Fitzpatrick
2011-05-13go/types: fix (some) buildsRobert Griesemer
2011-05-13contrib*.html: make "golang-dev" the default reviewer.Rob Pike
2011-05-13http: add Request.SetBasicAuth methodBrad Fitzpatrick
2011-05-14gc: generalize dst = append(src,...) inlining to arbitrary src and dst argume...Luuk van Dijk
2011-05-13go/types: type checker API + testing infrastructureRobert Griesemer
2011-05-13go spec: fix error in production syntaxRobert Griesemer
2011-05-13timing: update numbers for regex-dnaRob Pike
2011-05-135c, 5g: fix build with too-smart gccRuss Cox
2011-05-13dashboard: delay hg pull until neededRuss Cox
2011-05-13misc/vim: new Vim indentation script.David Symonds
2011-05-13http: make HEAD client request follow redirectsEivind Uggedal
2011-05-13codereview: handle 'null as missing field' in rietveld jsonRuss Cox
2011-05-13A+C: Eivind Uggedal (individual CLA)Russ Cox
2011-05-13doc: auto-generated html change missing from 7ee7980ea06dBrad Fitzpatrick
2011-05-13misc/emacs: bug fix: use UTF-8 when invoking gofmt as a subprocess.Sameer Ajmani
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick
2011-05-13net: remove unused functionsMikio Hara
2011-05-136l, 8l: emit windows dwarf sections similar to other platformsAlex Brainman
2011-05-12strconv: document and test True and False for AtobRobert Hencke
2011-05-12gotest: document unit of time for elapsed()Robert Hencke
2011-05-12go/*: various small fixesRobert Griesemer
2011-05-12codereview: fix clpatchRuss Cox
2011-05-12image/tiff: Reject images with SampleFormat != 1.Benny Siegert
2011-05-12html: parse empty, unquoted, and single-quoted attribute valuesBrad Fitzpatrick
2011-05-12go spec: clarify semantics of range clauseRobert Griesemer
2011-05-12go/printer: more accurate comment for incomplete structs/interfacesRobert Griesemer
2011-05-12go/ast: consider anonymous fields and set Incomplete bit when filtering ASTsRobert Griesemer
2011-05-12go/doc, godoc: when filtering for godoc, don't remove elements of a declarationRobert Griesemer
2011-05-12dashboard: fix for branchesRuss Cox