aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2013-11-18[release-branch.go1.2] doc/asm: more about SP, ARM R11Andrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalTextAndrew Gerrand
2013-11-13[release-branch.go1.2] doc/asm.html: new document, a brief guide to the assem...Andrew Gerrand
2013-11-13[release-branch.go1.2] spec: clarify rules for blank identifiersAndrew Gerrand
2013-11-13[release-branch.go1.2] doc: use the same wording for OS X as the other OSesAndrew Gerrand
2013-11-13[release-branch.go1.2] doc: we support all recent versions of OS XAndrew Gerrand
2013-11-13[release-branch.go1.2] doc: update note about GCC 4.8.2 in gccgo instructionsAndrew Gerrand
2013-11-13[release-branch.go1.2] doc/go1.2: link to cgo documentationAndrew Gerrand
2013-11-01[release-branch.go1.2] doc/go1.2.html: delete repeated wordAndrew Gerrand
2013-11-01[release-branch.go1.2] doc/go1.2.html: stack sizes, thread limitsAndrew Gerrand
2013-11-01[release-branch.go1.2] doc: update front page summary textAndrew Gerrand
2013-10-16spec: clarify re-use of underlying arrays in slice operationsRobert Griesemer
2013-10-15doc/effective_go.html: fix code exampleShenghou Ma
2013-10-15doc/contrib.html: fix some tagsOling Cat
2013-10-12doc: fix small HTML problemsShenghou Ma
2013-10-11doc/effective_go.html: fix unescaped less-than characterRob Pike
2013-10-11doc/progs: don't try building cgo tests if CGO_ENABLED=0Ian Lance Taylor
2013-10-10doc/effective_go.html: fix a couple of cosmetic issuesRob Pike
2013-10-09doc: fix a few broken linksAndrew Gerrand
2013-10-08doc/articles/wiki: fix path handling and clean up test processAndrew Gerrand
2013-10-07spec: unsafe.Pointers are pointersRobert Griesemer
2013-10-04doc/go1.2.html: update a minor change to syscallMikio Hara
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-10-03spec: added additional links, added missing 'label'Robert Griesemer
2013-10-03spec: fix small typo in comment for exampleRobert Hencke
2013-10-03doc: remove link to PackageVersioning wikiRuss Cox
2013-10-03doc/faq: add a FAQ about versioningRuss Cox
2013-10-02doc/effective_go: fix server example that shares var between goroutinesRob Pike
2013-10-02doc: rename @go_nuts to @golangAndrew Gerrand
2013-09-27doc: update links to spec and memory modelAndrew Gerrand
2013-09-25doc: mention the install locations for godoc, cover, and vetAndrew Gerrand
2013-09-25doc/go1.2.html: add go/ast.SliceExpr.Slice3Rob Pike
2013-09-25doc: fix typo in install-source.htmlAndrew Gerrand
2013-09-25doc: document installation of go.tools commandsAndrew Gerrand
2013-09-23doc/go1.2: document that godoc and vet will always be installed to their old ...Shenghou Ma
2013-09-23doc: mention os/exec StdinPipe change in Go 1.2 docAndrew Gerrand
2013-09-23doc/go1.2.html: fix 3-index slice exampleRob Pike
2013-09-22doc/go1.2.html: Go 1.2, not Go1.2Dominik Honnef
2013-09-21doc/go1.2.html: pre-emption; cgo and C++Rob Pike
2013-09-17effective_go: add a discussion of labeled break and continueRob Pike
2013-09-17spec: add example for continue to labelRob Pike
2013-09-16doc/go1.2.html: add a "New packages" section similar toNigel Tao
2013-09-16doc: re-organize golang.org site contentAndrew Gerrand
2013-09-16doc/go1.2.html: compiler changesRob Pike
2013-09-16doc: add uninstallation instructionsAndrew Gerrand
2013-09-16doc/go1.2.html: net/http, encoding, performance, library changesRob Pike
2013-09-12doc/go1.2.html: cover, template, vetRob Pike
2013-09-12doc/go1.2.html: happy eyeballs on netMikio Hara
2013-09-11spec: define s[i:j:k]Robert Griesemer
2013-09-12doc/go1.2.html: status of gccgo's support for 1.2Rob Pike