summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-12-02weekly.2011-12-02Andrew Gerrand2011-12-021-0/+21
* 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-015-0/+175
* 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-0149-200/+202
* 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
* dashboard: don't choke on weird builder names.David Symonds2011-12-011-1/+12
* tag weekly.2011-12-01Andrew Gerrand2011-12-010-0/+0
* weekly.2011-12-01weekly.2011-12-01Andrew Gerrand2011-12-011-0/+131
* 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-3050-525/+620
* use new time APIRuss Cox2011-11-3082-494/+558
* 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
* spec: update spacing to match gofmt, where reasonable.David Symonds2011-11-291-68/+68
* 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
* gc: move typedcl2 into export.cLuuk van Dijk2011-11-293-38/+25
* dashboard: more tests, bug fixes, and /packages handlerAndrew Gerrand2011-11-293-17/+86
* html: spin doctype.go out of parse.go.Nigel Tao2011-11-293-147/+157
* cgo: fix incorrect print found by govetRobert Hencke2011-11-291-1/+1
* runtime: make sure windows/amd64 stack is 16-byte aligned on syscall entry (f...Alex Brainman2011-11-291-1/+3
* html: detect quirks modeAndrew Balholm2011-11-292-10/+109
* syscall: implement Syscall15Alex Brainman2011-11-294-1/+39
* goinstall: add -fix flag to run gofix on packages on build failureAndrew Gerrand2011-11-292-108/+176
* gc: remove funarg special case in structfieldRuss Cox2011-11-284-14/+44
* math: update special-conditions comments to use ? symbolCharles L. Dorian2011-11-286-16/+8
* exp/ssh: move openChan to NewSessionDave Cheney2011-11-282-36/+26