aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/context.go
AgeCommit message (Expand)Author
2023-08-28cmd/compile/internal/types2: use ReplaceAll in *Context.instanceHashJes Cok
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-17cmd/compile/internal/types2: deduplicate signatures with the contextRobert Griesemer
2021-11-16cmd/compile/internal/types2: re-use type hashing logic in Context.typeHashRobert Griesemer
2021-11-16cmd/compile/internal/types2: refactor the Context type map to accept arbitrar...Robert Griesemer
2021-11-16cmd/compile/internal/types2: use Identical to verify type identity in the Con...Robert Griesemer
2021-11-12cmd/compile/internal/types2: unexport Context.TypeHashRobert Findley
2021-11-09cmd/compile/internal/types2: roll-forward removal of asX convertersRobert Findley
2021-11-08cmd/compile: Revert "cmd/compile/internal/types2: remove most asX converters ...Cuong Manh Le
2021-11-08cmd/compile/internal/types2: remove most asX converters (cleanup)Robert Griesemer
2021-09-29go/types, types2: rename Environment to ContextRobert Findley