summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.19: use the right package error.Is argumentsIan Lance Taylor2022-04-071-3/+3
* image/draw: have draw.Src preserve NRGBA colorsNigel Tao2022-04-071-0/+13
* doc/go_spec.html: update type identity exampleJared Horvat2022-04-041-1/+1
* net: support error.Is of network errors and context errorsIan Lance Taylor2022-04-031-0/+12
* doc: add illegal octal over 255 exampleZach Collier2022-04-021-0/+1
* strconv: quote rune 007F as \x7f, not \u007fIan Lance Taylor2022-03-311-1/+11
* spec: clarify type term restriction for type parametersRobert Griesemer2022-03-311-4/+5
* doc/go1.19: mention new unix build constraintIan Lance Taylor2022-03-291-0/+17
* spec: various minor clarificationsRobert Griesemer2022-03-111-8/+16
* spec: clean up intro and replace bolded text with proseRobert Griesemer2022-03-111-19/+10
* spec: remove note re: field accesses on type literalsRobert Griesemer2022-03-101-4/+0
* spec: more adjustments/correctionsRobert Griesemer2022-03-101-45/+47
* spec: remove notion of specific typesRobert Griesemer2022-03-101-100/+38
* spec: document that type inference doesn't apply to generic typesRobert Griesemer2022-03-081-32/+29
* spec: clarifications based on feedbackRobert Griesemer2022-03-071-44/+38
* doc/go1.19: mention use of EDNS(0)Ian Lance Taylor2022-03-041-0/+15
* doc: start draft of go1.19 release notes, move go1.18 to x/websiteCarlos Amedee2022-03-022-1364/+61
* doc/go1.18: warn about possible breakage of 1.18 generic codeIan Lance Taylor2022-03-021-0/+20
* doc: mention change in append behaviorKeith Randall2022-03-021-0/+6
* all: fix typoscuishuang2022-02-281-1/+1
* spec: the -'s possessive suffix is English, not codeMatthew Dempsky2022-02-281-3/+3
* doc/go1.18: note changes to automatic go.mod and go.sum updatesBryan C. Mills2022-02-251-0/+14
* doc/go1.18: document minimum Linux kernel versionTobias Klauser2022-02-251-0/+6
* doc/go1.18: document method set limitation for method selectorsRobert Griesemer2022-02-251-0/+10
* doc/go1.18: mention runtime/pprof improvementsFelix Geisendörfer2022-02-241-0/+10
* doc/go1.18: fix typo in AMD64 port sectionTobias Klauser2022-02-241-1/+1
* doc/go1.18: drop misplaced periodMichael Pratt2022-02-231-1/+1
* doc/go1.18: correct "go build -asan" HTML tagCherry Mui2022-02-221-9/+9
* doc/go1.18: fix a few small typos, add a few commasAlberto Donizetti2022-02-211-11/+11
* doc/go1.18: fix grammar errorNick Sherron2022-02-191-1/+1
* doc/go1.18: document Go 1.17 bootstrap and //go:build fixRuss Cox2022-02-181-5/+45
* cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob2022-02-161-2/+2
* doc/go1.18: remove ppc regabi TODO as it's in the compiler sectionJeremy Faller2022-02-141-6/+0
* spec: highlight missing prose for easier review, fixed a few sectionsRobert Griesemer2022-02-141-21/+36
* spec: combine section on type parameters and type parameter listsRobert Griesemer2022-02-111-35/+23
* spec: add a section on implementing an interfaceRobert Griesemer2022-02-111-14/+40
* spec: describe processing of function arguments for type inference more preci...Robert Griesemer2022-02-111-1/+14
* doc: fix spelling error in link IDKevin Burke2022-02-111-1/+1
* spec: introduce notion of basic interface, misc. fine-tuningRobert Griesemer2022-02-111-13/+21
* spec: use the term "generic" rather than "(type-)parameterized"Robert Griesemer2022-02-111-25/+25
* spec: adjust rules to use core or specific types as necessaryRobert Griesemer2022-02-111-48/+72
* spec: move all sections describing type properties into one placeRobert Griesemer2022-02-101-185/+192
* spec: document numeric operations behavior for generic typesRobert Griesemer2022-02-101-7/+36
* doc/go1.18: remove some TODOs for changes we aren't mentioning againCarlos Amedee2022-02-101-9/+1
* spec: document behavior of generic type switch casesRobert Griesemer2022-02-091-0/+26
* spec: the type of a constant cannot be a type parameterRobert Griesemer2022-02-091-3/+28
* spec: use "core type" rather than "structural type"Robert Griesemer2022-02-091-20/+25
* doc/go1.18: update Go 1.18 release note TODOs using relnoteCarlos Amedee2022-02-091-1/+25
* doc/go1.18: document behavior of go/types predicates for extended interfacesRobert Griesemer2022-02-091-0/+13
* spec: explicitly define integer, floating-point, and complex typesRobert Griesemer2022-02-081-17/+21