aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/eval_test.go
AgeCommit message (Expand)Author
2024-04-15go/types: flip the default value of GODEBUG=gotypesalias=1Alan Donovan
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-02-27go/types: added test case for Checker.CheckExprRobert Griesemer
2023-11-30go/types: set correct Var.scopePos for parameters/resultsAlan Donovan
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2022-08-04go/internal/gcimporter: rewrite interface receiver parametersMatthew Dempsky
2022-04-04cmd/compile: switch to final unified IR export formatMatthew Dempsky
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-09[dev.regabi] go/types: use 512 bits as max. integer precisionRob Findley
2021-01-11[dev.typeparams] go/types: import expr changes from dev.go2goRob Findley
2019-05-08go/types: add CheckExpr function to type-check an expressionAlan Donovan
2018-02-12go/types: perform delayed tests even for types.EvalRobert Griesemer
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-06-17go/types: use testenv.MustHaveGoBuild to exclude some buildsRobert Griesemer
2015-06-15go/types: port recent x/tools/go/types fixesRobert Griesemer
2015-05-14go/types: remove _ imports that are not needed anymoreRobert 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