aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-03-14[release-branch.go1.18] doc: update go_spec.html with latest changesDmitri Shuralyov
2022-02-28all: fix typoscuishuang
2022-02-28spec: the -'s possessive suffix is English, not codeMatthew Dempsky
2022-02-25doc/go1.18: note changes to automatic go.mod and go.sum updatesBryan C. Mills
2022-02-25doc/go1.18: document minimum Linux kernel versionTobias Klauser
2022-02-25doc/go1.18: document method set limitation for method selectorsRobert Griesemer
2022-02-24doc/go1.18: mention runtime/pprof improvementsFelix Geisendörfer
2022-02-24doc/go1.18: fix typo in AMD64 port sectionTobias Klauser
2022-02-23doc/go1.18: drop misplaced periodMichael Pratt
2022-02-22doc/go1.18: correct "go build -asan" HTML tagCherry Mui
2022-02-21doc/go1.18: fix a few small typos, add a few commasAlberto Donizetti
2022-02-19doc/go1.18: fix grammar errorNick Sherron
2022-02-18doc/go1.18: document Go 1.17 bootstrap and //go:build fixRuss Cox
2022-02-16cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob
2022-02-14doc/go1.18: remove ppc regabi TODO as it's in the compiler sectionJeremy Faller
2022-02-14spec: highlight missing prose for easier review, fixed a few sectionsRobert Griesemer
2022-02-11spec: combine section on type parameters and type parameter listsRobert Griesemer
2022-02-11spec: add a section on implementing an interfaceRobert Griesemer
2022-02-11spec: describe processing of function arguments for type inference more preci...Robert Griesemer
2022-02-11doc: fix spelling error in link IDKevin Burke
2022-02-11spec: introduce notion of basic interface, misc. fine-tuningRobert Griesemer
2022-02-11spec: use the term "generic" rather than "(type-)parameterized"Robert Griesemer
2022-02-11spec: adjust rules to use core or specific types as necessaryRobert Griesemer
2022-02-10spec: move all sections describing type properties into one placeRobert Griesemer
2022-02-10spec: document numeric operations behavior for generic typesRobert Griesemer
2022-02-10doc/go1.18: remove some TODOs for changes we aren't mentioning againCarlos Amedee
2022-02-09spec: document behavior of generic type switch casesRobert Griesemer
2022-02-09spec: the type of a constant cannot be a type parameterRobert Griesemer
2022-02-09spec: use "core type" rather than "structural type"Robert Griesemer
2022-02-09doc/go1.18: update Go 1.18 release note TODOs using relnoteCarlos Amedee
2022-02-09doc/go1.18: document behavior of go/types predicates for extended interfacesRobert Griesemer
2022-02-08spec: explicitly define integer, floating-point, and complex typesRobert Griesemer
2022-02-07doc/go1.18: mention linker improvementsJosh Bleecher Snyder
2022-02-07doc/go1.18: mention new x/exp generic packagesIan Lance Taylor
2022-02-03doc/go1.18: add crypto/x509 verifier notesRoland Shoemaker
2022-02-03constraints: remove packageIan Lance Taylor
2022-02-02doc/go1.18: add crypto/tls, crypto/x509, and crypto/elliptic release notesFilippo Valsorda
2022-02-01doc/go1.18: explain changes to compiler error messagesRobert Griesemer
2022-02-01doc/go1.18: document restrictions for real, imag, complexRobert Griesemer
2022-02-01spec: add section on comparable constraintRobert Griesemer
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