aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/check_test.go
AgeCommit message (Expand)Author
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer
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-02-28go/types, types2: initial support for parameterized type aliasesRobert Griesemer
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-06-12cmd/compile/internal/types2: add missing tests from go/typesRobert 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-03-29go/types, types2: reverse inference of function type argumentsRobert Griesemer
2023-03-01go/types, types2: consider methods when unifying type parameters and constraintsRobert Griesemer
2023-03-01go/types, types2: use new type inference algorithm exclusivelyRobert Griesemer
2023-01-17cmd/compile: remove support for old comparable semanticsRobert 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
2023-01-17cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexibleRobert 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, types2: remove global goVersion flag (cleanup)Robert Griesemer
2022-09-02go/types: use function name position for init errorsRobert Griesemer
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-09-02cmd/compile/internal/types2: use go/types/testdata/fixedbugs testsRobert Griesemer
2022-09-02go/types, types2: consolidate testdata/fixedbugs test filesRobert Griesemer
2022-09-01cmd/compile/internal/types2: use go/types/testdata/check testsRobert Griesemer
2022-08-19cmd/compile/internal/types2: use go/types/testdata/examples testsRobert Griesemer
2022-08-18cmd/compile/internal/types2: use go/types/testdata/spec testsRobert Griesemer
2022-08-18go/types, types2: consolidate testdata/examples test filesRobert Griesemer
2022-08-16all: fix some typoscui fliter
2022-06-28test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer
2022-04-11all: gofmt main repoRuss Cox
2022-03-30cmd/compile/internal/syntax: remove generic-specific parse modesRobert Griesemer
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