aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-26go1.0.1go1.0.1Andrew Gerrand
2012-04-26[release-branch.go1] doc: go1.0.1 release notesAndrew Gerrand
2012-04-27[release-branch.go1] cmd/godoc: update App Engine README and script for Go 1Shenghou Ma
2012-04-26[release-branch.go1] time: doc fix.Andrew Gerrand
2012-04-26[release-branch.go1] doc: simplify the image_draw article example for convert...Andrew Gerrand
2012-04-26[release-branch.go1] cmd/go: new tag selection logicAndrew Gerrand
2012-04-26[release-branch.go1] doc: update wiki article to use html/template properly.Andrew Gerrand
2012-04-25[release-branch.go1] mime: make ParseMediaType return zero results on errorRuss Cox
2012-04-10[release-branch.go1] A+C: Akshat Kumar (individual CLA)Russ Cox
2012-04-25[release-branch.go1] encoding/json: allow punctuation in tag namesBobby Powers
2012-04-23[release-branch.go1] mime/multipart: report io.EOF correctly on part ending w...Brad Fitzpatrick
2012-04-24[release-branch.go1] path: document that Clean deletes trailing slashes.Rob Pike
2012-04-24[release-branch.go1] net: fix typo in Listener.File() documentationRémy Oudompheng
2012-04-23[release-branch.go1] cmd/gc: fix addresses escaping through closures called i...Luuk van Dijk
2012-04-03[release-branch.go1] doc: sync playground.jsAndrew Gerrand
2012-04-23[release-branch.go1] reflect: document and test TypeOf(nil)Rob Pike
2012-04-21[release-branch.go1] net: fix race between Close and ReadDave Cheney
2012-04-20[release-branch.go1] doc: don't wrap package names in directory listingAndrew Gerrand
2012-04-20[release-branch.go1] net/http: add example for FileServer to mention StripPrefixShenghou Ma
2012-04-19[release-branch.go1] A+C: add Bjorn Tillenius (Individual CLA)Brad Fitzpatrick
2012-04-19[release-branch.go1] A+C: Add Michael Chaten (Individual CLA)Brad Fitzpatrick
2012-04-19[release-branch.go1] doc/articles/image_draw.html: Change ColorImage to UniformBenny Siegert
2012-04-18[release-branch.go1] encoding/asn1: allow lengths up to the maximum int value.Adam Langley
2012-04-17[release-branch.go1] flag: update style.David Symonds
2012-04-16[release-branch.go1] CONTRIBUTORS: add Colby Ranger (Google CLA)Brad Fitzpatrick
2012-04-17[release-branch.go1] doc/code: mention $GOBINShenghou Ma
2012-04-16[release-branch.go1] time: parse fractional second with single digitRobert Hencke
2012-04-12[release-branch.go1] crypto/tls: don't always use the default private key.Adam Langley
2012-04-14[release-branch.go1] doc: update Mercurial installation instructionsAndrew Gerrand
2012-04-13[release-branch.go1] doc/effective_go.html: fixed the Request channel parameterJongmin Kim
2012-04-12[release-branch.go1] time: panic if UnixNano is out of rangeGustavo Niemeyer
2012-04-13[release-branch.go1] fmt: fix crash of %b on huge negative int64Rob Pike
2012-04-12[release-branch.go1] encoding/pem: ignore spaces and tabs at the end of heade...Adam Langley
2012-04-12[release-branch.go1] html, exp/html: escape ' and " as ' and ", since...Nigel Tao
2012-04-11[release-branch.go1] doc: fix minor typo in Go 1 release notesDave Cheney
2012-04-10[release-branch.go1] os: fix IsPermission on windowsAlex Brainman
2012-04-10[release-branch.go1] runtime.Callers: make documentation match codeRob Pike
2012-04-10[release-branch.go1] doc/code: update newmath.Sqrt test case to make sure tes...Shenghou Ma
2012-04-10[release-branch.go1] doc/go_spec: fix a typoShenghou Ma
2012-04-05[release-branch.go1] net/url: Correctly escape URL as per RFC 3986Stéphane Travostino
2012-04-05[release-branch.go1] A+C: Stéphane Travostino (individual CLA)Russ Cox
2012-04-05[release-branch.go1] doc/go_spec: fix typoHong Ruiqi
2012-04-05[release-branch.go1] doc: shorten project dashboard linkAndrew Gerrand
2012-04-04[release-branch.go1] cmd/go: in go get, don't try to perform discovery on non...Brad Fitzpatrick
2012-04-04[release-branch.go1] encoding/ascii85: fix panic caused by special caseDmitry Chestnykh
2012-04-03[release-branch.go1] sql: Propagate error from subsetTypeArgs in ExecMichael Lewis
2012-04-04[release-branch.go1] time.RFC822: make the string standard-compliantRob Pike
2012-04-03[release-branch.go1] A+C: add Michael Lewis (Individual CLA)Brad Fitzpatrick
2012-04-03[release-branch.go1] encoding/base64: fix panic when input len is not a multi...Dave Cheney
2012-04-03[release-branch.go1] text/template: pipelined arg was not typecheckedRob Pike