aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
AgeCommit message (Expand)Author
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
2021-06-02test: fix error check messages for 2 types2 testsZachary Burkett
2021-05-27[dev.typeparams] test: trim list of expected -G=3 failuresMatthew Dempsky
2021-05-25[dev.typeparams] test: fix and update run.go's generics testingMatthew Dempsky
2021-05-19[dev.typeparams] cmd/compile/internal/types2: fix types2 panicMatthew Dempsky
2021-05-19[dev.typeparams] test: update regress tests for types2Matthew Dempsky
2021-05-18[dev.typeparams] test: run more tests with -G=3Matthew Dempsky
2021-04-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements
2021-04-12test: consider default GOEXPERIMENT when matching build tagsCherry Zhang
2021-03-24test: recognize cgo build tagIan Lance Taylor
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-23test: enable fixedbugs/bug193.go for -G compiler optionRobert Griesemer
2021-03-18test: switch fieldtrack test to use GOEXPERIMENTAustin Clements
2021-03-05test: enable "-d=panic" by default for errorcheck*Cuong Manh Le
2021-03-02all: fix spellingJohn Bampton
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-16[dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang
2021-02-10[dev.typeparams] cmd/compile/internal/types2: overlapping embedded interfaces...Robert Griesemer