summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* spec: document conversion from slice to arrayTim King2022-11-301-1/+1
* doc/go1.20: revise linker release noteCherry Mui2022-11-291-2/+1
* doc/go1.20: quote code in Bootstrap and Cgo sectionsCherry Mui2022-11-291-9/+12
* doc/go1.20: add release notes for the linkerCherry Mui2022-11-281-2/+26
* doc/go1.20: add release notes for PGOCherry Mui2022-11-281-1/+33
* doc/go1.20: fix missing <code> tagTobias Klauser2022-11-281-1/+1
* doc/go1.20: fix missing </code> tagRuss Cox2022-11-281-1/+1
* doc/go1.20: complete, add more library TODOsRuss Cox2022-11-281-96/+171
* doc/go1.20: fix HTML closing tagBrad Fitzpatrick2022-11-281-1/+1
* doc/go1.20: document changes to os on Windowsqmuntal2022-11-231-0/+13
* doc/go1.20: finish most standard library TODOsRuss Cox2022-11-231-96/+92
* doc/go1.20: document new freebsd/riscv64 portRuss Cox2022-11-231-4/+2
* doc/go1.20: add hyperlinks, minor editsRuss Cox2022-11-231-62/+47
* doc/go1.20: document spec changesRuss Cox2022-11-231-5/+24
* doc/go1.20: document adding to the timeformat vet analysisTim King2022-11-231-6/+11
* spec: add a link to Allocation section in section on append built-inRobert Griesemer2022-11-231-1/+1
* spec: document that trailing comma is valid after index in index expressionsRobert Griesemer2022-11-231-2/+2
* archive/tar, archive/zip: disable ErrInsecurePath by defaultDamien Neil2022-11-221-24/+16
* doc/go1.20: document math/rand autoseed and deprecation of SeedRuss Cox2022-11-221-5/+10
* doc/go1.20: document bootstrap requirements (Go 1.20 needs Go 1.17.13)Russ Cox2022-11-221-1/+11
* cmd/go: document new architecture feature build tagsRuss Cox2022-11-221-1/+5
* doc/go1.20: document changes to the loopclosure vet analysisRobert Findley2022-11-221-1/+15
* doc: document more cgo, go command changesRuss Cox2022-11-211-34/+94
* archive/tar, archive/zip: disable insecure file name checks with GODEBUGDamien Neil2022-11-211-0/+8
* doc/go1.20: add release notes for net packageDamien Neil2022-11-181-17/+24
* archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil2022-11-161-0/+25
* path/filepath: add IsLocalDamien Neil2022-11-161-0/+7
* doc/go1.20: document new sync.Map methodsBryan C. Mills2022-11-151-0/+11
* doc/go1.20: add release notes for net/http and net/http/httputilDamien Neil2022-11-151-24/+119
* doc/go1.20: add release notes for archive/zip, encoding/binary, mimeDamien Neil2022-11-151-4/+11
* doc/go1.20: add a release note for multiple error wrappingDamien Neil2022-11-151-1/+32
* doc/go1.20: add a release note for (*testing.B).ElapsedBryan C. Mills2022-11-141-0/+10
* doc/go1.20: add release notes for cmd/go changesBryan C. Mills2022-11-141-8/+19
* doc/go1.20: add TODOs found by x/build/cmd/relnoteRuss Cox2022-11-141-1/+328
* spec: document the new unsafe functions SliceData, String, and StringDataRobert Griesemer2022-11-141-0/+24
* spec: clarify struct field and array element comparison orderRobert Griesemer2022-11-141-3/+7
* doc/go1.20: add a release note for os/exec API changesBryan C. Mills2022-11-091-0/+11
* doc: add a release note for fewer pre-compiled GOROOT .a filesMichael Matloob2022-11-071-0/+12
* doc/go1.20: go version supports non-executable Go binariesqmuntal2022-10-241-0/+9
* all: use Go 1.17.13 for bootstrapRuss Cox2022-10-171-1/+1
* spec: describe an edge case for slice expression of nil sliceCuong Manh Le2022-09-211-0/+3
* spec: describe an edge case of slice-to-array conversionsCuong Manh Le2022-09-211-7/+8
* spec: fix typo in a type parameter exampleVRDighe2022-09-201-1/+1
* cmd/go: clear GOPATH from build context when importing from moduleMichael Matloob2022-09-191-0/+11
* spec: describe slice-to-array conversionsRobert Griesemer2022-09-081-4/+11
* doc/go1.20: populate initial TODOs via relnoteDmitri Shuralyov2022-08-241-4/+222
* doc: start draft Go 1.20 release notesDmitri Shuralyov2022-08-241-0/+77
* doc: move Go 1.19 release notes to x/websiteDmitri Shuralyov2022-08-011-1008/+0
* doc: mention removal of cmd/compile's -importmap and -installsuffix flagsMatthew Dempsky2022-08-011-0/+7
* doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCHWANG Xuerui2022-08-011-1/+1