aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13[release-branch.go1] net/http: reuse http proxy connections for different htt...Alexey Borzenkov
2012-06-13[release-branch.go1] syscall: simplify text returned by Errno.Error() when Fo...Alex Brainman
2012-06-13[release-branch.go1] cmd/gc: fix parallel assignment in rangeRuss Cox
2012-06-13[release-branch.go1] runtime: handle and test large map valuesRuss Cox
2012-06-13[release-branch.go1] strconv: better documentation for FormatInt, FormatUint.Robert Griesemer
2012-06-13[release-branch.go1] net/mail: more liberal parsing of Date headers.Bill Thiede
2012-06-13[release-branch.go1] C: Bill Thiede (Google CLA)David Symonds
2012-06-13[release-branch.go1] runtime: fix docs for Caller and CallersRob Pike
2012-06-13[release-branch.go1] cmd/gc: fix small integer bounds check bugRuss Cox
2012-06-13[release-branch.go1] spec: clarify evaluation order of "i, x[i] = range ..."Robert Griesemer
2012-06-13[release-branch.go1] cmd/cc: fix uint right shift in constant evaluationShenghou Ma
2012-06-13[release-branch.go1] flag: include flag name in redefinition panic.David Symonds
2012-06-13[release-branch.go1] encoding/json: documentation fixBrad Fitzpatrick
2012-06-13[release-branch.go1] go/parser: resolve all parameter typesRobert Griesemer
2012-06-13[release-branch.go1] cmd/api: add flag to specify contextsBrad Fitzpatrick
2012-06-13[release-branch.go1] net/http: clarify ErrBodyNotAllowed error messageBrad Fitzpatrick
2012-06-13[release-branch.go1] cmd/api: add api/next.txtBrad Fitzpatrick
2012-06-13[release-branch.go1] text/template: exec should accept interface value as valid.Ugorji Nwoke
2012-06-13[release-branch.go1] runtime: support conditional execution in ARM softfloatShenghou Ma
2012-06-13[release-branch.go1] unicode: fix comment about variable typesRuss Cox
2012-06-13[release-branch.go1] go/ast: document CommentGroup.Text and add test case.Robert Griesemer
2012-06-13[release-branch.go1] go/parser: fix comment grouping (day 1 bug)Robert Griesemer
2012-06-13[release-branch.go1] net/url: better parsing of urls with @ symbol in authorityAlexey Borzenkov
2012-06-13[release-branch.go1] crypto/ecdsa: fix case where p != 0 mod 8 and the hash l...Adam Langley
2012-06-13[release-branch.go1] crypto/rsa: add SHA-224 hash prefixRuss Cox
2012-06-13[release-branch.go1] net/http: fix duplicate status code in Response.WriteBrad Fitzpatrick
2012-06-13[release-branch.go1] net/http: add cookies from jar to POST request.Volker Dobler
2012-06-13[release-branch.go1] A+C: add James Gray (Individual CLA)Brad Fitzpatrick
2012-06-13[release-branch.go1] A+C: b@b3k.usAdam Langley
2012-06-13[release-branch.go1] go/build: fix some commentsMaxim Pimenov
2012-06-13[release-branch.go1] api: undo go1.txt additions made by 27d0a516b7ebAndrew Gerrand
2012-06-13[release-branch.go1] cmd/go: fix typoRuss Cox
2012-06-13[release-branch.go1] log: fix typo in commentBenny Siegert
2012-06-13[release-branch.go1] doc/install: document minimum system requirementsShenghou Ma
2012-06-13[release-branch.go1] cmd/go: invoke godoc with import path when possibleRuss Cox
2012-06-13[release-branch.go1] cmd/gc: make append(nil, x) error more preciseRuss Cox
2012-06-13[release-branch.go1] runtime: fix counting of free objectsJan Ziak
2012-06-13[release-branch.go1] mime/multipart: fix handling of empty parts without CRLF...Brad Fitzpatrick
2012-06-13[release-branch.go1] regexp/syntax: replace internal error on unexpected ) w/...Jan Mercl
2012-06-13[release-branch.go1] crypto/tls: fix decoding of certLen in certificateMsg.un...Michael Gehring
2012-06-13[release-branch.go1] A+C: add Michael Gehring (individual CLA)Adam Langley
2012-06-13[release-branch.go1] A+C: Jan Ziak (individual CLA)David Symonds
2012-06-13[release-branch.go1] cmd/go: fix remote help reference to "go help packages"Francisco Souza
2012-06-13[release-branch.go1] go: fix the import path "./..." not matching ".".Nigel Tao
2012-06-13[release-branch.go1] crypto/aes: fix commentRuss Cox
2012-06-13[release-branch.go1] misc/emacs: Restore the window position after a successf...Jean-Marc Eurin
2012-06-13[release-branch.go1] C: correct entry: jmeurin, not jme.Sameer Ajmani
2012-06-13[release-branch.go1] C: Jeremy Ellington (Google CLA)Sameer Ajmani
2012-06-13[release-branch.go1] runtime: fix c compiler warningShenghou Ma
2012-06-13[release-branch.go1] math/big: fix superpolynomial complexity in Karatsuba al...Rémy Oudompheng