aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] cmd/compile: remove some shape checks in type substituter, ...Dan Scales
2021-08-09[dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()Dan Scales
2021-08-07[dev.typeparams] cmd/compile: don't export/import type parameter indices anymoreDan Scales
2021-08-02[dev.typeparams] cmd/compile: make HasShape() more efficient by implementing ...Dan Scales
2021-07-31[dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith Randall
2021-07-24[dev.typeparams] cmd/compile: fix HasShape, add dottype testKeith Randall
2021-07-23[dev.typeparams] cmd/compile/internal/types: format union typesKeith Randall
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-06-25[dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,N...Matthew Dempsky
2021-06-11[dev.typeparams] cmd/compile: allow embedding Type.Vargen into Sym.NameMatthew Dempsky
2021-06-07[dev.typeparams] cmd/compile: introduce IsTypeParam() helperKeith Randall
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
2021-06-03[dev.typeparams] cmd/compile: allow nil Syms in Sym.LessMatthew Dempsky
2021-06-02[dev.typeparams] cmd/compile: sort iface fields before expansionMatthew Dempsky
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-05-31[dev.typeparams] cmd/compile: simplify formatting of defined typesMatthew Dempsky
2021-05-27[dev.typeparams] cmd/compile: tweaks to match types2Matthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiate...Dan Scales
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-18[dev.typeparams] cmd/compile: simplify type alias handling for exportMatthew Dempsky
2021-05-13cmd/compile: changed representation of typeparam bound in types1Dan Scales
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-04-09cmd/compile: reduce overhead of RParams in types.TypeDan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan 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-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: update a few stale commentsAustin Clements
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
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-03-05cmd/compile: don't expand invalid embedded interfaceCuong Manh Le
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-02-26cmd/compile: change StaticCall to return a "Results"David Chase
2021-02-22cmd/compile/internal: loop optcui
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-10[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan 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-22[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky