summaryrefslogtreecommitdiff
path: root/test/run.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales2021-08-051-1/+0
* [dev.typeparams] cmd/compile: mark methods of instantiated interface types as...Dan Scales2021-07-281-1/+0
* [dev.typeparams] cmd/compile/internal/types2: fix a bug in package qualificat...Robert Griesemer2021-07-261-1/+0
* [dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky2021-07-261-2/+4
* [dev.typeparams] transformDot() should set Selection and tc flag for added ODOTsDan Scales2021-07-241-2/+1
* [dev.typeparams] cmd/compile: add dictionary entries for itab conversionDan Scales2021-07-231-1/+2
* [dev.typeparams] test: cleanup 'go env' and -goexperimentMatthew Dempsky2021-07-221-28/+38
* [dev.typeparams] Fix problem with 14.goDan Scales2021-07-221-3/+2
* [dev.typeparams] Get dictionaryCapture.go working.Dan Scales2021-07-221-4/+3
* [dev.typeparams] cmd/compile: disable failing generic testsKeith Randall2021-07-211-0/+5
* [dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky2021-07-201-0/+1
|\
* | [dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales2021-07-161-6/+1
* | [dev.typeparams] cmd/compile: fix escape printout bugs for -G=3Dan Scales2021-07-141-31/+3
* | [dev.typeparams] cmd/compile: report mismatch between types because of //go:...Dan Scales2021-07-091-2/+1
* | [dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales2021-07-081-9/+2
* | [dev.typeparams] cmd/compile: fix bug with types2.Instantiate with interface ...Dan Scales2021-07-071-1/+0
* | [dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales2021-07-071-1/+0
* | [dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales2021-07-071-1/+0
* | [dev.typeparams] test: add regress tests that fail(ed) with -G=3Matthew Dempsky2021-07-071-1/+14
* | [dev.typeparams] test: add expected failure mechanismMatthew Dempsky2021-07-071-115/+167
* | [dev.typeparams] cmd/compile: port fix for issue46725 to transform.goDan Scales2021-06-281-1/+0
* | [dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unifiedMatthew Dempsky2021-06-241-24/+39
* | [dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky2021-06-171-16/+50
* | [dev.typeparams] cmd/compile: make types2 report better error for invalid unt...Cuong Manh Le2021-06-171-1/+0
* | [dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le2021-06-161-0/+1
|\ \ | |/
| * cmd/compile: better error message for invalid untyped operationCuong Manh Le2021-06-161-0/+1
* | [dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky2021-06-141-0/+1
|\ \ | |/
* | [dev.typeparams] test: add string quoting support to test/run.goMatthew Dempsky2021-06-121-1/+67
* | test: fix error check messages for 2 types2 testsZachary Burkett2021-06-021-2/+0
* | [dev.typeparams] test: trim list of expected -G=3 failuresMatthew Dempsky2021-05-271-37/+22
* | [dev.typeparams] test: fix and update run.go's generics testingMatthew Dempsky2021-05-251-39/+70
* | [dev.typeparams] cmd/compile/internal/types2: fix types2 panicMatthew Dempsky2021-05-191-1/+0
* | [dev.typeparams] test: update regress tests for types2Matthew Dempsky2021-05-191-5/+0
* | [dev.typeparams] test: run more tests with -G=3Matthew Dempsky2021-05-181-94/+199
|/
* cmd/go, go/build: add ToolTags to build.DefaultRuss Cox2021-04-161-20/+5
* cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements2021-04-161-16/+19
* test: consider default GOEXPERIMENT when matching build tagsCherry Zhang2021-04-121-0/+12
* test: recognize cgo build tagIan Lance Taylor2021-03-241-6/+17
* cmd/compile: wrap/desugar defer calls for register abiThan McIntosh2021-03-231-0/+10
* test: enable fixedbugs/bug193.go for -G compiler optionRobert Griesemer2021-03-231-1/+0
* test: switch fieldtrack test to use GOEXPERIMENTAustin Clements2021-03-181-1/+5
* test: enable "-d=panic" by default for errorcheck*Cuong Manh Le2021-03-051-2/+3
* all: fix spellingJohn Bampton2021-03-021-1/+1
* [dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley2021-02-171-0/+1
|\
| * [dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang2021-02-161-0/+1
* | [dev.typeparams] cmd/compile/internal/types2: overlapping embedded interfaces...Robert Griesemer2021-02-101-1/+0
* | [dev.typeparams] cmd/compile: pass -lang flag value to new type checkerRobert Griesemer2021-02-041-1/+0
* | [dev.typeparams] cmd/compile/internal/types2: use 512 bits as max. integer pr...Robert Griesemer2021-02-041-1/+0
* | [dev.typeparams] test: exclude a failing test again (fix 32bit builds)Robert Griesemer2021-02-031-10/+11
* | [dev.typeparams] test: enable more errorcheck testsRobert Griesemer2021-02-031-17/+10