aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
AgeCommit message (Expand)Author
2022-04-12test: add //go:build support to run.goMatthew Dempsky
2022-03-31test: update comments in run.go (cleanup)Robert Griesemer
2022-03-24test: compile source files as if from "test" moduleMatthew Dempsky
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-07test: add test case for #51521Matthew Dempsky
2022-03-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-07cmd/compile: fix reentrancy issue in unified IR function body readingMatthew Dempsky
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-07test: apply GO_TEST_TIMEOUT_SCALE scaling to test timeoutsThan McIntosh
2022-01-27cmd/compile: support structural typing in unified IRMatthew Dempsky
2022-01-25cmd/compile: new absdiff.go test, fix problem with g.curDeclDan Scales
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-11cmd/compile: resolve dictionaries/shape methods in markInlBody, if neededDan Scales
2022-01-11test: re-enable most go/tests that were disabled because of types2 differencesDan Scales
2021-12-08test: add extra typeswitch tests that cause duplicate casesDan Scales
2021-12-07cmd/compile: deal with unsatisfiable type assertion in some instantiationsDan Scales
2021-12-03test: re-enable a bunch of tests with types2Dan Scales
2021-12-02cmd/compile: report channel size errors correctly for -G=3Dan Scales
2021-11-15cmd/compile: error when using internal type declarations in generic functionsKeith Randall
2021-11-12cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales
2021-10-29cmd/compile: use Structure() to get single underlying type of typeparam.Dan Scales
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-14cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09test: re-enable AsmCheck tests for types2-based frontendsMatthew Dempsky
2021-09-02test: only test -G=3 by defaultMatthew Dempsky
2021-09-02test: always run test in unified IR mode regardless of explicit -G flagCuong Manh Le
2021-08-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-19cmd/compile: add support for //go:nointerface for -G=3Matthew Dempsky
2021-08-16cmd/compile: intrinsify Mul64 on riscv64Meng Zhuo
2021-08-05[dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales
2021-07-28[dev.typeparams] cmd/compile: mark methods of instantiated interface types as...Dan Scales
2021-07-26[dev.typeparams] cmd/compile/internal/types2: fix a bug in package qualificat...Robert Griesemer
2021-07-26[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky
2021-07-24[dev.typeparams] transformDot() should set Selection and tc flag for added ODOTsDan Scales
2021-07-23[dev.typeparams] cmd/compile: add dictionary entries for itab conversionDan Scales
2021-07-22[dev.typeparams] test: cleanup 'go env' and -goexperimentMatthew Dempsky
2021-07-22[dev.typeparams] Fix problem with 14.goDan Scales
2021-07-22[dev.typeparams] Get dictionaryCapture.go working.Dan Scales
2021-07-21[dev.typeparams] cmd/compile: disable failing generic testsKeith Randall
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-14[dev.typeparams] cmd/compile: fix escape printout bugs for -G=3Dan Scales
2021-07-09[dev.typeparams] cmd/compile: report mismatch between types because of //go:...Dan Scales
2021-07-08[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: fix bug with types2.Instantiate with interface ...Dan Scales