aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-08-23spec: add example for method value in case of embedded methodCuong Manh Le
2021-08-19syscall: add SyscallNChangkun Ou
2021-08-16doc: start draft of go1.18 release notes, move go1.17 to x/websiteCarlos Amedee
2021-08-12time: fix docs for new comma layoutsRuss Cox
2021-08-12doc/go1.17: remove draft noticeDmitri Shuralyov
2021-08-11doc/go1.17: linker passes -I to extld as -Wl,--dynamic-linkerIan Lance Taylor
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-08doc: add example for conversion from slice expressions to array ptrCuong Manh Le
2021-08-07doc/go1.17: fix a typo introduced in CL 335135Bryan C. Mills
2021-08-06doc/go1.17: clarify Modules changesBryan C. Mills
2021-07-26doc: clarify non-nil zero length slice to array pointer conversionCuong Manh Le
2021-07-25spec: use consistent capitalization for rune literal hex constantsIan Lance Taylor
2021-07-23doc/1.17: fix two dead rfc linksAlberto Donizetti
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-07-19spec: correct example comment in Conversions from slice to arrayPiers
2021-07-15doc/go1.17: mention GOARCH=loong64Ian Lance Taylor
2021-07-12doc/go1.17: editing pass over the "Compiler" sectionAustin Clements
2021-07-08doc/go1.17: linkify time.UnixMilli and time.UnixMicroTobias Klauser
2021-07-07doc: remove stale comment about arm64 portMichael Anthony Knyszek
2021-07-02spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor
2021-06-30doc/go1.17: linkify "language changes" in the runtime sectionBryan C. Mills
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2021-06-29doc/go1.17: fix typo "MacOS" -> "macOS"Levi(リーバイ)
2021-06-28spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-22spec: unsafe.Add/Slice are not permitted in statement contextRobert Griesemer
2021-06-21cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills
2021-06-21doc/go1.17: note deprecation of 'go get' for installing commandsJay Conrod
2021-06-21doc/go1.17: add Go 1.18 pre-announcementsFilippo Valsorda
2021-06-21doc/go1.17: add security-related release notesFilippo Valsorda
2021-06-21doc/go1.17: document go/parser.SkipObjectResolutionRob Findley
2021-06-18image: add RGBA64Image interfaceNigel Tao
2021-06-18doc/go1.17: fix typoNick Miyake
2021-06-17doc/go1.17: fix redundant spaceyangwenmai
2021-06-15doc/go1.17: document go run pkg@versionMichael Matloob
2021-06-14doc/go1.17: assorted fixesJosh Bleecher Snyder
2021-06-14doc/go1.17: reword "results" in stack trace printingCherry Mui
2021-06-14doc/go1.17: further revise OpenBSD release notesJoel Sing
2021-06-11doc/go1.17: clean up formatting of gofmt sectionBrad Fitzpatrick
2021-06-11doc/go1.17: fix formatting near httptestRhys Hiltner
2021-06-09doc/go1.17: remove lingering TODOHeschi Kreinick
2021-06-09doc/go1.17: document strconv changes for Go 1.17Damien Neil
2021-06-09doc/go1.17: document //go:build linesHeschi Kreinick
2021-06-09doc/go1.17: remove TODO for ports sectionCherry Mui
2021-06-08doc/go1.17: mention new possibility of type conversion panickingIan Lance Taylor
2021-06-08doc/go1.17: mention new vet checks sigchanyzer and stdmethods.Tim King
2021-06-08doc/go1.17: mention block profile bias fixCherry Mui
2021-06-08Revert "doc/go1.17: mention block profile bias fix"Cherry Mui
2021-06-08net: reject leading zeros in IP address parsersRoland Shoemaker
2021-06-08doc/go1.17: revise OpenBSD release notesCherry Mui
2021-06-08doc/go1.17: mention block profile bias fixFelix Geisendörfer