aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2013-05-13[release-branch.go1.1] doc: add a "New packages" section to the 1.1 release n...Andrew Gerrand
2013-05-08[release-branch.go1.1] spec: fix incorrect exampleAndrew Gerrand
2013-05-08[release-branch.go1.1] doc: pull front page featured articles using new blog ...Andrew Gerrand
2013-05-08[release-branch.go1.1] effective_go.html: be more accepting in the guidelines...Andrew Gerrand
2013-05-06doc: add FAQ entry about language changesAndrew Gerrand
2013-05-07syscall: fix prototype of Fchflags (API change)Shenghou Ma
2013-05-03doc: fix formatting in effective go code snippetAndrew Gerrand
2013-05-02doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox
2013-05-01doc: link to Go 1.1 release notesAndrew Gerrand
2013-04-30doc/go1.1: remove discussion of "go run" changeAndrew Gerrand
2013-04-24all: fix typosShenghou Ma
2013-04-23doc/code.html: remove doubled word; modify the tab to space.Oling Cat
2013-04-23doc: fix typo in race_detector.htmlJeremy Jackins
2013-04-24doc/effective_go.html: fix syntax error in code exampleShenghou Ma
2013-04-22doc: fix typo in Effective GoAndrew Gerrand
2013-04-21doc: add missing <code> to go1.1.htmlJonathan Rudenberg
2013-04-19doc: fix another broken linkBrad Fitzpatrick
2013-04-18doc/go1.1.html: document io.ErrNoProgressRob Pike
2013-04-18doc: fix another broken linkBrad Fitzpatrick
2013-04-18doc: misc tweaks, new links, fix broken linksBrad Fitzpatrick
2013-04-17doc/go1.1.html, mime/multipart: document quoted-printable decodingBrad Fitzpatrick
2013-04-16doc: more doubled wordsRob Pike
2013-04-16doc/effective_go: another doubled wordRob Pike
2013-04-17doc/effective_go.html: fix typoShenghou Ma
2013-04-16doc/reference.html: update list of sub-repositories.Shenghou Ma
2013-04-14doc: fix typoStefan Nilsson
2013-04-11spec: add another sentence about BOMsRob Pike
2013-04-08doc: fix typos in go1.1.htmlJonathan Rudenberg
2013-04-08doc: document go1.1 build tagAndrew Gerrand
2013-04-05godoc: enable visibility of element linked from URL hashKamil Kisiel
2013-04-04doc/code.html: fix typosAndriy Lytvynov
2013-04-04doc: use the already defined GOPATH in PATHDuncan Holm
2013-04-04doc/go1.1.html: mention cgo and cross compilationDave Cheney
2013-04-04doc: mention availability of race detector in go1.1 docAndrew Gerrand
2013-04-04cmd/go: run main package when no files are listedJonathan Rudenberg
2013-04-03doc: fix typos in go1.1Dmitriy Vyukov
2013-04-03doc: fix typos and trailing spacesAlexei Sholik
2013-04-04doc: mention godoc.org in "How to Write Go Code"Andrew Gerrand
2013-04-04doc: simplify How to write Go code articleAndrew Gerrand
2013-04-03doc: link the race detector document into the release notesRob Pike
2013-04-03doc/go1.1.html: document the state of gccgoRob Pike
2013-04-03doc/go1.1.html: document os/signal.StopRob Pike
2013-04-03doc/go1.1.html: state that the heap is bigger on 64-bit machinesRob Pike
2013-04-02spec: Go has no 'reference types'Robert Griesemer
2013-04-03doc/go1.1.html: additional tweaksDave Cheney
2013-04-03doc: add prominent download button to getting started pageAndrew Gerrand
2013-04-02net: delete DialOpt and DialOption; add struct DialerBrad Fitzpatrick
2013-04-02compress/gzip: add Writer.Flush to call flate.Writer's FlushBrad Fitzpatrick
2013-04-02doc/go1.1.html: add a note about additional platformsDave Cheney
2013-04-01doc/codewalk/markov: fix slice error in descriptionRob Pike