aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/iimport.go
AgeCommit message (Expand)Author
2021-12-16cmd/compile: don't re-typecheck while importingKeith Randall
2021-11-10cmd/compile: don't do Resolve on OKEY identifiers during importDan Scales
2021-11-05cmd/compile: gracefully fallback when inline bodies are missingMatthew Dempsky
2021-10-25cmd/compile: update the export version for genericsDan Scales
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-10-19cmd/compile: allow importing and exporting of ODYNAMICTYPEKeith Randall
2021-10-19cmd/compile: substitute "". prefix with package in more import locationsKeith Randall
2021-10-18cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]Keith Randall
2021-10-12cmd/compile: some fixes in type substituter for InstantiateDan Scales
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-10-07cmd/compile: improving printing of type names in func/meth instantiationsDan Scales
2021-09-27cmd/compile: allow methods on shape types (but no bodies)Dan Scales
2021-09-24cmd/compile: fix case in dictPass where OMETHVALUE should become ODOTMETHDan Scales
2021-09-21cmd/compile: don't create or instantiate methods on shape typesDan Scales
2021-09-20cmd/compile: rename instType -> instanceTypeDan Scales
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-17cmd/compile: fix import/export of Init and Def fields.Dan Scales
2021-09-14cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-01cmd/compile: fix method expression lookup during importCuong Manh Le
2021-08-31cmd/compile: builtins may be in the unsafe packageKeith Randall
2021-08-27cmd/compile: use Type.OrigSym getter/setters [generated]Matthew Dempsky
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