aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-06-30all: be consistent about spelling of cancelationBrad Fitzpatrick
2016-06-28doc: update 1.7 release notes on Unicode upgradeMarcel van Lohuizen
2016-06-28doc/go1.7.html: mention recent changes to Rand.ReadJoe Tsai
2016-06-21doc: describe vet -lostcancel in go1.7 release notesAlan Donovan
2016-06-20doc: update architectures on source install instructionsAndrew Gerrand
2016-06-20doc/go1.7.html: don't mention obsolete RFCMikio Hara
2016-06-20doc/go1.7.html: net/http RFC 2616 conformation + timeoutHandler on empty bodyEmmanuel Odeke
2016-06-03doc/go1.7.html: html tidyIan Lance Taylor
2016-06-03doc/go1.7.html: add missing <code> and </a>Ian Lance Taylor
2016-06-03doc/go1.7.html: net/mail.ParseAddress is stricterIan Lance Taylor
2016-06-02doc/go1.7.html: typo fix; replace "," at end of sentence with "."Steve Phillips
2016-06-02doc/go1.7: fix typo in nsswitch.conf nameAlberto Donizetti
2016-06-02doc: mention net/http/httptrace package in release notesAndrew Gerrand
2016-06-02doc/go1.7.html: fix spelling of cancelationIan Lance Taylor
2016-06-01doc: rename Unshare to Unshareflags in go1.7 release notesDan Peterson
2016-05-31spec: document that duplicate types are invalid in type switchesRobert Griesemer
2016-05-31doc/go1.7.html: make RFC an actual linkJoe Tsai
2016-05-30doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docsAndrew Gerrand
2016-05-30doc: correct release notes for non-string map keys in encoding/jsonAugusto Roman
2016-05-29doc/go1.7.html: update documentation regarding compress/flateJoe Tsai
2016-05-27doc: mention frame pointers in Go 1.7 release notesRuss Cox
2016-05-27doc/go1.7.html: fix broken sentenceRuss Cox
2016-05-27doc/go1.7.html: incorporate Rob's comments from CL 23379Russ Cox
2016-05-27doc/go1.7: document signal name printing during panicsEmmanuel Odeke
2016-05-25doc: reflect {Num,}Method skips unexported methodsDavid Crawshaw
2016-05-24all: fixed a handful of typosRobert Griesemer
2016-05-24doc: add notes on good commit messagesJeff R. Allen
2016-05-24doc: first draft of Go 1.7 release notesRuss Cox
2016-05-18doc/go1.7: add runtime.KeepAliveIan Lance Taylor
2016-05-18doc/effective_go: clarify backward function referenceIan Lance Taylor
2016-05-16doc: fix broken link to the vet command documentationScott Bell
2016-05-13doc/go1.7.txt: add cmd/trace changesDmitry Vyukov
2016-05-10doc: remove mention of %HOME% from installation instructionsAndrew Gerrand
2016-05-09doc: update number of supported instruction setsMikhail Gusarov
2016-05-05doc: update broken links in release notesAndrew Gerrand
2016-05-04doc: update go1.7.txtShenghou Ma
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-01doc: update go1.7.txtBrad Fitzpatrick
2016-04-25spec: be more explicit about equivalence of empty string and absent field tagsRobert Griesemer
2016-04-23doc: mention security from contribution guidelinesFrancesc Campoy
2016-04-21doc/go1.7.txt: 0s for zero duration, go doc groups constructors with typesRob Pike
2016-04-21spec: fix incorrect comment in shift exampleRobert Griesemer
2016-04-20doc/faq: reword the link to the generics proposalRob Pike
2016-04-19doc: document go1.6.2Andrew Gerrand
2016-04-19spec: refine rules about terminating statementsRobert Griesemer
2016-04-18doc: link to iant's generics proposal from the FAQ.David Symonds
2016-04-14doc: add classes to version tags in source install instructionsAndrew Gerrand
2016-04-14doc: GCC 6 will have the Go 1.6.1 user librariesIan Lance Taylor
2016-04-11doc: document Go 1.6.1 and Go 1.5.4Andrew Gerrand
2016-04-05doc: add httptest.ResponseRecorder note to go1.7.txt notesBrad Fitzpatrick