aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-01-29doc/go1.18: mention new debug/dwarf DataBitOffset fieldsIan Lance Taylor
2022-01-28doc/go1.18: in workspace mode doc, link to "go work" docsIan Lance Taylor
2022-01-28spec: add section on type inferenceRobert Griesemer
2022-01-26Revert "spec: document the underlying type of comparable"Robert Griesemer
2022-01-26doc/go1.18: note short-circuit and/or in html/templateRuss Cox
2022-01-26spec: document the underlying type of comparableRobert Griesemer
2022-01-21spec: minor formatting and link cleanupsIan Lance Taylor
2022-01-21Revert "doc/go1.18: document type parameter name restriction"Robert Griesemer
2022-01-19doc/go1.18: don't mention -buildinfo flagIan Lance Taylor
2022-01-19spec: add another example for an invalid shift caseRobert Griesemer
2022-01-18doc/go1.18: add a release note for 'go mod tidy' checksum changesBryan C. Mills
2022-01-13doc: mention that GOAMD64 is a compile-time settingKeith Randall
2022-01-12spec: adjust rules for specific types once moreRobert Griesemer
2022-01-07doc/go1.18: document type parameter name restrictionRobert Griesemer
2022-01-07spec: be more precise with rules on specific typesRobert Griesemer
2022-01-07doc/go1.18: point to spec in same directory for release notesRobert Griesemer
2022-01-06doc: improve documentation for GOAMD64Ulrich Kunitz
2022-01-04doc/go1.18: mention new cmd/go fuzzing flagsIan Lance Taylor
2021-12-23doc/go1.18: add section for runtime/debug changesIan Lance Taylor
2021-12-23doc/go1.18: mention debug/plan9obj.ErrNoSymbolsIan Lance Taylor
2021-12-22doc/go1.18: fix broken HTML in net/http.MaxBytesHandlerCarl Johnson
2021-12-22doc/go1.18: list new net/netip and net functions and methodsIan Lance Taylor
2021-12-22doc/go1.18: mention testing.F in testing package sectionIan Lance Taylor
2021-12-22doc/go1.18: document {text,html}/template {break,continue} commandsIan Lance Taylor
2021-12-21doc/go1.18: add net/http.MaxBytesHandlerCarl Johnson
2021-12-21doc/go1.18: mention new go/types/Config.Context fieldIan Lance Taylor
2021-12-21doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE constantIan Lance Taylor
2021-12-17doc/go1.18: document union element restrictionIan Lance Taylor
2021-12-17spec: describe constraint parsing ambiguity and work-around more preciselyRobert Griesemer
2021-12-17spec: clarify that comparable cannot be a union elementRobert Griesemer
2021-12-15doc/go1.18: discuss embedded build info compatibilityHana
2021-12-15doc/go1.18: mention that embedding a type parameter is forbiddenIan Lance Taylor
2021-12-14doc/go1.18: fix an unclosed anchorBrad Fitzpatrick
2021-12-14doc: fix typo in 1.18 release notes for package testingOlivier Mengué
2021-12-14doc/go1.18: add caution about use of generics in productionIan Lance Taylor
2021-12-14doc/go1.18: move debug/buildinfo to core library sectionCherry Mui
2021-12-14doc: update go1.18 release notes with a blurb about workspace modeMichael Matloob
2021-12-14doc/go1.18: remove residual TODOsCherry Mui
2021-12-13spec: fix conversion rules (match implementation)Robert Griesemer
2021-12-10doc: document cmd/vet changes for 1.18 releaseTim King
2021-12-08doc: document the new types.Config.GoVersion fieldRobert Findley
2021-12-08doc: document cmd/vet changes for generics in 1.18Robert Findley
2021-12-08doc: add in release note about compiler being roughly 15% slowerDan Scales
2021-12-08doc/go1.18: clarify additions to net package APIAustin Clements
2021-12-08doc/go1.18: move fuzzing to tools sectionIan Lance Taylor
2021-12-07doc/go1.18: mention bytes.Cut and strings.CutAustin Clements
2021-12-07doc/go1.18: drop TODO for "Changes to the language"Austin Clements
2021-12-07doc/go1.18: add docs for -count when benchmarkingJeremy Faller
2021-12-06doc/go1.18: add new sync.[RW]Mutex methodsJeremy Faller
2021-12-06doc/go1.18: add changes to strconv.Unquote to release notesJeremy Faller