aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/codes.go
AgeCommit message (Expand)Author
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase
2023-09-12cmd/compile/internal/ir: add NewZeroMatthew Dempsky
2023-09-11cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IRMatthew Dempsky
2022-08-23cmd/compile: fix unified IR's pointer-shapingMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicit receiver expression handlingMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicitly handle separate selectorsMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicitly handle function instantiationsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: explicit nil handlingMatthew Dempsky
2022-06-14[dev.unified] cmd/compile: more Unified IR docs and reviewMatthew Dempsky
2022-06-09[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...Matthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...Matthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: add optExpr for optional expressionsMatthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: rename exprName to exprGlobalMatthew Dempsky
2022-03-14cmd/compile: remove unified IR stmtTypeDeclHackCuong Manh Le
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky
2021-07-10[dev.typeparams] cmd/compile: more incremental typecheck for unified IRMatthew Dempsky
2021-06-15[dev.typeparams] cmd/compile: unified IR constructionMatthew Dempsky