aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/transform.go
AgeCommit message (Expand)Author
2023-01-26cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-16all: fix some typoscui fliter
2022-08-08cmd/compile: avoid assignment conversion in append(a, b...)Keith Randall
2022-05-11cmd/compile: fix bad order of evaluation for multi-value f()(g()) callsCuong Manh Le
2022-05-05cmd/compile: change ir.NewCompLitExpr from Ntype to *types.TypeMatthew Dempsky
2022-03-10cmd/compile: fix transform of OEQ/ONE when one arg is a type paramKeith Randall
2022-03-01cmd/compile/internal/typecheck: remove unused -G=0 codeMatthew Dempsky
2022-01-19cmd/compile: add early a CONVIFACE normally created in the order phaseDan Scales
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2021-11-15cmd/compile: fix position info for implicit nodes due to genericsDan Scales
2021-10-25cmd/compile: revert most of CL 349169Keith Randall
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-09-27cmd/compile: keep methods on generic types from being deadcode eliminatedKeith Randall
2021-09-25cmd/compile: add required CONVIFACE nodes when translating OFUNCINST nodekorzhao
2021-09-20cmd/compile: delay all transforms for generic funcs/methodsDan Scales
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-15cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-08-31cmd/compile: fix handling of Defn field during stencilingDan Scales
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
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