aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/stmt.go
AgeCommit message (Expand)Author
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-03-14go/types, types2: don't do version checks for embedded types of imported inte...Robert Griesemer
2024-02-29go/types, types2: consistently use error_ type for sub-errors (cleanup)Robert Griesemer
2024-02-26std: fix more nilness findingsAlan Donovan
2024-02-23go/types, types2: make error handling more similarRobert Griesemer
2024-02-22go/types, types2: remove unreachable func (minor cleanup)Robert Griesemer
2024-02-08go/types, types2: consistently use ast/syntax.Unparen (cleanup)Robert Griesemer
2024-01-26all: enable range-over-func in Go 1.23Russ Cox
2024-01-18go/types, types2: fix range clause checks for constant range expressionsRobert Griesemer
2023-12-13go/types, types2: report error for range over int if Go version < 1.22Robert Griesemer
2023-11-30go/types: set correct Var.scopePos for parameters/resultsAlan Donovan
2023-11-08all: rename GOEXPERIMENT=range to rangefuncCherry Mui
2023-11-02go/types, types2: enable range over int w/o need for goexperimentRobert Griesemer
2023-09-20cmd/compile, go/types: typechecking of range over int, funcRuss Cox
2023-09-15go/types, types2: introduce `isValid` predicate and use throughoutRobert Griesemer
2023-03-29go/types, types2: reverse inference of function type argumentsRobert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-17go/types: consistently use _ prefix for unexported names that are exported in...Robert Griesemer
2023-01-17go/types, types2: factor out position comparison, share more codeRobert Griesemer
2023-01-17go/types: make tracing configurable (matching types2)Robert Griesemer
2022-10-12go/types, types2: remove need for invalidAST prefix in error callsRobert Griesemer
2022-10-11go/types: add errorcalls_test, apply it, and fix errorf call sitesRobert 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
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-26go/types, types2: provide error codes where they were missingRobert Griesemer
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-03-21go/types, types2: improved tracing output throughout (debugging support)Robert Griesemer
2022-03-21go/types, types2: better error msg when using fallthrough in type switchRobert Griesemer
2022-03-03go/types, types2: fix scoping for iteration variables declared by range clauseRobert Griesemer
2022-02-09go/types, types2: rename structuralType/String to coreType/StringRobert Griesemer
2022-02-04go/types, types2: simplify Checker.typeAssertion, use same code in both type ...Robert Griesemer
2022-02-04go/types, types2: better error messages for comparisonsRobert Griesemer
2022-01-18cmd/compile, go/types: restore 'too many return values' error for func with n...Russ Cox
2022-01-18cmd/compile, go/types: fix checking of bad type switchRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-29go/types: report types for mismatched call and return statementsRobert Griesemer
2021-11-17go/types: better error for type assertion/switch on type parameter valueRobert Findley
2021-11-16go/types: slightly relax notion of structural typeRobert Findley
2021-11-16go/types: refer to structural rather than single underlying type in errorsRobert Findley
2021-11-16go/types: rename structure to structuralTypeRobert Findley
2021-11-15go/types: assign error codes to new errors for Go 1.18Robert Findley
2021-11-13go/types: rename types.context to types.environmentRobert Findley
2021-11-09go/types: rename is_X predicates back to isX (step 2 of 2)Robert Findley
2021-11-09go/types: rename isX predicates to allX, add simple is_X (step 1 of 2)Robert Findley
2021-11-02go/types: implement singleType and structure (type)Robert Findley
2021-10-29go/types: range clause to accept type sets with single underlying typesRobert Findley
2021-09-02go/types: systematic detection of missing instantiationRobert Findley
2021-09-01go/types: remove superfluous ordinaryType callsRobert Findley
2021-09-01go/types: generalize instanceHash to accept any type, rename to typeHashRobert Findley