aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-12-07doc/go1.20: delete remaining TODOMichael Pratt
2022-12-07doc/go1.20: add section on coverageThan McIntosh
2022-12-07doc/go1.20: relnote and take care of TODOsRuss Cox
2022-12-05doc: 1.20 compiler changesDavid Chase
2022-12-02doc/go1.20: preannounce dropping macOS 10.13 and 10.14 supportHeschi Kreinick
2022-12-02doc/go1.20: resolve root bundle package TODORoland Shoemaker
2022-12-01doc/go1.20: add code tags in crypto/{rsa,subtle} and net/netip sectionsTobias Klauser
2022-12-01doc: add release note for cgo.IncompleteCuong Manh Le
2022-12-01doc/go1.20: document new semantics for comparable constraintRobert Griesemer
2022-11-30doc/go1.20: add runtime, runtime/trace, and runtime/pprof release notesMichael Anthony Knyszek
2022-11-30spec: document conversion from slice to arrayTim King
2022-11-29doc/go1.20: revise linker release noteCherry Mui
2022-11-29doc/go1.20: quote code in Bootstrap and Cgo sectionsCherry Mui
2022-11-28doc/go1.20: add release notes for the linkerCherry Mui
2022-11-28doc/go1.20: add release notes for PGOCherry Mui
2022-11-28doc/go1.20: fix missing <code> tagTobias Klauser
2022-11-28doc/go1.20: fix missing </code> tagRuss Cox
2022-11-28doc/go1.20: complete, add more library TODOsRuss Cox
2022-11-28doc/go1.20: fix HTML closing tagBrad Fitzpatrick
2022-11-23doc/go1.20: document changes to os on Windowsqmuntal
2022-11-23doc/go1.20: finish most standard library TODOsRuss Cox
2022-11-23doc/go1.20: document new freebsd/riscv64 portRuss Cox
2022-11-23doc/go1.20: add hyperlinks, minor editsRuss Cox
2022-11-23doc/go1.20: document spec changesRuss Cox
2022-11-23doc/go1.20: document adding to the timeformat vet analysisTim King
2022-11-23spec: add a link to Allocation section in section on append built-inRobert Griesemer
2022-11-23spec: document that trailing comma is valid after index in index expressionsRobert Griesemer
2022-11-22archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil
2022-11-22doc/go1.20: document math/rand autoseed and deprecation of SeedRuss Cox
2022-11-22doc/go1.20: document bootstrap requirements (Go 1.20 needs Go 1.17.13)Russ Cox
2022-11-22cmd/go: document new architecture feature build tagsRuss Cox
2022-11-22doc/go1.20: document changes to the loopclosure vet analysisRobert Findley
2022-11-21doc: document more cgo, go command changesRuss Cox
2022-11-21archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil
2022-11-18doc/go1.20: add release notes for net packageDamien Neil
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-15doc/go1.20: document new sync.Map methodsBryan C. Mills
2022-11-15doc/go1.20: add release notes for net/http and net/http/httputilDamien Neil
2022-11-15doc/go1.20: add release notes for archive/zip, encoding/binary, mimeDamien Neil
2022-11-15doc/go1.20: add a release note for multiple error wrappingDamien Neil
2022-11-14doc/go1.20: add a release note for (*testing.B).ElapsedBryan C. Mills
2022-11-14doc/go1.20: add release notes for cmd/go changesBryan C. Mills
2022-11-14doc/go1.20: add TODOs found by x/build/cmd/relnoteRuss Cox
2022-11-14spec: document the new unsafe functions SliceData, String, and StringDataRobert Griesemer
2022-11-14spec: clarify struct field and array element comparison orderRobert Griesemer
2022-11-09doc/go1.20: add a release note for os/exec API changesBryan C. Mills
2022-11-07doc: add a release note for fewer pre-compiled GOROOT .a filesMichael Matloob
2022-10-24doc/go1.20: go version supports non-executable Go binariesqmuntal
2022-10-17all: use Go 1.17.13 for bootstrapRuss Cox