aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/check.go
AgeCommit message (Expand)Author
2024-04-18go/types, types2: use correct predicate when asserting comma-ok typesRobert Griesemer
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
2024-04-15go/types: flip the default value of GODEBUG=gotypesalias=1Alan Donovan
2024-04-03go/types: don't fail fast on Go version errorsAlan Donovan
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: disable incorrect optimization in type validity checkRobert Griesemer
2024-02-22go/types, types2: remove unreachable func (minor cleanup)Robert Griesemer
2024-01-24go/types, types2: better error msg when type inference fails in a callRobert Griesemer
2023-11-28go/types: include AST in instantiatedIdent panic messageAlan Donovan
2023-11-15go/types, types2: remove local version processing in favor of go/versionRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-10cmd/compile: update types2.Info.FileVersions API to match go/typesRobert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-11-07go/types: export Info.FileVersionsRobert Griesemer
2023-10-19go: add available godoc linkcui fliter
2023-10-10go/types: update FileVersions API to match proposal changesRobert Griesemer
2023-09-15go/types, types2: introduce `isValid` predicate and use throughoutRobert Griesemer
2023-08-07go/types: use file start position as key for Info.FileVersionsRobert Griesemer
2023-08-03go/types, types2: collect per-file Go version in Info.FileVersionsRobert Griesemer
2023-08-02go/types, types2: move posVers field into group of package-specific fields (c...Robert Griesemer
2023-07-07go/types, types2: do not mutate arguments in NewCheckerRobert Findley
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-04-20go/types: fix version downgrade bug without Config.GoVersionRuss Cox
2023-04-14go/types, cmd/compile/internal/types2: use per-file Go versionRuss Cox
2023-03-24go/types, types2: adjust Checker.recordCommaOkTypes signatureRobert Griesemer
2023-01-17go/types: consistently use _ prefix for unexported names that are exported in...Robert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2023-01-17go/types: make tracing configurable (matching types2)Robert Griesemer
2022-10-11go/types: add errorcalls_test, apply it, and fix errorf call sitesRobert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-09-28go/types, types2: remove (C/c)ompilerErrorMessages flag - not needed anymoreRobert Griesemer
2022-06-06go/types, types2: use type nest to detect type cycles (fix validType)Robert Griesemer
2022-03-21go/types, types2: improved tracing output throughout (debugging support)Robert Griesemer
2022-02-23go/types, types2: generalize cleanup phase after type checkingRobert Griesemer
2022-02-08go/types, types2: AssertableTo is undefined for generalized interfacesRobert Griesemer
2022-01-24go/types, types2: report an error when using a broken aliasRobert Griesemer
2022-01-24go/types, types2: use a map instead of a field for marking in validTypeRobert Griesemer
2021-12-14go/types: externalize union type setsRobert Findley
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-06go/types, types2: unexport NewTypeListRobert Findley
2021-11-17go/types: match Go 1.17 compiler error messages more closelyRobert Findley
2021-11-13go/types: rename types.context to types.environmentRobert Findley
2021-11-13go/types: don't set a Config.Context if none is providedRobert Findley
2021-11-10go/types: disallow type cycles through type parameter listsRobert 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