aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/transform.go
AgeCommit message (Expand)Author
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
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-06[dev.typeparams] cmd/compile: do transformCall with non-shape type of callDan Scales
2021-07-29[dev.typeparams] cmd/compile: handle meth expressions on typeparamsDan Scales
2021-07-24[dev.typeparams] transformDot() should set Selection and tc flag for added ODOTsDan Scales
2021-07-23[dev.typeparams] Add CONVIFACE nodes in noder2, where possibleDan Scales
2021-07-22[dev.typeparams] Fix problem with 14.goDan Scales
2021-07-09[dev.typeparams] cmd/compile: report mismatch between types because of //go:...Dan Scales
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-06-28[dev.typeparams] cmd/compile: port fix for issue46725 to transform.goDan Scales
2021-06-28[dev.typeparams] cmd/compile: port CL 330838 for -G=3Cuong Manh Le
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-26[dev.typeparams] cmd/compile: rewrite method calls during typecheckCuong Manh Le
2021-06-07[dev.typeparams] cmd/compile: allow conversions from type parameter to interfaceKeith Randall
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-08cmd/compile: break out transformations of tcCompLit into transformCompLitDan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-03-31cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...Dan Scales
2021-03-30cmd/compile: fix various small bugs related to type listsDan Scales
2021-03-25cmd/compile: add transform functions for OXDOT and builtinsDan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales