aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-10[dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith Randall
2021-08-10[dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...Robert Griesemer
2021-08-09[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales
2021-08-09[dev.typeparams] cmd/compile: implement generic type switchesKeith Randall
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-06[dev.typeparams] cmd/compile/internal/types2: fix make with type parameter ar...Robert Griesemer
2021-08-06[dev.typeparams] cmd/compile: make sure closures inside generic funcs are not...Dan Scales
2021-08-05[dev.typeparams] cmd/compile/internal/types2: implement type sets with term l...Robert Griesemer
2021-08-05[dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales
2021-08-04[dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-31[dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith Randall
2021-07-30[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...Keith Randall
2021-07-29[dev.typeparams] cmd/compile: handle meth expressions on typeparamsDan Scales
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-28[dev.typeparams] test: rename blank functionsMatthew Dempsky
2021-07-28[dev.typeparams] test/typeparam: gofmt -wMatthew Dempsky
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: embedded type cannot be a (poin...Robert Griesemer
2021-07-26[dev.typeparams] cmd/compile/internal/types2: fix a bug in package qualificat...Robert Griesemer
2021-07-26[dev.typeparams] all: merge master (ecaa681) into dev.typeparamsMatthew Dempsky
2021-07-26[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky
2021-07-24[dev.typeparams] cmd/compile: fix HasShape, add dottype testKeith Randall
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-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-22[dev.typeparams] cmd/compile: fix missing condition in usemethodCuong Manh Le
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: handle ++/-- in noder2 for operands with generi...Dan Scales
2021-07-21[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bugDan Scales
2021-07-21[dev.typeparams] cmd/compile: disable failing generic testsKeith Randall
2021-07-21[dev.typeparams] test: add regression test for go/defer wrapperCuong Manh Le
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-18test/bench/go1: fix size for RegexpMatchMedium_32nimelehin
2021-07-16[dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != t...Keith Randall
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-16[dev.typeparams] cmd/compile/internal/types2: more consistent handling of pre...Robert Griesemer
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-14[dev.typeparams] cmd/compile/internal/types2: embedding stand-alone type para...Robert Griesemer
2021-07-14[dev.typeparams] cmd/compile/internal/types2: implement close(ch) where ch is...Robert Griesemer
2021-07-14[dev.typeparams] cmd/compile: fix escape printout bugs for -G=3Dan Scales
2021-07-12[dev.typeparams] Add optional sub-dict entry for typeparam bound callsDan Scales
2021-07-09[dev.typeparams] cmd/compile: report mismatch between types because of //go:...Dan Scales
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
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-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky