summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gc: use gofmt spacing when printing map typeRuss Cox2011-12-025-12/+12
* gofmt -s misc srcRuss Cox2011-12-0229-325/+325
* gofmt: handle &T in composite literal simplifyRuss Cox2011-12-023-1/+213
* gc: composite literals as per Go 1Russ Cox2011-12-0210-89/+149
* goinstall: fix typo in commentRobert Griesemer2011-12-021-1/+1
* gc: do not allow slice of array literalRuss Cox2011-12-021-2/+7
* exp/ssh: allow for msgUserAuthBanner during authenticationGustav Paul2011-12-021-81/+102
* asn1: fix incorrect prints found by govetRobert Hencke2011-12-021-3/+3
* net, syscall: remove BindToDevice API from UDPConn, IPConnMikio Hara2011-12-025-35/+0
* encoding/gob: don't send type info for unexported fieldsRob Pike2011-12-022-1/+19
* os/exec: make LookPath always search the current directory under Windows.Benny Siegert2011-12-021-5/+4
* template: move the empty check into parse, which needs it when constructingRob Pike2011-12-014-57/+61
* html: allow whitespace between head and bodyAndrew Balholm2011-12-022-2/+16
* go/doc: exclude lines ending in ':' from possible headingsRobert Griesemer2011-12-012-11/+7
* gofmt: applied gofmt -w -s src miscRobert Griesemer2011-12-016-11/+11
* go/doc: switch ToHTML from []byte to string argumentRobert Griesemer2011-12-014-65/+33
* go/doc: better headscanRobert Griesemer2011-12-013-24/+82
* time: update doc string for Error methodRob Pike2011-12-011-1/+1
* os: add ModeType constant to mask file type bitsGustavo Niemeyer2011-12-011-0/+3
* os: be consistent with receiver names for godoc TOC alignmentBrad Fitzpatrick2011-12-013-40/+40
* exp/ssh: export type signal. Renamed to SignalGustav Paul2011-12-011-32/+32
* gofix: add time+fileinfo fixRuss Cox2011-12-013-0/+460
* go/doc: Detect headings in comments and format them as h3 in html.Volker Dobler2011-12-014-0/+172
* crypto/tls: cleanup certificate load on windowsAlex Brainman2011-12-015-23/+30
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-0148-197/+200
* gofix: add a fix for hash.Sum.Adam Langley2011-12-013-0/+194
* text/template: replace Add with AddParseTreeRob Pike2011-12-014-22/+52
* gc: avoid re-genning ninit in branches involving float comparison.Luuk van Dijk2011-12-013-0/+12
* exp/ssh: add Std{in,out,err}Pipe methods to SessionDave Cheney2011-12-012-12/+224
* time: fix windows buildAlex Brainman2011-12-011-1/+1
* html/template: make execution thread-safeRob Pike2011-11-302-30/+58
* html: implement fragment parsing algorithmAndrew Balholm2011-12-012-30/+127
* syscall: fix openbsd sysctl hostname/domainname workaroundJoel Sing2011-12-011-1/+1
* html/template: update to new template APIRob Pike2011-11-305-233/+212
* undo CL 5436056 / 03560deae933Dave Cheney2011-11-301-3/+13
* ld: align ELF data sectionsIan Lance Taylor2011-11-305-2/+18
* time: fix windows buildRuss Cox2011-11-301-6/+9
* math: faster SincosCharles L. Dorian2011-11-302-2/+58
* os: fix path/filepath test on WindowsRuss Cox2011-11-301-1/+5
* encoding/asn1: fix test on OpenBSDRuss Cox2011-11-301-6/+14
* os: fix windows buildRuss Cox2011-11-302-3/+12
* math/big: fix destination leak into result valueRoger Peppe2011-11-302-4/+10
* os: new FileInfo, FileMode types + update treeRuss Cox2011-11-3048-518/+613
* use new time APIRuss Cox2011-11-3080-483/+548
* time: new Time, Duration, ZoneInfo typesRuss Cox2011-11-3028-872/+1967
* html: clean up the z.rawTag calculation in the tokenizer.Nigel Tao2011-11-301-9/+42
* html: parse <xmp> tagsAndrew Balholm2011-11-304-6/+11
* html: parse the contents of <iframe> elements as raw textAndrew Balholm2011-11-303-5/+6
* exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...Gustav Paul2011-11-292-10/+58
* crypto/tls: add openbsd root certificate locationJoel Sing2011-11-291-0/+1