aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-02-10doc: remove last pieces of advice to set GOROOTDaniel Martí
2019-02-09doc: fix typosalkesh26
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2019-02-07crypto/tls: make TLS 1.3 opt-inFilippo Valsorda
2019-02-05doc: fix a typoalkesh26
2019-02-05doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11Yuval Pavel Zholkover
2019-02-01doc: go1.12: update notes on go directiveIan Lance Taylor
2019-01-30doc: note go tool tour removal in 1.12 release notesAlberto Donizetti
2019-01-30doc: remove meaningless word from Go 1.12 release notesIan Lance Taylor
2019-01-29doc/go1.12: add notes about 'go doc -src'kim yongbin
2019-01-29doc: go1.12: mention change in text/template user function panicIan Lance Taylor
2019-01-28doc: mention init traceback change in Go 1.12 release notesIan Lance Taylor
2019-01-28doc: describe change to eliminate method expression wrappers from stack tracesKeith Randall
2019-01-23doc: mention 'go get golang.org/dl/...' in installDaniel Martí
2019-01-21doc/go1.12.html: document rejection of mangled C namesElias Naur
2019-01-18doc/go1.12: mention small RSA keys will cause some TLS handshakes to failFilippo Valsorda
2019-01-18doc/go1.12: mention heap sampling changeHana (Hyang-Ah) Kim
2019-01-17doc/go1.12: link to ABIInternal design documentAustin Clements
2019-01-10doc: add Go 1.12 release note for trigonometric reductions in mathIan Lance Taylor
2019-01-08doc: go1.12: mention os.File.SyscallConnIan Lance Taylor
2019-01-08doc: update tzdata version in 1.12 release notesAlberto Donizetti
2019-01-08doc: make link relative in 1.12 cgo release notesAlberto Donizetti
2019-01-07doc: remove incorrect space in %T and %v output examplesGabriel Aszalos
2019-01-04doc/go1.12: remove known issue noteFilippo Valsorda
2019-01-04doc/go1.12: document RSA-PSS support in crypto/tlsFilippo Valsorda
2019-01-04doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontneed=1Brad Fitzpatrick
2019-01-03doc: go1.12: clarify use of MADV_FREEIan Lance Taylor
2019-01-01doc: 2019 is the Year of the GopherJosh Bleecher Snyder
2018-12-21doc: go_mem: clarify Once docsIan Lance Taylor
2018-12-20doc: clarify change to File.Sync on macOSIan Lance Taylor
2018-12-20doc/go1.12: correct types for math/bitsBrian Kessler
2018-12-20doc/go1.12: fix GOARCH value in Syscall18 linkTobias Klauser
2018-12-19doc/go1.12: fix minor grammatical errorAgniva De Sarker
2018-12-19doc/go1.12: fix typos and code formattingTobias Klauser
2018-12-19cmd/cgo,doc/go1.12.html: document breaking EGLDisplay changeElias Naur
2018-12-18doc/go1.12: note that syscall.Getdirentries is no longer supported on iOSElias Naur
2018-12-18doc/go1.12: finish most Go 1.12 release notesFilippo Valsorda
2018-12-18doc/go1.12: add notes for syscall/js CLs 141644, 143137, 144384Dmitri Shuralyov
2018-12-18doc/go1.12: add release notes for GODEBUG internal/cpu optionsMartin Möhrmann
2018-12-18doc/1.12: add notes about aix/ppc64 portClément Chigot
2018-12-18doc: document GODEBUG options to disable use of instruction set extensionsMartin Möhrmann
2018-12-17doc: explain how to use "go vet -shadow"Ian Lance Taylor
2018-12-17doc/go1.12: release notes for cryptoFilippo Valsorda
2018-12-17doc/go1.12: release notes for "go doc -all"Filippo Valsorda
2018-12-17doc/go1.12: updates for runtime and compilerAustin Clements
2018-12-14doc: document Go 1.11.4Filippo Valsorda
2018-12-14doc: document Go 1.10.7Filippo Valsorda
2018-12-14doc: document Go 1.11.3 and Go 1.10.6Dmitri Shuralyov
2018-12-13doc/go1.12: add note about CL 153559's syscall/js.Callback renameBrad Fitzpatrick
2018-12-13doc: 1.12 release notes for regexp, runtime, and runtime/debug packagesKatie Hockman