aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/validtype.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-03-15go/types, types2: do not overwrite nest entries in Checker.validTypeRobert Griesemer
2024-02-29go/types, types2: better error position for invalid (infinite) typesRobert Griesemer
2024-02-29go/types, types2: disable incorrect optimization in type validity checkRobert Griesemer
2024-02-29go/types, types2: add tracing to Checker.validTypeRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-09-15go/types, types2: introduce `isValid` predicate and use throughoutRobert Griesemer
2023-01-20go/types: add a test that generated files match types2Robert Findley
2023-01-17go/types: generate various source files from types2 filesRobert Griesemer
2022-11-16go/types, types2: ensure invalid generic types are marked as invalidRobert Findley
2022-11-05all: fix comment typosDan Kortschak
2022-06-06go/types, types2: simplify implementation of validType (fix TODO)Robert Griesemer
2022-06-06go/types, types2: use type nest to detect type cycles (fix validType)Robert Griesemer
2022-06-06go/types, types2: store Named instance information separatelyRobert Findley
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-03-21go/types, types2: ensure we have a fully resolved type in validTypeRobert Griesemer
2022-02-28all: fix typoscuishuang
2022-01-24go/types, types2: consider type parameters for cycle detectionRobert Griesemer
2022-01-24go/types, types2: remove special case for external types in validTypeRobert Griesemer
2022-01-24go/types, types2: validType argument must be *Named typeRobert Griesemer
2022-01-24go/types, types2: use a map instead of a field for marking in validTypeRobert Griesemer
2022-01-24go/types, types2: move validType code into its own fileRobert Griesemer