aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2013-09-12doc/go1.2.html: some library changes (fmt, template)Rob Pike
2013-09-10doc/go1.2.html: introduction, language changesRob Pike
2013-09-09doc/go1.2.html: first cutRob Pike
2013-09-03doc/go1.2.txt: crypto/{x509,tls} changesAdam Langley
2013-08-30doc/go1.2.txt: add compress/gzip and database/sql linesBrad Fitzpatrick
2013-08-30doc/go1.2.txt: compress/flate changesRob Pike
2013-08-29doc/go1.2.txt: text/template's if-elseRob Pike
2013-08-27doc/go1.2.txt: dereference pointer values when evaluating args for escape funcsRob Pike
2013-08-25doc/go_faq.html: fix non-grammatical sentenceRob Pike
2013-08-23doc: correct a minor go_mem.html mistakeJan Mercl
2013-08-22doc: hide playground on front page if playground disabledAndrew Gerrand