aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/check_test.go
AgeCommit message (Expand)Author
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
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
2023-11-13go/types, types2: add FileVersions map to test InfoRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-10go/types, types2: always run tests with and without _Alias nodes enabledRobert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-11-08all: rename GOEXPERIMENT=range to rangefuncCherry Mui
2023-09-20cmd/compile, go/types: typechecking of range over int, funcRuss Cox
2023-07-20go/types, types2: make sure info recording is executed in test runsRobert Griesemer
2023-05-24cmd/compile: report an error URL with error messagesRobert Griesemer
2023-05-23Revert "go/types, types2: consider shared methods when unifying against inter...Robert Griesemer
2023-05-23go/types, types2: consider shared methods when unifying against interfacesRobert Griesemer
2023-05-23go/types: resolve cgo base type namesRob Findley
2023-05-19cmd/compile: use more lenient type inference for untyped arguments for go1.21Robert Griesemer
2023-05-08go/types, types2: infer minimum default type for untyped argumentsRobert Griesemer
2023-05-04go/types, types2: remove Config.EnableReverseTypeInference flagRobert Griesemer
2023-05-03go/types, types2: implement reverse type inference for function argumentsRobert Griesemer
2023-03-29go/types, types2: reverse inference of function type argumentsRobert Griesemer
2023-01-17cmd/compile: remove support for old comparable semanticsRobert Griesemer
2023-01-17go/types: consistently use _ prefix for unexported names that are exported in...Robert Griesemer
2023-01-17go/types: make tracing configurable (matching types2)Robert 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
2023-01-17go/types, types2: avoid sorting all errors when matching errorsRobert Griesemer
2023-01-17go/types: use commentMap to collect error commentsRobert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-10-24go/types, types2: implement alternative comparable semanticsRobert Griesemer
2022-10-19go/types: remove special handling for .go1 files in testsRobert Griesemer
2022-10-19go/types, types2: remove global goVersion flag (cleanup)Robert Griesemer
2022-10-10go/types: use internal/types/errors instead of local error codesRobert Griesemer
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-02go/types, types2: move shared tests into internal/types/testdataRobert Griesemer
2022-09-02go/types, types2: establish type-checker specific local testsRobert Griesemer
2022-08-25go/types: remove support for "ERROR HERE" error markers in testsRobert Griesemer
2022-08-16all: fix some typoscui fliter
2022-08-16go/types, types2: check integer constant literal overflowRobert Griesemer
2022-06-28test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer
2022-04-11all: gofmt main repoRuss Cox
2022-04-02go/types: don't report errors for untyped int shifts on Go < 1.13Robert Findley
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-21go/types, types2: remove predecl. test functions from ordinary testsRobert Griesemer
2022-03-21go/types, types2: rename testfile suffixes from .go2 to .goRobert Griesemer
2022-03-21go/types, types2: use new flag mechanims to handle importC testRobert Griesemer
2022-03-21go/types, types2: implement flexible flag-setting mechanism for testsRobert Griesemer
2022-03-21go/types, types2: remove mechanism to exclude tests for unified buildRobert Griesemer
2022-01-10go/types, types2: better error message for type parameter field accessRobert Griesemer