aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2022-01-14cmd/compile: add call to ImportedBody() when exporting shape inst bodyDan Scales
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales
2022-01-11cmd/compile: fix the names of methods created during type substitutionDan Scales
2022-01-11cmd/compile: in typ0(), load base type before checking s.DefDan Scales
2022-01-11cmd/compile: resolve dictionaries/shape methods in markInlBody, if neededDan Scales
2022-01-10cmd/compile, test: updated comments in crawler.go, added testDan Scales
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2022-01-07cmd/compile: accept string|[]byte-constrained 2nd argument in appendRobert Griesemer
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-07cmd/compile: fix instantiation of types referenced during inliningCuong Manh Le
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-07go/types, types2: disallow multiple blank type parametersRobert Griesemer
2022-01-06cmd/compile: report type parameter error for methods only onceRobert Griesemer
2022-01-06go/types, types2: implement field access for struct structural constraintsRobert Griesemer
2022-01-04cmd/compile: save selector/inst info for generic method/function callsDan Scales
2022-01-04cmd/compile: pop instantiations of local types when leaving scopeDan Scales
2021-12-16cmd/compile: don't re-typecheck while importingKeith Randall
2021-12-16cmd/compile: upgrade ssa to do (int or float) -> complexKeith Randall
2021-12-15test: add simpler test for issue 50109Dan Scales
2021-12-14cmd/compile: fix case where we didn't delay transformAssign in varDeclDan Scales
2021-12-13cmd/compile: avoid re-instantiating method that is already importedDan Scales
2021-12-13cmd/compile: fix identity case relating to 'any' and shape typesDan Scales
2021-12-08test: add extra typeswitch tests that cause duplicate casesDan Scales
2021-12-07cmd/compile: deal with unsatisfiable type assertion in some instantiationsDan Scales
2021-12-03test: add test of select inside generic functionKeith Randall
2021-12-02cmd/compile: fix case where g.curDecl should be saved/restoredDan Scales
2021-12-01cmd/compile: fix identical to recognize any and interface{}Cuong Manh Le
2021-11-20cmd/compile: ensure generic function is loaded when it needs to be re-exportedDan Scales
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
2021-11-16cmd/compile: prevent irgen crashing for empty local declaration stmtCuong Manh Le
2021-11-15cmd/compile/internal/types2: use "implements" rather than "satisfies" in erro...Robert Griesemer
2021-11-15cmd/compile: error when using internal type declarations in generic functionsKeith Randall
2021-11-14cmd/compile: ensure we replace package placeholder in type namesKeith Randall
2021-11-12cmd/compile: fix missing transformEarlyCall for OXDOT in subster.nodeCuong Manh Le
2021-11-11cmd/compile: ensure stenciled function bodies are nonemptyKeith Randall
2021-11-11cmd/compile: fix missing ddd when building call for function instantiation cl...Cuong Manh Le
2021-11-10cmd/compile: don't do Resolve on OKEY identifiers during importDan Scales
2021-11-10cmd/compile/internal/types2: disallow type cycles through type parameter listsRobert Griesemer
2021-11-09cmd/compile: remove unneeded "==" method in pre-defined "comparable" interfaceCuong Manh Le
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