aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2021-11-09cmd/compile: fix irgen mis-handling of ... argument when creating closureCuong Manh Le
2021-11-08test: add regress test for reported non-monomorphizable exampleMatthew Dempsky
2021-11-04cmd/compile: fix TypeDefn to deal with node with no Ntype setDan Scales
2021-11-04cmd/compile: don't inline fn with no shape params, but passed a shape argDan Scales
2021-11-03cmd/compile: make pointers to arrays their own shapeKeith Randall
2021-11-03test/typeparam: add test for indexing on typeparams with various constraintsDan Scales
2021-11-02cmd/compile: mark type descriptors as always dupokKeith Randall
2021-11-02cmd/compile: fix panic when refer to method of imported instantiated typeCuong Manh Le
2021-10-29cmd/compile: use Structure() to get single underlying type of typeparam.Dan Scales
2021-10-28cmd/compile/internal/types2: disallow lone type parameter on RHS of type decl...Robert Griesemer
2021-10-27constraints: remove Slice/Map/ChanIan Lance Taylor
2021-10-26cmd/compile: clean up the switch statements in (*genInst).node()Dan Scales
2021-10-25cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall
2021-10-19cmd/compile: allow importing and exporting of ODYNAMICTYPEKeith Randall
2021-10-18cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]Keith Randall
2021-10-16test: add a test for parameterized embedded fieldDan Scales
2021-10-15cmd/compile: support new fully-inst types referenced during inliningDan Scales
2021-10-12[dev.typeparams] cmd/compile: add test for number of instantiationsDan Scales
2021-10-12cmd/compile: some fixes in type substituter for InstantiateDan Scales
2021-10-08cmd/compile: allow delaying of transformCompLit, new transformAddrDan Scales
2021-10-07cmd/compile: fix the index variable is shadowed in dictPassLeonard Wang
2021-10-05test: add test for export/import of recover & deferDan Scales
2021-10-02test/typeparam: require -G=3 for issue48424.go (fix build)Robert Griesemer
2021-10-01cmd/compile: accept constraint literals with elided interfacesRobert Griesemer
2021-10-01cmd/compile/internal/types2: accept constraint literals with elided interfacesRobert Griesemer
2021-09-29cmd/compile: make sure shapes have proper indexes for sub-instantiationDan Scales
2021-09-27cmd/compile: keep methods on generic types from being deadcode eliminatedKeith Randall
2021-09-27cmd/compile: fix stencil call expressionkorzhao
2021-09-25test/typeparam: add a test case for issue48617korzhao
2021-09-25cmd/compile: add required CONVIFACE nodes when translating OFUNCINST nodekorzhao
2021-09-25cmd/compile: deal with blank nodes with typeparam type during stencilingDan Scales
2021-09-24cmd/compile: fix delayTransform conditionCuong Manh Le
2021-09-24cmd/compile: fix crawler for unexported fields with instantiated typesDan Scales
2021-09-22cmd/compile, go/types: allow `any` anywhere (as a type)Robert Griesemer
2021-09-21encoding/xml: truncate generic type namesKeith Randall
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20go/test: add a test for issue 48344Dan Scales
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-14cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-14cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-09test/typeparam: fix issue48094b test buildTobias Klauser
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le