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-07-28
[dev.typeparams] test/typeparam: gofmt -w
Matthew Dempsky
2021-07-26
[dev.typeparams] cmd/compile/internal/types2: embedded type cannot be a (poin...
Robert Griesemer
2021-07-26
[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerface
Matthew Dempsky
2021-07-24
[dev.typeparams] cmd/compile: fix HasShape, add dottype test
Keith Randall
2021-07-22
[dev.typeparams] Fix problem with 14.go
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: handle ++/-- in noder2 for operands with generi...
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bug
Dan Scales
2021-07-16
[dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != t...
Keith Randall
2021-07-16
[dev.typeparams] cmd/compile: fix small -G=3 issues for tests disabled in run.go
Dan Scales
2021-07-16
[dev.typeparams] cmd/compile/internal/types2: more consistent handling of pre...
Robert Griesemer
2021-07-14
[dev.typeparams] cmd/compile/internal/types2: embedding stand-alone type para...
Robert Griesemer
2021-07-12
[dev.typeparams] Add optional sub-dict entry for typeparam bound calls
Dan Scales
2021-07-07
[dev.typeparams] cmd/compile: handle derived types that are converted to inte...
Dan Scales
2021-07-07
[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...
Dan Scales
2021-07-07
[dev.typeparams] test: add regress tests that fail(ed) with -G=3
Matthew Dempsky
2021-07-07
[dev.typeparams] test: add expected failure mechanism
Matthew Dempsky
2021-07-02
[dev.typeparams] cmd/compile: start using sub-dictionary entries where needed
Dan Scales
2021-06-30
[dev.typeparams] cmd/compile: functions to create GC shape types/names for a ...
Dan Scales
2021-06-29
[dev.typeparams] cmd/compile: use dictionary entries for more conversion cases
Keith Randall
2021-06-25
[dev.typeparams] cmd/compile: generate wrappers within unified IR
Matthew Dempsky
2021-06-24
[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...
Dan Scales
2021-06-23
[dev.typeparams] Fix issues related to dictionaries and method calls with emb...
Dan Scales
2021-06-16
[dev.typeparams] cmd/compile/internal/types2: support local defined types
Matthew Dempsky
2021-06-12
[dev.typeparams] test: add string quoting support to test/run.go
Matthew Dempsky
2021-06-07
[dev.typeparams] cmd/compile: allow conversions from type parameter to interface
Keith Randall
2021-06-07
[dev.typeparams] cmd/compile: create .dict Param in the package of the instan...
Dan Scales
2021-06-04
[dev.typeparams] cmd/compile: handle dictionaries for top-level instantiations
Keith Randall
2021-06-04
[dev.typeparams] cmd/compile: allow inlining in instantiated functions
Dan Scales
2021-06-04
[dev.typeparams] cmd/compile: export/import of recursive generic types.
Dan Scales
2021-06-03
[dev.typeparams] test: update all the typeparam tests to use the new union/ti...
Dan Scales
2021-06-02
[dev.typeparams] cmd/compile: fix export/import of constants with typeparam type
Dan Scales
2021-06-02
[dev.typeparams] cmd/compile: add dictionary argument to generic functions
Keith Randall
2021-06-01
[dev.typeparams] cmd/compile: handle ONONAME in subster.node
Cuong Manh Le
2021-05-26
[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiate...
Dan Scales
2021-05-26
[dev.typeparams] cmd/compile: get type aliases working with generic types
Dan Scales
2021-05-26
[dev.typeparams] cmd/compile: adding union support in types1
Dan Scales
2021-05-24
[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/...
Dan Scales
2021-05-24
[dev.typeparams] cmd/compile: Fix handling of Name nodes during stenciling
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: fix handling of Nname field in (*subster).tstruct.
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: fixing import of comm clauses/closures in gener...
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: add import/export of calls to builtin functions
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: export OFUNCINST and OSELRECV2 nodes (for gener...
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: move to new export version, keep reading previo...
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: get export/import of generic types & functions ...
Dan Scales
2021-05-12
[dev.typeparams] cmd/compile: fix use of method values with stenciled methods
Dan Scales
2021-04-27
cmd/compile: fix nongeneric closures in generic functions
Keith Randall
2021-04-27
cmd/compile: fix handling of ir.CurFunc during stenciling
Dan Scales
2021-04-15
cmd/compile: propagate pragmas from generic function to stenciled implementation
Keith Randall
2021-04-15
cmd/compile: look for function in instantiations in all global assignments
Dan Scales
2021-03-31
cmd/compile: deal correctly with unnamed function params during stenciling
Dan Scales
[prev]
[next]