aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2021-07-28[dev.typeparams] test/typeparam: gofmt -wMatthew 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:nointerfaceMatthew Dempsky
2021-07-24[dev.typeparams] cmd/compile: fix HasShape, add dottype testKeith Randall
2021-07-22[dev.typeparams] Fix problem with 14.goDan 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 bugDan 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.goDan 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 callsDan 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=3Matthew Dempsky
2021-07-07[dev.typeparams] test: add expected failure mechanismMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: start using sub-dictionary entries where neededDan 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 casesKeith Randall
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew 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 typesMatthew Dempsky
2021-06-12[dev.typeparams] test: add string quoting support to test/run.goMatthew Dempsky
2021-06-07[dev.typeparams] cmd/compile: allow conversions from type parameter to interfaceKeith 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 instantiationsKeith Randall
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan 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 typeDan Scales
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-06-01[dev.typeparams] cmd/compile: handle ONONAME in subster.nodeCuong 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 typesDan Scales
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan 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 stencilingDan 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 functionsDan 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 methodsDan Scales
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