aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck/iexport.go
AgeCommit message (Expand)Author
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
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-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: add debugging mode for import/exportKeith Randall
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-01-25[dev.regabi] cmd/compile: enable rational constant arithmeticMatthew Dempsky
2021-01-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
2021-01-13[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase
2021-01-12[dev.regabi] cmd/compile: stop using Vargen for import/exportMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: fix re-export of parametersMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky
2020-12-30[dev.regabi] cmd/compile: use *ir.Name for Decl.XCuong Manh Le