aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-19cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
2021-11-18test: make issue8606b test more robustKeith Randall
2021-11-17cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le
2021-11-17cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh
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-15cmd/compile/internal/types2: add a check for nil reason in assignableToRobert Findley
2021-11-14cmd/compile: ensure we replace package placeholder in type namesKeith Randall
2021-11-13test: fix longtest failures on fixedbugs/issue48471.goRobert Findley
2021-11-12cmd/compile: add missing method info for method with correct name except for ...Dan Scales
2021-11-12cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales
2021-11-12cmd/compile/internal/types2: better error for type assertion/switch on type p...Robert Griesemer
2021-11-12cmd/compile: fix missing transformEarlyCall for OXDOT in subster.nodeCuong Manh Le
2021-11-12test/recover4.go: use mprotect to create a hole instead of munmapMichael Anthony Knyszek
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-11test: add test that was miscompiled by gccgoIan Lance Taylor
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-08cmd/compile,cmd/go: fix long test buildersCuong Manh Le
2021-11-08cmd/compile/internal/types2: use compiler version error when configured for c...Robert Griesemer
2021-11-06cmd/compile: avoid adding LECall to the entry block when has opendefershanpro
2021-11-05cmd/compile: only update source type when processing struct/arrayCuong Manh Le
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
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-04cmd/compile: fix missing update source type in storeArgOrLoadCuong Manh Le
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 rewriting slice literal call argumentCuong Manh Le
2021-11-02cmd/compile: fix panic when refer to method of imported instantiated typeCuong Manh Le
2021-11-01test/codegen: updated arithmetic tests to verify on ppc64,ppc64leArchana R
2021-10-30cmd/compile: emit sensible go_asm.h consts for big intsAustin Clements
2021-10-29cmd/compile: use Structure() to get single underlying type of typeparam.Dan Scales
2021-10-29runtime: do not add open defer entry above a started open defer entryDan Scales
2021-10-28cmd/compile: allow inlining of ORANGEnimelehin
2021-10-28cmd/compile: resolve the TODO of processPragmasLeonard Wang
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-27reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan
2021-10-27cmd/compile: fix generic type handling when crawling inline bodyCuong Manh Le
2021-10-26cmd/compile: clean up the switch statements in (*genInst).node()Dan Scales
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-25cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall