aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2021-04-27cmd/compile: fix nongeneric closures in generic functionsKeith Randall
2021-04-27cmd/compile: fix handling of ir.CurFunc during stencilingDan Scales
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-03-31cmd/compile: deal correctly with unnamed function params during stencilingDan Scales
2021-03-30cmd/compile: handle partial type inference that doesn't require function argsDan 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-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-16cmd/compile: deal with comparable embedded in a constraintDan 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-12cmd/compile: fix noder.Addr() to not call typecheckerDan Scales
2021-03-11cmd/compile: fix handling of partially inferred type argumentsDan 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/internal/types2: conversions to type parameters ...Robert Griesemer
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
2020-12-02[dev.typeparams] cmd/compile/internal/types2: set compiler error message for ...Robert Griesemer
2020-11-11[dev.typeparams] cmd/compile: use existing findpkg algorithm when importing t...Robert Griesemer
2020-10-27[dev.typeparams] cmd/compile: enable type-checking of generic codeRobert Griesemer
2020-10-13[dev.typeparams] cmd/compile: enable parsing of generic code with new -G flagRobert Griesemer