aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/struct.go
AgeCommit message (Expand)Author
2024-02-29go/types, types2: consistently use error_ type for sub-errors (cleanup)Robert Griesemer
2024-01-25go/types, types2: in struct processing, set name position in types2Robert Griesemer
2023-09-15go/types, types2: introduce `isValid` predicate and use throughoutRobert Griesemer
2023-05-24go/types: set correct Pos for T in struct{p.T}Alan Donovan
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2022-10-12go/types, types2: remove need for invalidAST prefix in error callsRobert Griesemer
2022-10-11go/types: replace invalid(AST|Arg|Op) with errorf and message prefixRobert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2021-11-18go/types: remove tparamIsIface flag and corresponding dead codeRobert Findley
2021-11-17go/types: underlying type of a type parameter is its constraint interfaceRobert Findley
2021-11-15go/types: assign error codes to new errors for Go 1.18Robert Findley
2021-11-09go/types: report error for incomplete struct composite literal typeRobert Findley
2021-10-28go/types: add debugging support for delayed actionsRobert Findley
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-09-02go/internal/gcimporter: add import tests for type parametersRobert Findley
2021-08-04[dev.typeparams] go/types: embedded type cannot be a (pointer to) a type para...Rob Findley
2021-07-16[dev.typeparams] go/types: move Struct type decl into struct.go (cleanup)Rob Findley
2021-06-04[dev.typeparams] go/types: move struct checking into separate fileRob Findley