aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-02weekly.2011-12-02weekly.2011-12-02Andrew Gerrand
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
2011-12-01crypto/tls: cleanup certificate load on windowsAlex Brainman
2011-12-01Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley
2011-12-01gofix: add a fix for hash.Sum.Adam Langley
2011-12-01text/template: replace Add with AddParseTreeRob Pike
2011-12-01gc: avoid re-genning ninit in branches involving float comparison.Luuk van Dijk
2011-12-01exp/ssh: add Std{in,out,err}Pipe methods to SessionDave Cheney
2011-12-01dashboard: don't choke on weird builder names.David Symonds
2011-12-01tag weekly.2011-12-01Andrew Gerrand
2011-12-01weekly.2011-12-01weekly.2011-12-01Andrew Gerrand
2011-12-01time: fix windows buildAlex Brainman
2011-11-30html/template: make execution thread-safeRob Pike
2011-12-01html: implement fragment parsing algorithmAndrew Balholm
2011-12-01syscall: fix openbsd sysctl hostname/domainname workaroundJoel Sing
2011-11-30html/template: update to new template APIRob Pike
2011-11-30undo CL 5436056 / 03560deae933Dave Cheney
2011-11-30ld: align ELF data sectionsIan Lance Taylor
2011-11-30time: fix windows buildRuss Cox
2011-11-30math: faster SincosCharles L. Dorian
2011-11-30os: fix path/filepath test on WindowsRuss Cox
2011-11-30encoding/asn1: fix test on OpenBSDRuss Cox
2011-11-30os: fix windows buildRuss Cox
2011-11-30math/big: fix destination leak into result valueRoger Peppe
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-30use new time APIRuss Cox
2011-11-30time: new Time, Duration, ZoneInfo typesRuss Cox
2011-11-30html: clean up the z.rawTag calculation in the tokenizer.Nigel Tao
2011-11-30html: parse <xmp> tagsAndrew Balholm
2011-11-30html: parse the contents of <iframe> elements as raw textAndrew Balholm
2011-11-29spec: update spacing to match gofmt, where reasonable.David Symonds
2011-11-29exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...Gustav Paul
2011-11-29crypto/tls: add openbsd root certificate locationJoel Sing
2011-11-29gc: move typedcl2 into export.cLuuk van Dijk
2011-11-29dashboard: more tests, bug fixes, and /packages handlerAndrew Gerrand
2011-11-29html: spin doctype.go out of parse.go.Nigel Tao
2011-11-29cgo: fix incorrect print found by govetRobert Hencke
2011-11-29runtime: make sure windows/amd64 stack is 16-byte aligned on syscall entry (f...Alex Brainman
2011-11-29html: detect quirks modeAndrew Balholm
2011-11-29syscall: implement Syscall15Alex Brainman
2011-11-29goinstall: add -fix flag to run gofix on packages on build failureAndrew Gerrand
2011-11-28gc: remove funarg special case in structfieldRuss Cox
2011-11-28math: update special-conditions comments to use ± symbolCharles L. Dorian
2011-11-28exp/ssh: move openChan to NewSessionDave Cheney