index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typeparam
Age
Commit message (
Expand
)
Author
2021-03-30
cmd/compile: handle partial type inference that doesn't require function args
Dan Scales
2021-03-30
cmd/compile: fix creation of named generic types (setting of t.nod)
Dan Scales
2021-03-30
cmd/compile: fix various small bugs related to type lists
Dan Scales
2021-03-23
cmd/compile: replace calls to typecheck with transform functions
Dan Scales
2021-03-18
cmd/compile: get untyped constants working in generic functions
Dan Scales
2021-03-17
cmd/compile: getting more built-ins to work with generics
Dan Scales
2021-03-16
cmd/compile: deal with comparable embedded in a constraint
Dan Scales
2021-03-15
cmd/compile: fix case where func-valued field of a generic type is called
Dan Scales
2021-03-15
cmd/compile: add support for generic maps
Dan Scales
2021-03-15
cmd/compile: add support for generic channels and type conversion during calls
Dan Scales
2021-03-12
cmd/compile: fix noder.Addr() to not call typechecker
Dan Scales
2021-03-11
cmd/compile: fix handling of partially inferred type arguments
Dan Scales
2021-03-10
cmd/compile: deal with helper generic types that add methods to T
Dan Scales
2021-03-09
cmd/compile: get instantiated generic types working with interfaces
Dan Scales
2021-02-26
cmd/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 stenciling
Dan Scales
2021-02-10
[dev.typeparams] cmd/compile: make type conversions by type parameters work
Dan 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 functions
Dan 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 code
Robert Griesemer
2020-10-13
[dev.typeparams] cmd/compile: enable parsing of generic code with new -G flag
Robert Griesemer
[prev]