aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-06-30spec: retitle section on "Assignments" to "Assignment statements"Robert Griesemer
2022-06-24doc/go1.19: Linux race detector now requires glibc 2.17Ian Lance Taylor
2022-06-21spec: document operations which accept []byte|string constrained typesRobert Griesemer
2022-06-21doc/go1.19: use correct link to sync/atomic docsIan Lance Taylor
2022-06-20doc/go1.19: fix HTML validation issuesTobias Klauser
2022-06-16spec: adjust incorrect sentence in section on rune literalsRobert Griesemer
2022-06-15doc/go1.19: use matching closing tag in unix build constraint headingTobias Klauser
2022-06-14spec: clarify "slice of bytes" and "slice of runes" through examplesRobert Griesemer
2022-06-13doc/go1.19: minor editsAustin Clements
2022-06-13doc/go1.19: prefer relative links to other parts of the Go websiteDmitri Shuralyov
2022-06-13spec: clarify behavior of map size hint for make built-inRobert Griesemer
2022-06-13spec: add missing optional type arguments after TypeName in syntaxRobert Griesemer
2022-06-13doc/go1.19: add a release note for module indexingMichael Matloob
2022-06-13doc/go1.19: fix crypto tagsRoland Shoemaker
2022-06-10doc: fix typos in Go memory modelDominik Honnef
2022-06-08doc/go1.19: delete remaining TODOsRuss Cox
2022-06-08doc/go1.19: complete most remaining TODOsRuss Cox
2022-06-08doc/go1.19: mention riscv64 supported regabiMeng Zhuo
2022-06-07doc/go1.19: document that the assembler requires -pCherry Mui
2022-06-07doc/go1.19: document linker CL that switches DWARF compressed section formatCherry Mui
2022-06-07doc/go1.19: add release notes for net/http and net/urlDamien Neil
2022-06-07doc/go1.19: adjust runtime release notesMichael Pratt
2022-06-07doc/go1.19: document loong64 portDavid Chase
2022-06-07doc/go1.19: some platforms are still on TSAN v2Austin Clements
2022-06-07doc/go1.19: compiler section is complete, modulo TODOsAustin Clements
2022-06-07doc/go1.19: minor editsAustin Clements
2022-06-07doc/go1.19: complete TODOs for go/typesRobert Findley
2022-06-07doc/go1.19: add various crypto release notesRoland Shoemaker
2022-06-07doc/go1.19: delete boringcrypto TODORuss Cox
2022-06-07doc/go1.19: add more TODOs from updated relnoteRuss Cox
2022-06-06doc/go1.19: add release notes for the soft memory limit and idle GCMichael Anthony Knyszek
2022-06-06doc/go_mem: update revision dateRuss Cox
2022-06-06doc/go1.19: gc requires -p=importpathAustin Clements
2022-06-06doc/go1.19: document Resolver.PreferGoBrad Fitzpatrick
2022-06-06doc/go1.19: add TODOs for changes to go/typesRobert Findley
2022-06-04doc: update Go memory modelRuss Cox
2022-06-04doc/go1.19: remove TODO about LimitedReaderRuss Cox
2022-06-03doc/go1.19: add TODOs for undocumented runtime featuresMichael Pratt
2022-06-03doc/go1.19: add release notes for runtime packagesMichael Pratt
2022-06-03doc/go1.19: add release notes for syscallMichael Pratt
2022-06-03doc/go1.19: add release notes for sync/atomicMichael Pratt
2022-06-02doc/go1.19: add a release note for CL 404134Bryan C. Mills
2022-06-02doc/go1.19: add release note for CL 398058Bryan C. Mills
2022-05-30doc: add release note for reflect.Value.{Bytes,Len,Cap}Keith Randall
2022-05-28mime: ignore .js => text/plain in Windows registryIan Lance Taylor
2022-05-28doc/go1.19: mention runtime/trace's CPU samplesRhys Hiltner
2022-05-27doc: fix up race detector release noteKeith Randall
2022-05-27doc/go1.19: don't mention golang.org/x/crypto/sshRhys Hiltner
2022-05-26doc: replace tabs with spaces for alignment in code snippetsGeorge Looshch
2022-05-26doc/go1.19: fix strconv.Quote pkg linkKoichi Shiraishi