summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.20: mention build speed improvementsAustin Clements2023-01-131-2/+4
* doc/go1.20: fix links to new strings functionsPiers2023-01-041-4/+4
* doc/go1.20: fix http.ResponseController exampleAlexander Yastrebov2023-01-031-1/+1
* doc/go1.20: fix typosXiao Cui2022-12-291-2/+2
* doc/go1.20: fix typoTobias Klauser2022-12-221-1/+1
* doc/go1.20: fix typoRobert Griesemer2022-12-151-1/+1
* spec: fix typoRobert Griesemer2022-12-151-2/+2
* spec: document which recursive arrays and structs are valid/invalidRobert Griesemer2022-12-141-5/+56
* doc/go1.20.html: pre-announce dropping Windows 7, 8, and friendsHeschi Kreinick2022-12-141-1/+8
* spec: document illegal recursive type parameter listsRobert Griesemer2022-12-141-4/+15
* spec: describe new semantics for comparable and constraint satisfactionRobert Griesemer2022-12-141-23/+57
* spec: introduce notion of strict comparabilityRobert Griesemer2022-12-141-27/+57
* doc/go1.20: fix typoAlexander Frolov2022-12-121-1/+1
* doc/go1.20: fix URL anchorShengyu Zhang2022-12-121-1/+1
* doc: fix typo in 1.20 release notesThan McIntosh2022-12-091-1/+1
* doc: fix typoZhizhen He2022-12-081-1/+1
* doc/go1.20: correct test binary -v flag value for test2jsonDmitri Shuralyov2022-12-081-3/+3
* doc/go1.20: delete remaining TODOMichael Pratt2022-12-071-4/+0
* doc/go1.20: add section on coverageThan McIntosh2022-12-071-1/+28
* doc/go1.20: relnote and take care of TODOsRuss Cox2022-12-071-2/+19
* doc: 1.20 compiler changesDavid Chase2022-12-051-1/+12
* doc/go1.20: preannounce dropping macOS 10.13 and 10.14 supportHeschi Kreinick2022-12-021-0/+7
* doc/go1.20: resolve root bundle package TODORoland Shoemaker2022-12-021-1/+2
* doc/go1.20: add code tags in crypto/{rsa,subtle} and net/netip sectionsTobias Klauser2022-12-011-4/+4
* doc: add release note for cgo.IncompleteCuong Manh Le2022-12-011-2/+9
* doc/go1.20: document new semantics for comparable constraintRobert Griesemer2022-12-011-1/+10
* doc/go1.20: add runtime, runtime/trace, and runtime/pprof release notesMichael Anthony Knyszek2022-11-301-4/+51
* 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