aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/stencil.go
AgeCommit message (Expand)Author
2023-01-26cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky
2022-10-03cmd/compile/internal: fix a few function names on commentscui fliter
2022-09-30cmd/compile/internal/noder: remove unnecessary assignment to the blank identi...cuiweixie
2022-09-19cmd/compile: skip emitting dictionaries with missing method expressionsMatthew Dempsky
2022-08-15cmd/compile: fix ICE when checking implicit dot for method callCuong Manh Le
2022-08-11cmd/compile: fix wrong typeparams for selector expr with embedded generic typeCuong Manh Le
2022-08-01cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo
2022-07-24cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao
2022-07-13cmd/compile: fix type assert in dict passWayne Zuo
2022-07-08cmd/compile: don't convert to interface{} for un-comparable types in generic ...Cuong Manh Le
2022-07-06cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le
2022-06-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-22cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo
2022-06-22cmd/compile: fix assert condition in generic method callWayne Zuo
2022-06-18cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le
2022-06-13cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-05-26cmd/compile: mark closures made for generic function expressions as wrappersKeith Randall
2022-05-16cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}Matthew Dempsky
2022-05-05cmd/compile: change ir.InstExpr.Targs from Node to NtypeMatthew Dempsky
2022-05-05cmd/compile: remove ir.TypeAssertExpr.NtypeMatthew Dempsky
2022-05-03cmd/compile: use dictionary to convert type to shaped interface typeWayne Zuo
2022-05-02cmd/compile: simplify code from CL 398474Matthew Dempsky
2022-04-28cmd/compile: set correct package for vars/params/results from nested instanti...Cuong Manh Le
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2022-03-26Revert "cmd/compile: stop interface conversions for generic method calls from...Keith Randall
2022-03-26cmd/compile: use method expression closures to implement bound method callsKeith Randall
2022-03-26cmd/compile: implement generic method expressions with closures in dictionaryKeith Randall
2022-03-21cmd/compile: replace Type.OrigSym with Type.OrigTypeMatthew Dempsky
2022-03-14cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le
2022-03-10cmd/compile: fix expression switches using type parametersKeith Randall
2022-02-28cmd/compile: fix case for structural types where we should be looking at type...Dan Scales
2022-02-26cmd/compile: ensure dictionary assignment statements are defining statementsKeith Randall
2022-02-24cmd/compile: delay all call transforms if in a generic functionDan Scales
2022-01-24cmd/compile: distinguish bound calls/field access in getInstInfoDan Scales
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2022-01-04cmd/compile: save selector/inst info for generic method/function callsDan Scales
2021-12-13cmd/compile: avoid re-instantiating method that is already importedDan Scales
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
2021-11-15cmd/compile: fix position info for implicit nodes due to genericsDan Scales
2021-11-12cmd/compile: fix missing transformEarlyCall for OXDOT in subster.nodeCuong Manh Le
2021-11-11cmd/compile: ensure stenciled function bodies are nonemptyKeith Randall
2021-11-11cmd/compile: fix missing ddd when building call for function instantiation cl...Cuong Manh Le
2021-11-09cmd/compile: disable doubleCheck and remove unused checkDictionaryDan Scales
2021-11-09cmd/compile: fix irgen mis-handling of ... argument when creating closureCuong Manh Le
2021-11-02cmd/compile: fix panic when refer to method of imported instantiated typeCuong Manh Le
2021-10-26cmd/compile: clean up the switch statements in (*genInst).node()Dan Scales
2021-10-25cmd/compile: revert most of CL 349169Keith Randall
2021-10-25cmd/compile: remove MarkUsedIfaceMethodIndex mechanismKeith Randall