aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2021-08-27cmd/compile: delay fillinMethods to deal with mutually-recursive typesDan Scales
2021-08-26cmd/compile: fix reference to generic type needed by crawlerDan Scales
2021-08-25cmd/compile: fix function contains no TParam in generic functionkorzhao
2021-08-25cmd/compile: fix stencil call expression.wdvxdr
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
2021-08-24cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panicKeith Randall
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20test/typeparam: add a test case for issue46591korzhao
2021-08-18cmd/compile: only use dictionaries for conversions to type parametersKeith Randall
2021-08-17all: fix typosYasuhiro Matsumoto
2021-08-17cmd/compile: fix CONVIFACE case converting interface to empty interfaceDan Scales
2021-08-16cmd/compile: fix dictionaries for nested closuresKeith Randall
2021-08-10[dev.typeparams] cmd/compile: handle interface type parameters in type switchesKeith 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 switchesKeith 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 interfaceDan Scales
2021-08-04[dev.typeparams] cmd/compile: put shape types in their own packageKeith Randall
2021-07-31[dev.typeparams] cmd/compile: make all pointer types have the same shapeKeith 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 typeparamsDan Scales
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-28[dev.typeparams] test: rename blank functionsMatthew Dempsky
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