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-09-07
cmd/compile: add CONVIFACE nodes needed in generic code due to assignments
Dan Scales
2021-09-07
cmd/compile: remove now-unneeded SetHasTParam() for cached ptr element
Dan Scales
2021-09-07
cmd/compile: make sure imported instantiated types have their methods created
Dan Scales
2021-09-07
cmd/compile: fix deadlock in (*Named).load
Cuong Manh Le
2021-09-07
cmd/compile: make sure that the names created for instantiated type are the same
korzhao
2021-09-06
cmd/compile: fix delay transformation in *subster.node()
korzhao
2021-09-02
cmd/compile: disable type list syntax for the compiler
Robert Griesemer
2021-09-01
cmd/compile: fix conversions from TypeParam to interface
korzhao
2021-09-01
cmd/compile: fix missing case for shape double-check function
Dan Scales
2021-08-31
cmd/compile: fix handling of Defn field during stenciling
Dan Scales
2021-08-31
cmd/compile: builtins may be in the unsafe package
Keith Randall
2021-08-31
cmd/compile/internal/types2: disallow aliases for generic types
Robert Griesemer
2021-08-30
cmd/compile: fix bug with Inferred targs
Dan Scales
2021-08-30
cmd/compile: fix error when revcType is ptr in selectorExpr
korzhao
2021-08-30
test/typeparam/sliceimp.dir: fix typo in a.go
citizen233
2021-08-29
test: add test cases for issue47892.
wdvxdr
2021-08-28
cmd/compile: support type C comparable
Dan Scales
2021-08-27
cmd/compile: fix stenciling of conversions between interfaces
Keith Randall
2021-08-27
cmd/compile: fix parameterized interfaces
Keith Randall
2021-08-27
cmd/compile: delay fillinMethods to deal with mutually-recursive types
Dan Scales
2021-08-26
cmd/compile: fix reference to generic type needed by crawler
Dan Scales
2021-08-25
cmd/compile: fix function contains no TParam in generic function
korzhao
2021-08-25
cmd/compile: fix stencil call expression.
wdvxdr
2021-08-25
cmd/compile: fix CheckSize() calculation for -G=3 and stencils
Dan Scales
2021-08-24
cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panic
Keith Randall
2021-08-24
cmd/compile: fix naming of types inside instantiations
Dan Scales
2021-08-24
cmd/compile: reuse same node for global dictionaries
Dan Scales
2021-08-23
cmd/compile: fixes for non-constant Sizeof/Alignof/Offsetof
Dan Scales
2021-08-23
cmd/compile: always remove receiver type from instantiated method values
Keith Randall
2021-08-23
cmd/compile: copy captured dictionary var to local var
Keith Randall
2021-08-21
cmd/compile: enable -G=3 by default
Matthew Dempsky
2021-08-20
test/typeparam: add a test case for issue46591
korzhao
2021-08-18
cmd/compile: only use dictionaries for conversions to type parameters
Keith Randall
2021-08-17
all: fix typos
Yasuhiro Matsumoto
2021-08-17
cmd/compile: fix CONVIFACE case converting interface to empty interface
Dan Scales
2021-08-16
cmd/compile: fix dictionaries for nested closures
Keith Randall
2021-08-10
[dev.typeparams] cmd/compile: handle interface type parameters in type switches
Keith Randall
2021-08-10
[dev.typeparams] cmd/compile/internal/types2: parameterized functions must ha...
Robert Griesemer
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 switches
Keith Randall
2021-08-06
[dev.typeparams] cmd/compile/internal/types2: fix make with type parameter ar...
Robert Griesemer
2021-08-06
[dev.typeparams] cmd/compile: make sure closures inside generic funcs are not...
Dan Scales
2021-08-05
[dev.typeparams] cmd/compile/internal/types2: implement type sets with term l...
Robert Griesemer
2021-08-05
[dev.typeparams] cmd/compile: fixing case where type arg is an interface
Dan Scales
2021-08-04
[dev.typeparams] cmd/compile: put shape types in their own package
Keith Randall
2021-07-31
[dev.typeparams] cmd/compile: make all pointer types have the same shape
Keith Randall
2021-07-30
[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...
Keith Randall
2021-07-29
[dev.typeparams] cmd/compile: handle meth expressions on typeparams
Dan Scales
2021-07-29
[dev.typeparams] cmd/compile: implement generic .(T) operations
Keith Randall
2021-07-28
[dev.typeparams] test: rename blank functions
Matthew Dempsky
[prev]
[next]