aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/infer.go
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: use type terms to represent unionsRob Findley
2021-08-04[dev.typeparams] go/types: adjust unsafe.Alignof/Offsetof/SizeofRob Findley
2021-07-22[dev.typeparams] go/types: merge instance and Named to eliminate sanitizationRob Findley
2021-07-16[dev.typeparams] go/types: remove unused *Checker arguments (cleanup)Rob Findley
2021-07-16[dev.typeparams] go/types: remove typeparams wrappers and aliasesRob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-06-17[dev.typeparams] go/types: eliminate need for unpack and asUnion functionsRob Findley
2021-06-17[dev.typeparams] go/types: replace Sum type with Union typeRob Findley
2021-06-17[dev.typeparams] go/types: accept embedded interface elementsRob Findley
2021-05-07go/types: add a test case for issue 45985Rob Findley
2021-04-28go/types: fix type inferenceRob Findley
2021-04-27go: various minor cleanups with the help of Golandkumakichi
2021-04-22go/types: combine two loops (cleanup of TODO)Rob Findley
2021-04-21go/types: combine all type inference in a single functionRob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2021-01-20[dev.typeparams] go/types: add tests from dev.go2goRob Findley
2020-12-15[dev.typeparams] go/types: import unify.go and infer.go from dev.go2goRob Findley