aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/context.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2023-08-28cmd/compile/internal/types2: use ReplaceAll in *Context.instanceHashJes Cok
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-03-30go/types, types2: add commentary on (non-)guarantees when using contextsRobert Findley
2022-03-30go/types: clarify that contexts do not guarantee deduplicationRobert Findley
2021-11-13go/types: deduplicate signatures with the contextRobert Findley
2021-11-12go/types: re-use type hashing logic in Context.typeHashRobert Findley
2021-11-12go/types: refactor the Context type map to accept arbitrary typesRobert Findley
2021-11-12go/types: use Identical to verify type identity in the Context mapRobert Findley
2021-11-10go/types: remove most asX converters (cleanup)Robert Findley
2021-10-01go/types: remove Environment typejiahua wang
2021-09-29go/types, types2: rename Environment to ContextRobert Findley