aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/iimport.go
AgeCommit message (Expand)Author
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-24cmd/compile: fix naming of types inside instantiationsDan 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-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-05[dev.typeparams] cmd/compile: unified importReader receiver name to rLeonard Wang
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
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-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: fix windows longtest builderMatthew Dempsky
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: formalize "hidden parameters" ideaMatthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-21[dev.typeparams] cmd/compile: simplify import* functionsCuong Manh Le
2021-06-12[dev.typeparams] cmd/compile: simplify NewClosureFuncMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: refactor closure constructionMatthew Dempsky
2021-06-11[dev.typeparams] cmd/compile: extract SetBaseTypeIndex functionMatthew Dempsky
2021-06-07[dev.typeparams] cmd/compile: introduce IsTypeParam() helperKeith Randall
2021-06-05[dev.typeparams] cmd/compile: refactor import readingMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: export/import of recursive generic types.Dan Scales
2021-06-02[dev.typeparams] cmd/compile: fix export/import of constants with typeparam typeDan Scales
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-05-27[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcallMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: avoid some redundant type constructionMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2021-05-24[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/...Dan Scales
2021-05-21[dev.typeparams] cmd/compile: fixing import of comm clauses/closures in gener...Dan Scales
2021-05-21[dev.typeparams] cmd/compile: add import/export of calls to builtin functionsDan Scales
2021-05-21[dev.typeparams] cmd/compile: export OFUNCINST and OSELRECV2 nodes (for gener...Dan Scales
2021-05-21[dev.typeparams] cmd/compile: move to new export version, keep reading previo...Dan Scales
2021-05-21[dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le
2021-04-20cmd/compile: separate out parameter and field export encodingKeith Randall
2021-04-20cmd/compile: pass struct field note information along in exported infoKeith Randall
2021-04-14cmd/compile: fix importing of method expressionsKeith Randall
2021-04-14cmd/compile: set types properly for imported funcs with closuresDan Scales
2021-04-10cmd/compile: include typecheck information in export/importKeith Randall
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-09cmd/compile: remove skipping of implicit operations during exportKeith Randall
2021-03-09cmd/compile: detect duplicate importing earlierKeith Randall
2021-03-09cmd/compile: add debugging mode for import/exportKeith Randall
2021-03-08cmd/compile: fix width not calculated for imported typeCuong Manh Le