aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/subr.go
AgeCommit message (Expand)Author
2021-08-25cmd/compile: fix function contains no TParam in generic functionkorzhao
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
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-06[dev.typeparams] cmd/compile: do transformCall with non-shape type of callDan Scales
2021-08-04[dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall
2021-08-02[dev.typeparams] cmd/compile: simple shape cleanupsDan 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-30[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...Keith Randall
2021-07-21[dev.typeparams] Fix the types of the OFUNCINST nodes in noder2Dan Scales
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-20[dev.typeparams] cmd/compile: add base.Assertf{,At} functionsMatthew Dempsky
2021-07-08[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales
2021-06-29[dev.typeparams] cmd/compile: clean up instantiation and dictionary namingKeith Randall
2021-06-18[dev.typeparams] cmd/compile: add missing copy of Field.Embedded in type subs...Dan Scales
2021-06-16[dev.typeparams] cmd/compile: simplify SSA devirtualizationMatthew Dempsky
2021-06-07[dev.typeparams] cmd/compile: allow conversions from type parameter to interfaceKeith Randall
2021-06-07[dev.typeparams] cmd/compile: introduce IsTypeParam() helperKeith Randall
2021-06-04[dev.typeparams] cmd/compile: export/import of recursive generic types.Dan Scales
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-19[dev.typeparams] cmd/compile: simplify targ's typeKeith Randall
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-02-26cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales
2021-01-25[dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)Matthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-04[dev.regabi] cmd/compile: fix re-export of parametersMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: reshuffle type-checking code [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: move new addrtaken bit back to the old nameKeith Randall
2020-12-29[dev.regabi] cmd/compile: separate out address taken computation from typeche...Keith Randall
2020-12-23[dev.regabi] cmd/compile: split up typecheck1 [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: split out package typecheck [generated]Russ Cox