summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: add missing paragraph break in Effective GoRob Pike2019-03-071-0/+2
* doc: sort map output in Effective GoRob Pike2019-03-061-4/+4
* doc: make path platform dependentCarrie Bynon2019-03-041-1/+1
* doc: fix bad lib/time link in 1.12 release notesAlberto Donizetti2019-03-031-11/+11
* doc/go1.12: new go line in go.mod can break builds with Go 1.11 - 1.11.3Ian Lance Taylor2019-02-271-0/+11
* doc: add 1.10.8 and 1.11.5 to the releases listAlberto Donizetti2019-02-271-0/+14
* doc: add 1.12 to the project historyAlberto Donizetti2019-02-261-0/+1
* doc: document Go 1.12Andrew2019-02-251-0/+7
* doc/go1.12: remove draft noticeAndrew2019-02-251-8/+1
* doc/go1.12: change go install to go getAndrew2019-02-251-2/+2
* spec: document signed integer shift countsRobert Griesemer2019-02-171-4/+6
* doc/go1.12: document net/url.Parse now rejecting ASCII CTLsBrad Fitzpatrick2019-02-151-0/+14
* doc/go1.12: note that Go 1.12 is the last release to include godocBrad Fitzpatrick2019-02-131-1/+3
* doc: don't use "go tool vet" as an exampleIan Lance Taylor2019-02-132-24/+4
* doc/go1.12: soften, expand crypto/rc4 assembly removal textBrad Fitzpatrick2019-02-121-2/+5
* doc: remove last pieces of advice to set GOROOTDaniel Martí2019-02-102-6/+0
* doc: fix typosalkesh262019-02-092-2/+2
* crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda2019-02-071-8/+2
* crypto/tls: make TLS 1.3 opt-inFilippo Valsorda2019-02-071-6/+16
* doc: fix a typoalkesh262019-02-051-1/+1
* doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11Yuval Pavel Zholkover2019-02-051-0/+1
* doc: go1.12: update notes on go directiveIan Lance Taylor2019-02-011-4/+4
* doc: note go tool tour removal in 1.12 release notesAlberto Donizetti2019-01-301-0/+12
* doc: remove meaningless word from Go 1.12 release notesIan Lance Taylor2019-01-301-1/+1
* doc/go1.12: add notes about 'go doc -src'kim yongbin2019-01-291-0/+5
* doc: go1.12: mention change in text/template user function panicIan Lance Taylor2019-01-291-0/+6
* doc: mention init traceback change in Go 1.12 release notesIan Lance Taylor2019-01-281-0/+8
* doc: describe change to eliminate method expression wrappers from stack tracesKeith Randall2019-01-281-0/+17
* doc: mention 'go get golang.org/dl/...' in installDaniel Martí2019-01-231-0/+33
* doc/go1.12.html: document rejection of mangled C namesElias Naur2019-01-211-0/+6
* doc/go1.12: mention small RSA keys will cause some TLS handshakes to failFilippo Valsorda2019-01-181-1/+3
* doc/go1.12: mention heap sampling changeHana (Hyang-Ah) Kim2019-01-181-0/+5
* doc/go1.12: link to ABIInternal design documentAustin Clements2019-01-171-3/+3
* doc: add Go 1.12 release note for trigonometric reductions in mathIan Lance Taylor2019-01-101-0/+14
* doc: go1.12: mention os.File.SyscallConnIan Lance Taylor2019-01-081-0/+9
* doc: update tzdata version in 1.12 release notesAlberto Donizetti2019-01-081-1/+4
* doc: make link relative in 1.12 cgo release notesAlberto Donizetti2019-01-081-1/+1
* doc: remove incorrect space in %T and %v output examplesGabriel Aszalos2019-01-071-2/+2
* doc/go1.12: remove known issue noteFilippo Valsorda2019-01-041-6/+0
* doc/go1.12: document RSA-PSS support in crypto/tlsFilippo Valsorda2019-01-041-1/+6
* doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontneed=1Brad Fitzpatrick2019-01-041-1/+9
* doc: go1.12: clarify use of MADV_FREEIan Lance Taylor2019-01-031-4/+3
* doc: 2019 is the Year of the GopherJosh Bleecher Snyder2019-01-011-2/+2
* doc: go_mem: clarify Once docsIan Lance Taylor2018-12-211-2/+6
* doc: clarify change to File.Sync on macOSIan Lance Taylor2018-12-201-1/+2
* doc/go1.12: correct types for math/bitsBrian Kessler2018-12-201-1/+1
* doc/go1.12: fix GOARCH value in Syscall18 linkTobias Klauser2018-12-201-1/+1
* doc/go1.12: fix minor grammatical errorAgniva De Sarker2018-12-191-1/+1
* doc/go1.12: fix typos and code formattingTobias Klauser2018-12-191-6/+6
* cmd/cgo,doc/go1.12.html: document breaking EGLDisplay changeElias Naur2018-12-191-0/+10