aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-10-09doc: update install docs for 387->softfloat transitionKeith Randall
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-06doc: fix typo in contribute.htmlAlberto Donizetti
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-24spec: better variable name for operator exampleRobert Griesemer
2020-09-24doc/go1.16: add -insecure deprecation to release noteswitchard
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-23doc: update overview for authenticationKatie Hockman
2020-09-22cmd/go: add a '-e' flag to 'mod tidy' and 'mod vendor'Bryan C. Mills
2020-09-22doc/go1.16: add subheads and adjust formatting in the 'Go command' sectionBryan C. Mills
2020-09-16cmd/cgo: don't translate bitfields into Go fieldsIan Lance Taylor
2020-09-15cmd/go: implement 'go install pkg@version'Jay Conrod
2020-09-09cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills
2020-09-05doc/go1.16: reformat the minor changes section as a definition listAinar Garipov
2020-09-02net/http: reject negative suffix-length Range:bytes=--N with 416 status codeEmmanuel T Odeke
2020-09-01doc/asm: add BP is callee-save paragraphEgon Elbre
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-08-28doc: add linux/riscv64 valid combinationSantiago De la Cruz
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-27doc/go1.14: document json.Umarshal map key support of TextUnmarshalerShihCheng Tu
2020-08-26net: export ErrClosedIan Lance Taylor
2020-08-26doc: add module retraction to release notesJay Conrod
2020-08-25net/http: handle Request.URL.RawPath in StripPrefixAndrew Gerrand
2020-08-20unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen
2020-08-17all: replace Replace(..., -1) with ReplaceAll(...)Polina Osadcha
2020-08-16 doc/articles/wiki: add missing log import to net/http tutorialChirag Sukhala
2020-08-13doc: add a release notes blurb on 1.16 linker improvementsThan McIntosh
2020-08-12doc/go1.15: include behavior updates to the context packageAndrew
2020-08-12doc/go1.15: clarify external linking can still be used for building PIECherry Zhang
2020-08-12doc/go1.16: start draft release notesDmitri Shuralyov
2020-08-10doc/go1.15: encoding/json's CL 191783 was revertedDaniel Martí
2020-08-10doc/go1.15: remove draft noticeAndrew
2020-08-10doc/go1.15: document crypto/tls permanent errorKatie Hockman