aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-08-16doc: add 1.7 to golang.org/projectChris Broadfoot
2016-08-15doc: document go1.7Chris Broadfoot
2016-08-15doc: update version tag in source install instructionsChris Broadfoot
2016-08-15doc/go1.7.html: remove DRAFTChris Broadfoot
2016-08-09doc/go1.7.html: update compress/flate sectionChris Broadfoot
2016-08-06doc: fix required OS X version inconsistency for binary downloadsBrad Fitzpatrick
2016-08-02doc/go1.7.html: mention Server.Serve HTTP/2 behavior changeBrad Fitzpatrick
2016-07-28doc/go1.7.html: add known issues section for FreeBSD crashesBrad Fitzpatrick
2016-07-26doc: add s390x information to asm.htmlMichael Munday
2016-07-18doc/go1.7.html: start sentence on a new lineAustin Clements
2016-07-18doc/go1.7.html: avoid term of artAustin Clements
2016-07-18doc/go1.7.html: the 1.6.3 release supports SierraIan Lance Taylor
2016-07-18doc: document go1.6.3Chris Broadfoot
2016-07-18doc/go1.7.html: mention specific runtime improvementsAustin Clements
2016-07-15doc/go1.7.html: remove erroneous note about ppc64 and power8Ian Lance Taylor
2016-07-13doc/go1.7.html: earlier Go versions don't work on macOS SierraIan Lance Taylor
2016-07-13doc/go1.7.html: document that http.Server now enforces request versionsEmmanuel Odeke
2016-07-13doc/effective_go: clarify advice on returning interfacesBryan C. Mills
2016-07-11doc/go1.7.html: no concurrent calls of math/rand methodsIan Lance Taylor
2016-07-08doc/go1.7.html: fix name of IsExistIan Lance Taylor
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