aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-07doc: fix weekly.2011-12-06 release notes typoweekly.2011-12-06Andrew Gerrand
2011-12-07tag weekly.2011-12-06Andrew Gerrand
2011-12-07weekly.2011-12-06Andrew Gerrand
2011-12-06http: make Transport warning about connections closing more accurateBrad Fitzpatrick
2011-12-06crypto: allocate less.Adam Langley
2011-12-06exp/ssh: cleanup client auth testsDave Cheney
2011-12-07goinstall: honour -install=false flag when -make=trueAndrew Gerrand
2011-12-06strconv: squeezed a bit more out of int/uint formattingRobert Griesemer
2011-12-06crypto/x509: if a parent cert has a raw subject, use it.Adam Langley
2011-12-06html/template: simplify ExecuteTemplate a littleRob Pike
2011-12-06fmt: benchmark floating point.Rob Pike
2011-12-06cgo: fix typo in the documentationMaxim Pimenov
2011-12-06strconv: 34% to 63% faster conversionsRobert Griesemer
2011-12-06gc: disallow map/func equality via interface comparisonRuss Cox
2011-12-06image: avoid func comparison during ColorModel comparisonRuss Cox
2011-12-06exp/ssh: simplify client channel open logicDave Cheney
2011-12-05various: we don't cast, we convertRob Pike
2011-12-06hash: rewrite comment on Hash.Sum methodAndrew Gerrand
2011-12-05fmt: only use Stringer or Error for stringsRob Pike
2011-12-06godoc: Show type examples between variables and methods.Volker Dobler
2011-12-05gofix: fix for strconv API changeRuss Cox
2011-12-05use new strconv APIRuss Cox
2011-12-05strconv: new APIRuss Cox
2011-12-05gc: changes in export format in preparation of inlining.Luuk van Dijk
2011-12-05gc: remove type elision in struct literalsRuss Cox
2011-12-05spec: remove contentious composite literal shorteningRuss Cox
2011-12-05math: add special-cases comments to Sinh and Tanh.Charles L. Dorian
2011-12-05crypto/aes: eliminate some bounds checking and manual truncation.Rémy Oudompheng
2011-12-05runtime: prep for type-specific algorithmsRuss Cox
2011-12-05gobuilder: use new dashboard protocolAndrew Gerrand
2011-12-05misc/dashboard: init handler for bootstrappingAndrew Gerrand
2011-12-05misc/dashboard/app: revert gofix of app engine fileAndrew Gerrand
2011-12-05net/mail: correctly compare parsed times in the test.David Symonds
2011-12-02gc: fix build (not sure how this edit got lost)Russ Cox
2011-12-02gc: fix line number for redundant printRuss Cox
2011-12-02gc: use gofmt spacing when printing map typeRuss Cox
2011-12-02gofmt -s misc srcRuss Cox
2011-12-02gofmt: handle &T in composite literal simplifyRuss Cox
2011-12-02gc: composite literals as per Go 1Russ Cox
2011-12-02spec: additional composite literal shortenings per Go 1 planRuss Cox
2011-12-02goinstall: fix typo in commentRobert Griesemer
2011-12-02spec: pointer to array can be slicedRuss Cox
2011-12-02gc: do not allow slice of array literalRuss Cox
2011-12-02doc: do not slice array literalRuss Cox
2011-12-02spec: avoid slice of array literalRuss Cox
2011-12-02exp/ssh: allow for msgUserAuthBanner during authenticationGustav Paul
2011-12-02asn1: fix incorrect prints found by govetRobert Hencke
2011-12-02net, syscall: remove BindToDevice API from UDPConn, IPConnMikio Hara
2011-12-02encoding/gob: don't send type info for unexported fieldsRob Pike
2011-12-02build: update .hgignoreAndrew Gerrand