aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2022-04-27crypto/tls: remove tls10default GODEBUG flagFilippo Valsorda
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-19spec: clarify rules for type set construction of an interfaceRobert Griesemer
2022-04-19doc/go1.19: move the description of the runtime.GOROOT change from 'cmd/go' t...Bryan C. Mills
2022-04-12doc/go1.19: document cmd/go changes involving -trimpathBryan C. Mills
2022-04-07doc/go1.19: use the right package error.Is argumentsIan Lance Taylor
2022-04-07image/draw: have draw.Src preserve NRGBA colorsNigel Tao
2022-04-04doc/go_spec.html: update type identity exampleJared Horvat
2022-04-03net: support error.Is of network errors and context errorsIan Lance Taylor
2022-04-02doc: add illegal octal over 255 exampleZach Collier
2022-03-31strconv: quote rune 007F as \x7f, not \u007fIan Lance Taylor
2022-03-31spec: clarify type term restriction for type parametersRobert Griesemer
2022-03-29doc/go1.19: mention new unix build constraintIan Lance Taylor
2022-03-11spec: various minor clarificationsRobert Griesemer
2022-03-11spec: clean up intro and replace bolded text with proseRobert Griesemer
2022-03-10spec: remove note re: field accesses on type literalsRobert Griesemer
2022-03-10spec: more adjustments/correctionsRobert Griesemer
2022-03-10spec: remove notion of specific typesRobert Griesemer
2022-03-08spec: document that type inference doesn't apply to generic typesRobert Griesemer
2022-03-07spec: clarifications based on feedbackRobert Griesemer
2022-03-04doc/go1.19: mention use of EDNS(0)Ian Lance Taylor
2022-03-02doc: start draft of go1.19 release notes, move go1.18 to x/websiteCarlos Amedee
2022-03-02doc/go1.18: warn about possible breakage of 1.18 generic codeIan Lance Taylor
2022-03-02doc: mention change in append behaviorKeith Randall
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