aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/issues_test.go
AgeCommit message (Expand)Author
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
2024-04-15go/types: flip the default value of GODEBUG=gotypesalias=1Alan Donovan
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-01-11go/types, types2: don't lose position info of interface embeddingsRobert Griesemer
2023-12-13go/types, types2: better error message when missing method is unexportedRobert Griesemer
2023-12-07go/types, types2: don't print aliased type (in comments) for Alias typesRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-10-03go/types, types2: don't implicitly modify an argument function's typeRobert Griesemer
2023-08-15go/types, types2: don't verify infer result if no Config.Error is givenRobert Griesemer
2023-08-15go/types, types2: use correct parameter list when checking argument passingRobert Griesemer
2023-05-23go/types, types2: require CGO for TestIssue59944Rob Findley
2023-05-23go/types: resolve cgo base type namesRob Findley
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-17go/types, types2: more uses of factored functions; generate object_test.goRobert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2023-01-17go/types, types2: distinguish between substring and regexp error patternsRobert Griesemer
2023-01-17internal/types: consistently use double quotes around ERROR patternsRobert Griesemer
2022-11-21go/types, types2: better variable names, cleanups in testRobert Griesemer
2022-11-18cmd/compile: package-annotate structs when error would be ambiguousDavid Chase
2022-11-18go/types, types2: replace some Errorf calls with Error calls (cleanup)Robert Griesemer
2022-10-19go/types, types2: replace typecheck with mustTypecheck almost everywhere (cle...Robert Griesemer
2022-10-19go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer
2022-10-19go/types, types2: simplify test setup in a couple of places (cleanup)Robert Griesemer
2022-10-18go/types, types2: add test verifying types/values of type parameter "constants"Robert Griesemer
2022-10-18go/types: migrate importer usage in testsMichael Matloob
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-26go/types, types2: report "undefined: x" instead of "undeclared name: x"Robert Griesemer
2022-09-16go/types, types2: allow (string...) signature with NewSignatureTypeRobert Griesemer
2022-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2022-01-31go/types, types2: fix implements and identical predicatesRobert Griesemer
2022-01-25go/types, types2: all interfaces implement comparable (add tests)Robert Griesemer
2021-08-17Revert "go/types: make Interface.Complete a no-op"Robert Findley
2021-08-16go/types: make Interface.Complete a no-opRobert Findley
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í