aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/stencil.go
AgeCommit message (Expand)Author
2021-04-15cmd/compile: propagate pragmas from generic function to stenciled implementationKeith Randall
2021-04-15cmd/compile: look for function in instantiations in all global assignmentsDan Scales
2021-04-09cmd/compile: don't set Ntype in noder2 anymoreDan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-04-03cmd/compile: rename newNamedTypeWithSym, add some commemntsDan Scales
2021-03-31cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...Dan Scales
2021-03-31cmd/compile: deal correctly with unnamed function params during stencilingDan Scales
2021-03-30cmd/compile: fix creation of named generic types (setting of t.nod)Dan Scales
2021-03-30cmd/compile: fix various small bugs related to type listsDan Scales
2021-03-25cmd/compile: add transform functions for OXDOT and builtinsDan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-18cmd/compile: get untyped constants working in generic functionsDan Scales
2021-03-17cmd/compile: getting more built-ins to work with genericsDan Scales
2021-03-15cmd/compile: fix case where func-valued field of a generic type is calledDan Scales
2021-03-15cmd/compile: add support for generic mapsDan Scales
2021-03-15cmd/compile: add support for generic channels and type conversion during callsDan Scales
2021-03-10cmd/compile: deal with helper generic types that add methods to TDan Scales
2021-03-09cmd/compile: get instantiated generic types working with interfacesDan Scales
2021-02-26cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-11[dev.typeparams] cmd/compile: small fixes for stencilingDan Scales
2021-02-10[dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales
2021-02-10[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan Scales
2021-02-08[dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales
2021-02-05[dev.typeparams] cmd/compile: add stenciling of simple generic functionsDan Scales