aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/check_test.go
AgeCommit message (Expand)Author
2020-08-27go/types: remove need to enumerate fixedbugs test filesRob Findley
2019-08-26go/types: allow embedding overlapping interfacesRobert Griesemer
2019-08-26go/types: add -halt flag to ease debugging in test modeRobert Griesemer
2019-02-11go/types: add tests for new Go 2 number literalsRobert Griesemer
2018-10-19go/types: accept recv base type that is alias to a pointer typeRobert Griesemer
2018-10-05go/types: don't type-check method signatures eagerly anymoreRobert Griesemer
2018-08-08go/types: if base type for an alias is known, use it when neededRobert Griesemer
2018-04-25go/types: use correct (file) scopes when computing interface method setsRobert Griesemer
2018-02-12go/types: correctly compute method set of some recursive interfacesRobert Griesemer
2017-12-16go/types: rename (historic) flag "-list" used for go/types testingRobert Griesemer
2017-11-22cmd/compile, go/types: error if main.main is not a functionMatthew Dempsky
2017-01-10[dev.typealias] go/types: implement type aliasesRobert Griesemer
2016-11-04go/types: revert user-visible changes related to aliasesRobert Griesemer
2016-10-04go/types: minimal support for alias declarations: don't crashRobert Griesemer
2016-10-04go/types: ignore struct tags when converting structsRobert Griesemer
2015-09-18go/types: handle import "C" more like cmd/compileRobert Griesemer
2015-06-17go/types: use testenv.MustHaveGoBuild to exclude some buildsRobert 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: more selective disabling of testsRobert Griesemer
2015-04-08go/types: skip failing tests (fix build)Robert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer