aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/helpers.go
AgeCommit message (Expand)Author
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-09[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales
2021-07-23[dev.typeparams] Add CONVIFACE nodes in noder2, where possibleDan 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-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-07[dev.typeparams] cmd/compile: introduce IsTypeParam() helperKeith Randall
2021-05-27[dev.typeparams] cmd/compile: add and use ir.RawOrigExprMatthew Dempsky
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-29cmd/compile: remove typechecker calls in varDecl()Dan 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
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-17cmd/compile: getting more built-ins to work with genericsDan Scales
2021-03-15cmd/compile: add support for generic channels and type conversion during callsDan Scales
2021-03-12cmd/compile: fix noder.Addr() to not call typecheckerDan Scales
2021-02-10[dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales
2021-02-10[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan Scales
2021-02-03[dev.typeparams] cmd/compile: deal with inferred type argumentsDan Scales
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales
2021-02-02[dev.typeparams] Handling multiple type arguments for call via new node OLISTDan Scales
2021-02-01[dev.typeparams] Parse a generic type arg for generic function callDan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-26[dev.typeparams] cmd/compile: fix MethodExpr handling with embedded fieldsDan Scales
2021-01-23[dev.typeparams] cmd/compile: refactor SelectorExpr code into helpersMatthew Dempsky
2021-01-22[dev.typeparams] cmd/compile: disambiguate OXDOT in noder using types2 Select...Dan Scales
2021-01-21[dev.typeparams] cmd/compile: directly set some simple expression typesMatthew Dempsky
2021-01-14[dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky