aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/unified.go
AgeCommit message (Expand)Author
2022-03-01cmd/compile: remove unified IR quirks modeMatthew Dempsky
2021-09-29cmd/compile: rename some types2.Context variables from env to ctxtRobert Findley
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: remove 'ext' fields from unified IR reader/writer typesMatthew Dempsky
2021-09-08go/types, types2: add Environment to ConfigRobert Griesemer
2021-09-01cmd/compile: emit unified IR wrappers after inliningMatthew Dempsky
2021-07-21[dev.typeparams] cmd/compile: cleanup unified IR file format a littleMatthew Dempsky
2021-07-14[dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in un...Matthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-07-01[dev.typeparams] cmd/compile: refactor top-level typechecking in unified IRMatthew Dempsky
2021-06-30[dev.typeparams] cmd/compile: add derived-type dictionaries to unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-18[dev.typeparams] cmd/compile: add documentation for unified IR pipelineCuong Manh Le
2021-06-17[dev.typeparams] cmd/compile: skip types2 GC test during bootstrappingMatthew Dempsky
2021-06-15[dev.typeparams] cmd/compile: unified IR constructionMatthew Dempsky