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-11-09
cmd/compile: fix irgen mis-handling of ... argument when creating closure
Cuong Manh Le
2021-11-08
test: add regress test for reported non-monomorphizable example
Matthew Dempsky
2021-11-04
cmd/compile: fix TypeDefn to deal with node with no Ntype set
Dan Scales
2021-11-04
cmd/compile: don't inline fn with no shape params, but passed a shape arg
Dan Scales
2021-11-03
cmd/compile: make pointers to arrays their own shape
Keith Randall
2021-11-03
test/typeparam: add test for indexing on typeparams with various constraints
Dan Scales
2021-11-02
cmd/compile: mark type descriptors as always dupok
Keith Randall
2021-11-02
cmd/compile: fix panic when refer to method of imported instantiated type
Cuong Manh Le
2021-10-29
cmd/compile: use Structure() to get single underlying type of typeparam.
Dan Scales
2021-10-28
cmd/compile/internal/types2: disallow lone type parameter on RHS of type decl...
Robert Griesemer
2021-10-27
constraints: remove Slice/Map/Chan
Ian Lance Taylor
2021-10-26
cmd/compile: clean up the switch statements in (*genInst).node()
Dan Scales
2021-10-25
cmd/compile,cmd/link: introduce generic interface call relocations
Keith Randall
2021-10-19
cmd/compile: allow importing and exporting of ODYNAMICTYPE
Keith Randall
2021-10-18
cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]
Keith Randall
2021-10-16
test: add a test for parameterized embedded field
Dan Scales
2021-10-15
cmd/compile: support new fully-inst types referenced during inlining
Dan Scales
2021-10-12
[dev.typeparams] cmd/compile: add test for number of instantiations
Dan Scales
2021-10-12
cmd/compile: some fixes in type substituter for Instantiate
Dan Scales
2021-10-08
cmd/compile: allow delaying of transformCompLit, new transformAddr
Dan Scales
2021-10-07
cmd/compile: fix the index variable is shadowed in dictPass
Leonard Wang
2021-10-05
test: add test for export/import of recover & defer
Dan Scales
2021-10-02
test/typeparam: require -G=3 for issue48424.go (fix build)
Robert Griesemer
2021-10-01
cmd/compile: accept constraint literals with elided interfaces
Robert Griesemer
2021-10-01
cmd/compile/internal/types2: accept constraint literals with elided interfaces
Robert Griesemer
2021-09-29
cmd/compile: make sure shapes have proper indexes for sub-instantiation
Dan Scales
2021-09-27
cmd/compile: keep methods on generic types from being deadcode eliminated
Keith Randall
2021-09-27
cmd/compile: fix stencil call expression
korzhao
2021-09-25
test/typeparam: add a test case for issue48617
korzhao
2021-09-25
cmd/compile: add required CONVIFACE nodes when translating OFUNCINST node
korzhao
2021-09-25
cmd/compile: deal with blank nodes with typeparam type during stenciling
Dan Scales
2021-09-24
cmd/compile: fix delayTransform condition
Cuong Manh Le
2021-09-24
cmd/compile: fix crawler for unexported fields with instantiated types
Dan Scales
2021-09-22
cmd/compile, go/types: allow `any` anywhere (as a type)
Robert Griesemer
2021-09-21
encoding/xml: truncate generic type names
Keith Randall
2021-09-20
cmd/compile: fix transform.AssignOp to deal with tricky case
Dan Scales
2021-09-20
go/test: add a test for issue 48344
Dan Scales
2021-09-20
cmd/compile: fix export/import of range loop.
Dan Scales
2021-09-17
cmd/compile: delay transformAssign if lhs/rhs have typeparam
Dan Scales
2021-09-17
cmd/compile: fix generic type handling in crawler
Dan Scales
2021-09-14
cmd/compile: set IsShape based on type being in the Shapes pkg
Dan Scales
2021-09-14
cmd/compile: prevent typecheck importer reading type parameter twice
Cuong Manh Le
2021-09-14
cmd/compile: prevent importReader reading type parameter twice
Cuong Manh Le
2021-09-13
cmd/compile: save the note of fields when translating struct
korzhao
2021-09-09
cmd/compile: fix implement for closure in a global assignment
korzhao
2021-09-09
test: add compiler regress tests for #46461
Matthew Dempsky
2021-09-09
cmd/compile: stenciled conversions might be NOPs
Keith Randall
2021-09-09
test/typeparam: fix issue48094b test build
Tobias Klauser
2021-09-09
cmd/compile: fix unified IR panic when expanding nested inline function
Cuong Manh Le
2021-09-09
cmd/compile: fix wrong instantiated type for embedded receiver
Cuong Manh Le
[prev]
[next]