summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.21: document that -pgo=auto enabled by defaultCherry Mui2023-05-171-2/+7
* doc/go1.21: document wasip1 portCherry Mui2023-05-171-1/+14
* doc/go1.21: document reflect.Value escape improvementsCherry Mui2023-05-161-0/+12
* doc: fix typo in Go 1.21 release notesSameer Ajmani2023-04-241-1/+1
* doc: add release notes for new context functionsDamien Neil2023-04-201-0/+21
* doc: correct spelling on placeholderDaniel Frederick Crisman2023-04-131-1/+1
* doc: add missing oxford comma in ConstantsDaniel Frederick Crisman2023-04-111-1/+1
* doc: fix "are" to "or" in core typescui fliter2023-04-111-1/+1
* html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek2023-04-051-1/+13
* doc: fix template mistake in godebug.mdRuss Cox2023-04-031-0/+2
* sync: implement OnceFunc, OnceValue, and OnceValuesAustin Clements2023-03-311-0/+12
* doc: add godebug.md, documenting GODEBUGRuss Cox2023-03-311-0/+181
* runtime: for deep stacks, print both the top 50 and bottom 50 framesAustin Clements2023-03-211-0/+8
* doc: start draft Go 1.21 release notesThan McIntosh2023-02-221-0/+77
* doc: add clear builtin to specCuong Manh Le2023-02-201-3/+35
* doc: do not use "==" in slice examplesCuong Manh Le2023-02-191-10/+10
* doc: add missing builtin functions not permitted in statement contextCuong Manh Le2023-02-161-2/+2
* doc: fix spec typoOleksandr Redko2023-02-071-2/+2
* doc: move Go 1.20 release notes to x/websiteMichael Anthony Knyszek2023-01-301-1246/+0
* runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox2023-01-191-13/+7
* time: revert strict parsing of RFC 3339Joe Tsai2023-01-181-3/+2
* doc/go1.20: update cryptography release notesFilippo Valsorda2023-01-171-28/+43
* doc/go1.20: remove mention of arena goexperimentRuss Cox2023-01-171-11/+1
* 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