aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-02goinstall: fix typo in commentRobert Griesemer
2011-12-02gc: do not allow 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-02os/exec: make LookPath always search the current directory under Windows.Benny Siegert
2011-12-01template: move the empty check into parse, which needs it when constructingRob Pike
2011-12-02html: allow whitespace between head and bodyAndrew Balholm
2011-12-01go/doc: exclude lines ending in ':' from possible headingsRobert Griesemer
2011-12-01gofmt: applied gofmt -w -s src miscRobert Griesemer
2011-12-01go/doc: switch ToHTML from []byte to string argumentRobert Griesemer
2011-12-01go/doc: better headscanRobert Griesemer
2011-12-01time: update doc string for Error methodRob Pike
2011-12-01os: add ModeType constant to mask file type bitsGustavo Niemeyer
2011-12-01os: be consistent with receiver names for godoc TOC alignmentBrad Fitzpatrick
2011-12-01exp/ssh: export type signal. Renamed to SignalGustav Paul
2011-12-01gofix: add time+fileinfo fixRuss Cox
2011-12-01go/doc: Detect headings in comments and format them as h3 in html.Volker Dobler