aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/issues_test.go
AgeCommit message (Expand)Author
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-25go/types: fix a bug in package qualification logicRob Findley
2021-04-27go/types: walk all imports when determining package name ambiguityRob Findley
2021-02-23go/types: minor updates to comments to align with types2Rob Findley
2021-02-23go/types, cmd/compile/internal/types2: use regular type printing for unsafe.P...Robert Griesemer
2020-12-09go/types: avoid endless recursion in the Comparable predicateRob Findley
2019-10-18go/types: don't update the underlying type of an imported typeRobert Griesemer
2019-09-17go/types: make sure interfaces are complete before comparing themRobert Griesemer
2018-12-03go/types: fix interface receiver type for incremental type-checkingRobert Griesemer
2018-10-22go/types: copy embedded methods unchanged when completing interfacesRobert Griesemer
2018-10-11go/types: use correct receiver types for embedded interface methodsRobert Griesemer
2018-05-29go/types: add struct field with invalid type if field has errorsRobert Griesemer
2017-11-01go/types: sort unused declaration errorsDaniel Martí
2016-01-13go/importer: associate exported field and interface methods with correct packageRobert Griesemer
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-11go/types: move go/types/internal/gcimport => go/internal/gcimporterRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer