aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/writer.go
AgeCommit message (Expand)Author
2021-08-24cmd/compile/internal/types2: use TypeList in the Inferred structRobert Griesemer
2021-08-24cmd/compile/internal/types2: use a TypeList type to hold type argumentsRobert Griesemer
2021-08-24cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...Robert Griesemer
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-14cmd/compile/internal/types2: rename TypeParams to TParamListRobert Findley
2021-08-06[dev.typeparams] cmd/compile: swap export order of union term components (cle...Robert Griesemer
2021-08-06[dev.typeparams] cmd/compile: change types2.Union API to accept a list of TermsRobert Griesemer
2021-08-03[dev.typeparams] cmd/compile: fail early on unexpected types2.InvalidMatthew Dempsky
2021-07-29[dev.typeparams] cmd/compile: switch unified IR from TypeParam.Bound to TypeP...Matthew Dempsky
2021-07-29[dev.typeparams] cmd/compile: set type parameter indices when they are boundRobert Griesemer
2021-07-28[dev.typeparams] cmd/compile: don't export blank functions in unified IRMatthew 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-11[dev.typeparams] cmd/compile: slightly more incremental unified typecheckMatthew Dempsky
2021-07-10[dev.typeparams] cmd/compile: more incremental typecheck for 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: simplify variable capturing in unified IRMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: fix TestUnifiedCompareMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: switch CaptureVars to use syntax.WalkMatthew Dempsky
2021-06-24[dev.typeparams] cmd/compile: simplify writer.collectDeclsMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile/internal/syntax: go/ast-style walk APIMatthew Dempsky
2021-06-18[dev.typeparams] cmd/compile: record writer's stack at export data sync pointsMatthew Dempsky
2021-06-16[dev.typeparams] cmd/compile: factor out implicit/explicit handlingCuong Manh Le
2021-06-15[dev.typeparams] cmd/compile: unified IR constructionMatthew Dempsky