aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/stencil.go
AgeCommit message (Expand)Author
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
2021-07-24[dev.typeparams] cmd/compile: fix HasShape, add dottype testKeith Randall
2021-07-24[dev.typeparams] cmd/compile: get rid of concretify use for bounds.Dan Scales
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-07-23[dev.typeparams] cmd/compile: fix some issues with cons.goKeith Randall
2021-07-23[dev.typeparams] cmd/compile: add dictionary entries for itab conversionDan Scales
2021-07-23[dev.typeparams] Add CONVIFACE nodes in noder2, where possibleDan Scales
2021-07-22[dev.typeparams] cmd/compile: make sure types added to the dictionary are ins...Keith Randall
2021-07-22[dev.typeparams] Get dictionaryCapture.go working.Dan Scales
2021-07-21[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bugDan Scales
2021-07-21[dev.typeparams] cmd/compile: get runtime stuff workingKeith Randall
2021-07-21[dev.typeparams] cmd/compile: avoid adding incorrectly instantiated types to ...Keith Randall
2021-07-21[dev.typeparams] cmd/compile: ensure methods of generic types survive linker ...Keith Randall
2021-07-21[dev.typeparams] cmd/compile: introduce named gcshape typesKeith Randall
2021-07-20[dev.typeparams] cmd/compile: add base.Assertf{,At} functionsMatthew Dempsky
2021-07-19[dev.typeparams] Separate out gcshape types that are instantiated typesDan Scales
2021-07-16[dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != t...Keith Randall
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: handle derived types that are converted to inte...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: separate out creating instantiations from crea...Dan Scales
2021-07-02[dev.typeparams] cmd/compile: start using sub-dictionary entries where neededDan Scales
2021-07-01[dev.typeparams] cmd/compile: fix getDictionarySym for methods references, wr...Dan Scales
2021-06-30[dev.typeparams] cmd/compile: functions to create GC shape types/names for a ...Dan Scales
2021-06-29[dev.typeparams] cmd/compile: use dictionary entries for more conversion casesKeith Randall
2021-06-29[dev.typeparams] cmd/compile: clean up instantiation and dictionary namingKeith Randall
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le