aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck
AgeCommit message (Expand)Author
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-26cmd/compile: unexport Type.VargenMatthew Dempsky
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
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-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
2021-08-18cmd/compile: only sort methods/interfaces during export for -d=unifiedquirksMatthew Dempsky
2021-08-12[dev.typeparams] cmd/compile: remove some shape checks in type substituter, ...Dan Scales
2021-08-11[dev.typeparams] cmd/compile: change export version to 1.17 for testingDan Scales
2021-08-10[dev.typeparams] cmd/compile: keep export format unchanged if no type params ...Dan Scales
2021-08-09[dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()Dan Scales
2021-08-09[dev.typeparams] cmd/compile: implement generic type switchesKeith Randall
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-07[dev.typeparams] cmd/compile: don't export/import type parameter indices anymoreDan Scales
2021-08-06[dev.typeparams] cmd/compile: swap export order of union term components (cle...Robert Griesemer
2021-08-06[dev.typeparams] cmd/compile: do transformCall with non-shape type of callDan Scales
2021-08-05[dev.typeparams] cmd/compile: unified importReader receiver name to rLeonard Wang
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-28[dev.typeparams] cmd/compile: don't compile blank functionsMatthew Dempsky
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith 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-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-12[dev.typeparams] Add optional sub-dict entry for typeparam bound callsDan Scales
2021-07-08[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: move def of comparable to end of predeclared sl...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: fix windows longtest builderMatthew Dempsky
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: rename PartialCallType -> MethodValueTypeCuong Manh Le
2021-07-04[dev.typeparams] cmd/compile: better Call constructorMatthew Dempsky
2021-07-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: formalize "hidden parameters" ideaMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: incremental typecheck during unified IRMatthew Dempsky
2021-07-01[dev.typeparams] cmd/compile: simplify autotmpnameMatthew Dempsky
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-29[dev.typeparams] cmd/compile: clean up instantiation and dictionary namingKeith Randall
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le