aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-12-04doc/go1.18: add documentation for changes to go/constantRobert Griesemer
2021-12-03doc/go1.18: change github.com/golang/go/issues to golang.org/issueHossein Zolfi
2021-12-03doc/go1.18: catch up with runtime/compiler commits and API changesAustin Clements
2021-12-03doc/go1.18: mention fuzzing in the release notesKatie Hockman
2021-12-03doc/go1.18: reorganize runtime/compiler a littleAustin Clements
2021-12-02doc/go1.18: mention new -asan optionIan Lance Taylor
2021-12-02doc/go1.18: remove some TODOs for changes we aren't mentioningJeremy Faller
2021-12-02doc/go1.18: add docs on FieldByIndexErrJeremy Faller
2021-12-02doc/go1.18: add docs on new reflect.Value methodsJeremy Faller
2021-12-02doc/go1.18: add docs on MapIter.ResetJeremy Faller
2021-12-02doc/go1.18: add docs on User.GroupIdsJeremy Faller
2021-12-02doc/go1.18: add docs on Cookie.ValidJeremy Faller
2021-12-02doc/go1.18: add deprecation note for net.Error.TemporaryJeremy Faller
2021-12-02doc/go1.18: add Conn.NetConn documentation to crypto/tls sectionJeremy Faller
2021-12-02doc/go1.18: add constraints package documentationJeremy Faller
2021-12-02doc/go1.18: add information on new pacer.Jeremy Faller
2021-12-02doc/go1.18: add short-circuit evaluation for text/templateJeremy Faller
2021-12-01doc/go1.18: mention stack trace changeCherry Mui
2021-11-29spec: adjust section on package unsafe for type parametersRobert Griesemer
2021-11-29spec: rules for index expressions, len, cap, with type parameter typesRobert Griesemer
2021-11-29spec: corrections to various sectionsRobert Griesemer
2021-11-29doc/go1.18: use <code> instead of <pre> for target specificationJason A. Donenfeld
2021-11-27spec: fix link for instantiationssyumai
2021-11-27doc: go1.18 release notes for CLs 323318/332771Carlo Alberto Ferraris
2021-11-26doc/go1.18: document non-cooperative preemption on windows/arm{,64}Jason A. Donenfeld
2021-11-24doc/go1.18: add Clone docjiahua wang
2021-11-24spec: type assertions and switches don't operate on type parametersRobert Griesemer
2021-11-24spec: adjust type identity rules for type parametersRobert Griesemer
2021-11-24spec: add section on instantiationRobert Griesemer
2021-11-24spec: adjust conversion rules for type parametersRobert Griesemer
2021-11-24spec: adjust assignability rules for type parametersRobert Griesemer
2021-11-24spec: adjust representability rules for type parametersRobert Griesemer
2021-11-24spec: add definition of "specific types" of an interfaceRobert Griesemer
2021-11-24doc/go1.18: document that iOS 12 or newer is requiredDmitri Shuralyov
2021-11-22spec: fix Swap example (correctly swap type arguments and parameters)Robert Griesemer
2021-11-22doc/go1.18: document new overflow error for some untyped arguments to print/lnRobert Griesemer
2021-11-22doc/go1.18: document compiler change for "declared but not used" errorsRobert Griesemer
2021-11-22spec: add section on the structure of interfacesRobert Griesemer
2021-11-22spec: add type parameter typesRobert Griesemer
2021-11-22spec: add type parameter listsRobert Griesemer
2021-11-19doc/go1.18: mention register ABI on ARM64 and PPC64Cherry Mui
2021-11-19[go] doc: document speedups to Trim[|Left|Right]Jeremy Faller
2021-11-19[go] doc: add new bufio functionalityJeremy Faller
2021-11-18spec: various clarifications/fixes for method sets and interfacesRobert Griesemer
2021-11-18spec: generalize method sets and interface types to type setsRobert Griesemer
2021-11-16doc: mention generics in release notesKeith Randall
2021-11-16doc/go1.18: add AppendRune docjiahua wang
2021-11-14doc: document GOAMD64 environment variableKeith Randall
2021-11-11spec: fix a broken linkRobert Griesemer
2021-11-11doc/go1.18: document http.Transport.Dial* being used in js/wasmNeil Alexander