aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-12-16doc/go1.16: add link to reflect.StructTagTobias Klauser
2020-12-15doc/go1.15: mention 1.15.3 cgo restriction on empty structsIan Lance Taylor
2020-12-15doc/go1.16: fix path, path/filepath release notesTobias Klauser
2020-12-15doc/go1.16: fix formatting in net, net/http and net/http/httputil sectionsTobias Klauser
2020-12-14doc/go1.16: add missing <code> tagTobias Klauser
2020-12-11doc: make clear that Go 1.4 is not required for bootstrapRuss Cox
2020-12-11cmd/go: add documentation for the -overlay flagMichael Matloob
2020-12-10doc/go1.16: add vet release note for CL 235677Tim King
2020-12-10doc/go1.16: address some remaining high-level TODOsDmitri Shuralyov
2020-12-09doc: add description of new framepointer vet checkKeith Randall
2020-12-08doc/go1.16: improve channel race detector changes descriptionAustin Clements
2020-12-07doc/go1.16: update linker statsAustin Clements
2020-12-07doc/go1.16: announce openbsd/mips64 portAustin Clements
2020-12-07doc/go1.16: fix typoAlberto Donizetti
2020-12-07doc/go1.16: add missing </a> tagTobias Klauser
2020-12-07doc/go1.16: document riscv64 port changesTobias Klauser
2020-12-04doc/go1.16: cleanup crypto release notesFilippo Valsorda
2020-12-04doc/go1.16: document no language changesDmitri Shuralyov
2020-12-04io/fs: add SubRuss Cox
2020-12-04doc/go1.16: preannounce dropping macOS 10.12 supportDmitri Shuralyov
2020-12-04doc/go1.16: add reflect changes to release notesAlberto Donizetti
2020-12-04doc/go1.16: fix broken <code> tagFilippo Valsorda
2020-12-04doc/go1.16: pre-announce GODEBUG=x509ignoreCN=0 removal in Go 1.17Filippo Valsorda
2020-12-03doc/go1.16: update runtime and compiler sectionsAustin Clements
2020-12-03doc/go1.16: add path, path/filepath changes to release notesAlberto Donizetti
2020-12-03doc/go1.16: tidy darwin/arm64 port sectionAustin Clements
2020-12-03doc/go1.16: document embed, io/fs, runtime/metricsRuss Cox
2020-12-03doc/go1.16: more release notesRuss Cox
2020-12-03doc/go1.16: document os package changesTobias Klauser
2020-12-03doc/go1.16: document new behavior of asn1.Unmarshal on invalid argumentKimMachineGun
2020-12-03doc/go1.16: add encoding/json note for tag changeJoe Tsai
2020-12-02doc/go1.16: add crypto/tls Config.Clone noteRoland Shoemaker
2020-12-02doc: update signal.Notify example to use buffered channelCuong Manh Le
2020-12-01encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke
2020-12-01doc/go1.16: add runtime/debug changes to release notesAlberto Donizetti
2020-12-01doc/go1.16: add text/template changes to release notesAlberto Donizetti
2020-12-01doc/go1.16: add multiple release notes for the go commandJay Conrod
2020-12-01doc/go1.16: add crypto/x509 note about Verify on WindowsRoland Shoemaker
2020-11-25doc/go1.16: consolidate stdlib changes in "Minor changes" sectionDmitri Shuralyov
2020-11-25doc/go1.16: add time/tzdata release note for CL 261877Tobias Klauser
2020-11-24doc/go1.16: fill in Go 1.16 release note TODOs using relnoteDmitri Shuralyov
2020-11-21syscall: add DLLError.Unwrap functionJason A. Donenfeld
2020-11-20doc: fix misspelling of “initialization” in diagnostics.htmlHollow Man
2020-11-11doc/go1.16: add crypto/x509 CSR release noteRoland Shoemaker
2020-11-10cmd/go: release note for -mod=readonly by defaultJay Conrod
2020-11-10doc/go1.16: add release notes for darwin portsCherry Zhang
2020-11-10crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware supportRoland Shoemaker
2020-11-09doc/articles/race_detector.html: add darwin/arm64Cherry Zhang
2020-11-09crypto/tls: ensure the server picked an advertised ALPN protocolFilippo Valsorda
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst