aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-11-26[release-branch.go1.4] doc: tidy up "Projects" page; add Go 1.4Andrew Gerrand
2014-11-19[release-branch.go1.4] doc/go1.4.html: rewrite first sentence to make it clearerAndrew Gerrand
2014-11-14doc: fix small typo in docYasuhiro Matsumoto
2014-11-11spec: method selectors don't auto-deref named pointer typesRobert Griesemer
2014-11-11doc/gopher: add jpgs of the 5th anniversary imageRob Pike
2014-11-11doc: update go1.4.html's minor library changes.Nigel Tao
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-11-06doc/go1.4.html: leave stack size at 2 kBRuss Cox
2014-11-06doc: change "/s/..." links to be on golang.orgRuss Cox
2014-11-05doc/go1.4.html: document new subrepo import pathsRuss Cox
2014-11-03doc: document go get -f flag in 1.4 release notesAndrew Gerrand
2014-10-30doc/go1.4.html: tweak http.Transport.DialTLS wordingBrad Fitzpatrick
2014-10-30doc/go1.4.html: fix typoMikio Hara
2014-10-29doc/go1.4.html: final library changesRob Pike
2014-10-29doc/go1.4.html: gccgo statusRob Pike
2014-10-29doc/go1.4.html: half of the small library changesRob Pike
2014-10-28doc/go1.4.html: GODEBUG and assembler changesRob Pike
2014-10-28doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike
2014-10-28doc/asm: explain coordination with garbage collectorRuss Cox
2014-10-28doc/go1.4.html: new portsRob Pike
2014-10-28doc/go1.4.html: vanity imports and internal packagesRob Pike
2014-10-27doc/go1.4.html: much of the go command's changesRob Pike
2014-10-27doc/go1.4.html: runtime and performanceRob Pike
2014-10-27doc/go_mem.html: don't be cleverRob Pike
2014-10-27spec: permit parentheses around builtin function namesRobert Griesemer
2014-10-27doc/go1.4.html: first pieces of release notesRob Pike
2014-10-26doc/go_faq.html: fix a couple of nitsRob Pike
2014-10-24doc/go1.4.txt: unsafe is outside go1 compatibility guaranteesRob Pike
2014-10-24unsafe: document that unsafe programs are not protectedRob Pike
2014-10-24doc/go1.4: encoding/csvRuss Cox
2014-10-23spec: minimal documention of unsafe.Pointer conversionsRobert Griesemer
2014-10-22gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor
2014-10-20doc/go1.4.txt: add compress/* Reset noteBrad Fitzpatrick
2014-10-19doc/go1.4.txt: flags can now be set at most onceRob Pike
2014-10-16spec: define "variable"Robert Griesemer
2014-10-12go1.4: add note about change to bufio.SplitFunc at EOFIan Lance Taylor
2014-10-08doc: use "keyed" instead of "tagged" in Go 1 compatibility docAndrew Gerrand
2014-10-06doc/go1.4.txt: useless change to tickle buildersBrad Fitzpatrick
2014-10-06doc/go1.4.txt: GOOS suffixes require underscores to act as build tagsRob Pike
2014-10-04doc/go1.4: document memory consumption reductionDmitriy Vyukov
2014-10-03doc/go1.4.txt: fmt: document printing of &map rather than just pointerRob Pike
2014-10-03doc/go1.4: mention that we are going to need a new version of SWIGIan Lance Taylor
2014-10-01doc/go_faq.html: explain the policy about unused imports a little betterRob Pike
2014-10-01doc: document go1.3.3Andrew Gerrand
2014-09-30spec: clarify variable declaration type rulesRobert Griesemer
2014-09-29spec: specify variable initialization order explicitlyRobert Griesemer
2014-09-27doc/faq: update for 1.4Rob Pike
2014-09-26doc/go1.4: go test builds + links all test files (CL 150980043)Russ Cox
2014-09-26doc/go1.4: add some cmd/go changesRuss Cox
2014-09-26doc: document Go 1.3.2Andrew Gerrand