aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/expr.go
AgeCommit message (Expand)Author
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: delay method value wrapper generation until walkCuong Manh Le
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan 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-05cmd/compile: fix wrong condition in tcShiftCuong Manh Le
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2020-12-29[dev.regabi] cmd/compile: remove original addrtaken bitKeith Randall
2020-12-29[dev.regabi] cmd/compile: use Ntype where possibleMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: refactoring typecheck arithCuong Manh Le
2020-12-29[dev.regabi] cmd/compile: address some ir TODOsMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: stop mangling SelectorExpr.Sel for ODOTMETHMatthew Dempsky
2020-12-24[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressableCuong Manh Le
2020-12-23[dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split SliceHeaderExpr.LenCap into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split up typecheck1 [generated]Russ Cox