aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/types.go
AgeCommit message (Expand)Author
2021-08-27cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-26cmd/compile: fix reference to generic type needed by crawlerDan Scales
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
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-09[dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()Dan Scales
2021-08-06[dev.typeparams] cmd/compile: change types2.Union API to accept a list of TermsRobert Griesemer
2021-07-29[dev.typeparams] cmd/compile: set type parameter indices when they are boundRobert Griesemer
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-07-01[dev.typeparams] cmd/compile: fix getDictionarySym for methods references, wr...Dan Scales
2021-06-04[dev.typeparams] cmd/compile: export/import of recursive generic types.Dan Scales
2021-06-03[dev.typeparams] cmd/compile: properly copy tilde value for unions in types2-...Dan Scales
2021-06-01[dev.typeparams] cmd/compile: refactor noder/irgen helpersMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: get type aliases working with generic typesDan Scales
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2021-05-24[dev.typeparams] cmd/compile/internal/types2: accept embedded interface elementsRobert Griesemer
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-19[dev.typeparams] cmd/compile: simplify tparam's typeKeith Randall
2021-05-19[dev.typeparams] cmd/compile: simplify targ's typeKeith Randall
2021-05-13cmd/compile: changed representation of typeparam bound in types1Dan Scales
2021-04-03cmd/compile: rename newNamedTypeWithSym, add some commemntsDan Scales
2021-03-30cmd/compile: fix creation of named generic types (setting of t.nod)Dan Scales
2021-03-16cmd/compile: deal with comparable embedded in a constraintDan Scales
2021-03-15cmd/compile: add support for generic channels and type conversion during callsDan Scales
2021-03-12cmd/compile: call types.CheckSize() in g.typ()Dan Scales
2021-03-10cmd/compile: deal with helper generic types that add methods to TDan Scales
2021-03-09cmd/compile: get instantiated generic types working with interfacesDan Scales
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-01[dev.typeparams] Parse a generic type arg for generic function callDan Scales
2021-01-30[dev.typeparams] cmd/compile: start translating type params in noder2Dan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-21[dev.typeparams] cmd/compile: directly set some simple expression typesMatthew Dempsky
2021-01-19[dev.typeparams] cmd/compile: cache mapped types during irgenMatthew Dempsky
2021-01-14[dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky