aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/stencil.go
AgeCommit message (Expand)Author
2021-10-25cmd/compile: remove MarkUsedIfaceMethodIndex mechanismKeith Randall
2021-10-25cmd/compile/internal/typecheck: record whether an interface is implicitRobert Findley
2021-10-15cmd/compile: cleanup code in getInstInfo to use switch statementDan Scales
2021-10-15cmd/compile: convert to using a map in getInstInfo, rather than SetImplicit()Dan Scales
2021-10-15cmd/compile: support new fully-inst types referenced during inliningDan Scales
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-10-07cmd/compile: fix the index variable is shadowed in dictPassLeonard Wang
2021-09-29cmd/compile: make sure shapes have proper indexes for sub-instantiationDan Scales
2021-09-27cmd/compile: keep methods on generic types from being deadcode eliminatedKeith Randall
2021-09-27cmd/compile: allow methods on shape types (but no bodies)Dan Scales
2021-09-27cmd/compile: fix stencil call expressionkorzhao
2021-09-25cmd/compile: add required CONVIFACE nodes when translating OFUNCINST nodekorzhao
2021-09-25cmd/compile: deal with blank nodes with typeparam type during stencilingDan Scales
2021-09-24cmd/compile: fix case in dictPass where OMETHVALUE should become ODOTMETHDan Scales
2021-09-22cmd/compile: break out constants for local and global dictionary prefixesDan Scales
2021-09-20cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-15cmd/compile: switch to computing dict format on instantiated functionsDan Scales
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-06cmd/compile: fix delay transformation in *subster.node()korzhao
2021-09-01cmd/compile: assign results of transformAssign back to source locationKeith Randall
2021-09-01cmd/compile: fix missing case for shape double-check functionDan Scales
2021-08-31cmd/compile: fix handling of Defn field during stencilingDan Scales
2021-08-27cmd/compile: use Type.OrigSym getter/setters [generated]Matthew Dempsky
2021-08-27cmd/compile: fix stenciling of conversions between interfacesKeith Randall
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
2021-08-25cmd/compile: fix stencil call expression.wdvxdr
2021-08-24cmd/compile: simplify bad conversion checkKeith Randall
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-18cmd/compile: only use dictionaries for conversions to type parametersKeith Randall
2021-08-17cmd/compile: fix CONVIFACE case converting interface to empty interfaceDan Scales
2021-08-10[dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith Randall
2021-08-09[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...Dan Scales
2021-08-09[dev.typeparams] cmd/compile: implement generic type switchesKeith Randall
2021-08-06[dev.typeparams] cmd/compile: do transformCall with non-shape type of callDan Scales
2021-08-05[dev.typeparams] cmd/compile: dictionary/shape cleanupDan Scales
2021-08-05[dev.typeparams] cmd/compile: fixing case where type arg is an interfaceDan Scales
2021-08-02[dev.typeparams] cmd/compile: simple shape cleanupsDan Scales
2021-07-29[dev.typeparams] cmd/compile: remove remaining uses of UnshapifyDan Scales
2021-07-29[dev.typeparams] cmd/compile: handle meth expressions on typeparamsDan Scales
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-28[dev.typeparams] cmd/compile: mark methods of instantiated interface types as...Dan Scales
2021-07-27[dev.typeparams] cmd/compile: don't need to unshapify append callsKeith Randall