aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2021-12-06doc/go1.18: add docs for js.Wrapper's removalJeremy Faller
2021-12-06doc/go1.18: add changes to regexp to release notesJeremy Faller
2021-12-06doc/go1.18: minor tweaks to generics sectionAustin Clements
2021-12-06doc/go1.18: cite CLs for more efficient scavengingAustin Clements
2021-12-06go/types, types2: unexport NewTypeListRobert Findley
2021-12-04doc/go1.18: use correct link for reflect.PointerToIan Lance Taylor
2021-12-04doc/go1.18: add docs for SysProcAttr.PdeathsigJeremy Faller
2021-12-04doc/go1.18: expand section on genericsRobert Griesemer
2021-12-04doc/go1.18: add documentation for changes to go/typesRobert Griesemer
2021-12-04doc/go1.18: add documentation for changes to go/astRobert Griesemer
2021-12-04doc/go1.18: add documentation for changes to go/tokenRobert Griesemer