aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-06-08doc/go1.17: remove TODO for Tools sectionBryan C. Mills
2021-06-08doc/go1.17: resolve TODO for cmd/coverBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-06-08doc/go1.17: add release notes for crypto packagesFilippo Valsorda
2021-06-08doc/go1.17: add a release note for the '-compat' flag to 'go mod tidy'Bryan C. Mills
2021-06-07doc: document Go 1.17 language changesMatthew Dempsky
2021-06-05spec: improve wording consistency by eliminating "specifier"DQNEO
2021-06-05spec: improve wording by choosing an official term "keyword"DQNEO
2021-06-04doc/go1.17: document testing changes for Go 1.17Aaron Sheah
2021-06-02doc/go1.17: remove runtime sectionJeremy Faller
2021-06-02doc/go1.17: mention SYS_WAIT6/WEXITED on NetBSDIan Lance Taylor
2021-06-02doc/go1.17: document time changes for Go1.17Uddeshya Singh
2021-06-02doc/go1.17: document flag changes for Go 1.17KimMachineGun
2021-06-01doc/go1.17: add release notes for register ABICherry Mui
2021-05-29doc/go1.17: mention time.LayoutIan Lance Taylor
2021-05-29doc/go1.17: document text/template/parse.SkipFuncCheckAriel Mashraki
2021-05-28doc/go1.17: mention new definitions of MSG_CMSG_CLOEXECIan Lance Taylor
2021-05-28doc/go1.17: mention testing.[TB].Setenv methodsIan Lance Taylor
2021-05-28doc/go1.17: mention new Windows SysProcAttr fieldsIan Lance Taylor
2021-05-28doc/go1.17: document new go/build/BuildContext.ToolTags fieldIan Lance Taylor
2021-05-28doc/go1.17: mention new encoding/csv/Reader.FieldPos methodIan Lance Taylor
2021-05-28doc/go1.17: document new debug/elf constantIan Lance Taylor
2021-05-27doc/go1.17: clarify that compress/lzw Reader and Writer types are newIan Lance Taylor
2021-05-27doc/go1.17: document reflect changesDamien Neil
2021-05-26doc/go1.17: document net/... changesDamien Neil
2021-05-26doc/go1.17: document syscall changesDamien Neil
2021-05-26mime: document use of the Shared MIME-Info DatabaseDamien Neil
2021-05-26doc/go1.17: add release notes for runtime/metrics packageCherry Mui
2021-05-26doc/go1.17: mention enabling frame pointer on all ARM64Cherry Mui
2021-05-26doc/go1.17: fix formatting for time changesTobias Klauser
2021-05-25doc: add Go 1.17 release note about inlining functions with closuresDan Scales
2021-05-25cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills
2021-05-21doc/go1.17: document changes to net/http packageian woolf
2021-05-21doc: document additional atomic.Value methodsKeith Randall
2021-05-21cmd/go: in 'go mod download' without args, don't save module zip sumsJay Conrod
2021-05-21doc/go1.17: document database/sql changes for Go 1.17sryoya
2021-05-21doc/go1.17: document io/fs changes for Go 1.17Adam Mitha
2021-05-21doc/go1.17: document archive/zip changes for Go 1.17Aaron Sheah
2021-05-20doc/go1.17: document changes to os packageVishal Dalwadi
2021-05-20doc/go1.17: add release notes for OpenBSD portsCherry Mui
2021-05-20doc/go1.17: add release note for windows/arm64 portCherry Mui
2021-05-20doc/go1.17: document new math constantsVishal Dalwadi
2021-05-18doc/go1.17: fix typo "avoding" -> "avoiding"Jeff Widman
2021-05-07doc/go1.17: fill in TODO for compress/lzw packageJoe Tsai
2021-05-07doc/go1.17: fill in TODO for reflect packageJoe Tsai
2021-05-07doc/go1.17: document encoding/binary.Uvarint max read of 10 bytesEmmanuel T Odeke
2021-05-07doc/go1.17: fill in TODO for strconv packageJoe Tsai
2021-05-07doc/go1.17: move language specification TODO to the right placeDmitri Shuralyov
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-05-06doc/go1.17: document fixes for negative rune handlingDmitri Shuralyov