aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.16.html
AgeCommit message (Expand)Author
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-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-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-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-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
2020-10-21encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke
2020-10-21doc/go1.16: document net TCP listener's backlog size updateCuong Manh Le
2020-10-19crypto/hmac: panic if reusing hash.Hash valuesKatie Hockman
2020-10-17strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao
2020-10-14crypto/x509: add signature verification to CreateCertificateRoland Shoemaker
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-10-08net/http: make SameSiteDefaultMode behavior match the specificationRoberto Clapis
2020-10-07doc/go1.16: document GO386=387 and GO386=softfloatDmitri Shuralyov
2020-10-06cmd/go/internal/get: improve -insecure deprecation docswitchard
2020-10-02doc/go1.16: announce netbsd/arm64 supportTobias Klauser
2020-10-02crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 supportFilippo Valsorda
2020-10-01doc/go1.16: fix crypto typoRoland Shoemaker
2020-09-30crypto/x509: enforce SAN IA5String encoding restrictionsRoland Shoemaker
2020-09-27doc/go1.16: document net.ErrClosed usage in crypto/tlsAinar Garipov
2020-09-24doc/go1.16: add -insecure deprecation to release noteswitchard
2020-09-22cmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor'Bryan C. Mills