aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/iexport.go
AgeCommit message (Expand)Author
2021-11-30cmd/compile: change iexportVersionGeneric to 2Dan Scales
2021-11-20cmd/compile: ensure generic function is loaded when it needs to be re-exportedDan Scales
2021-11-10cmd/compile: don't do Resolve on OKEY identifiers during importDan Scales
2021-10-26cmd/compile/internal/typecheck: update doc for the 1.18 export formatRobert Findley
2021-10-25cmd/compile: update the export version for genericsDan Scales
2021-10-19cmd/compile: allow importing and exporting of ODYNAMICTYPEKeith Randall
2021-10-18cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]Keith Randall
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-09-22cmd/compile: break out constants for local and global dictionary prefixesDan Scales
2021-09-20cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan 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-08-31cmd/compile: builtins may be in the unsafe packageKeith Randall
2021-08-28cmd/compile: support type C comparableDan Scales
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-18cmd/compile: only sort methods/interfaces during export for -d=unifiedquirksMatthew Dempsky
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-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-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-07-16[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.goDan Scales
2021-07-12[dev.typeparams] Add optional sub-dict entry for typeparam bound callsDan 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-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-07[dev.typeparams] cmd/compile: introduce IsTypeParam() helperKeith Randall
2021-06-05[dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
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-27[dev.typeparams] cmd/compile: tweaks to match types2Matthew Dempsky
2021-05-27[dev.typeparams] cmd/compile: use old export format if not compiling with gen...Dan Scales
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-18[dev.typeparams] cmd/compile: simplify type alias handling for exportMatthew Dempsky
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-27cmd/compile: tighten exportWriter.qualifiedIdent signatureMatthew Dempsky
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le