aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
AgeCommit message (Expand)Author
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
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-07[dev.typeparams] test: add regress tests that fail(ed) with -G=3Matthew Dempsky
2021-07-07[dev.typeparams] test: add expected failure mechanismMatthew Dempsky
2021-06-28[dev.typeparams] cmd/compile: port fix for issue46725 to transform.goDan Scales
2021-06-24[dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unifiedMatthew Dempsky
2021-06-17[dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky
2021-06-17[dev.typeparams] cmd/compile: make types2 report better error for invalid unt...Cuong Manh Le
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-12[dev.typeparams] test: add string quoting support to test/run.goMatthew Dempsky