aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2020-11-09cmd/go: print deprecation messages for -iJay Conrod
2020-11-09cmd/go: print deprecation messages for 'go get' installing executablesJay Conrod
2020-11-07crypto/tls: set Deadline before sending close notify alertKatie Hockman
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-11-05syscall: expose bInheritHandles of CreateProcessJohan Knutzen
2020-11-02doc/go1.16: document switch to MADV_DONTNEEDAustin Clements
2020-10-30spec: split shift examples into groups for 32- and 64-bit intsRobert Griesemer
2020-10-28doc: mention Trust+1 in contribution guideIan Lance Taylor
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-27doc/go1.16: document BuildID in 'go list -export'Daniel Martí
2020-10-22doc/go1.16: document ASLR support for -buildmode=c-shared on windowsqmuntal
2020-10-22cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec toolsDaniel Martí
2020-10-21encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor