summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/fixedbugs: fix go directive of issue16008.gosivchari2021-11-261-1/+1
* cmd/compile/internal/types2: report types for mismatched call and return stat...Robert Griesemer2021-11-245-12/+61
* cmd/compile/internal/inline: revise closure inl position fixThan McIntosh2021-11-242-6/+6
* cmd/compile/internal/types2: print "nil" rather than "untyped nil"Robert Griesemer2021-11-223-11/+11
* test: fix -G=0 mode for longtest builderDan Scales2021-11-201-1/+1
* cmd/compile: ensure generic function is loaded when it needs to be re-exportedDan Scales2021-11-204-0/+41
* cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky2021-11-192-0/+20
* cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales2021-11-194-0/+63
* test: make issue8606b test more robustKeith Randall2021-11-181-15/+22
* cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le2021-11-171-1/+1
* cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh2021-11-171-0/+19
* cmd/compile: prevent irgen crashing for empty local declaration stmtCuong Manh Le2021-11-162-0/+22
* cmd/compile/internal/types2: use "implements" rather than "satisfies" in erro...Robert Griesemer2021-11-152-3/+3
* cmd/compile: error when using internal type declarations in generic functionsKeith Randall2021-11-154-7/+44
* cmd/compile/internal/types2: add a check for nil reason in assignableToRobert Findley2021-11-151-0/+13
* cmd/compile: ensure we replace package placeholder in type namesKeith Randall2021-11-142-3/+25
* test: fix longtest failures on fixedbugs/issue48471.goRobert Findley2021-11-131-1/+1
* cmd/compile: add missing method info for method with correct name except for ...Dan Scales2021-11-121-2/+2
* cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales2021-11-1210-16/+54
* cmd/compile/internal/types2: better error for type assertion/switch on type p...Robert Griesemer2021-11-122-3/+3
* cmd/compile: fix missing transformEarlyCall for OXDOT in subster.nodeCuong Manh Le2021-11-121-0/+23
* test/recover4.go: use mprotect to create a hole instead of munmapMichael Anthony Knyszek2021-11-121-13/+15
* cmd/compile: ensure stenciled function bodies are nonemptyKeith Randall2021-11-113-0/+26
* cmd/compile: fix missing ddd when building call for function instantiation cl...Cuong Manh Le2021-11-111-0/+26
* test: add test that was miscompiled by gccgoIan Lance Taylor2021-11-111-0/+54
* cmd/compile: don't do Resolve on OKEY identifiers during importDan Scales2021-11-103-0/+44
* cmd/compile/internal/types2: disallow type cycles through type parameter listsRobert Griesemer2021-11-105-6/+8
* cmd/compile: remove unneeded "==" method in pre-defined "comparable" interfaceCuong Manh Le2021-11-091-0/+27
* cmd/compile: fix irgen mis-handling of ... argument when creating closureCuong Manh Le2021-11-091-0/+22
* test: add regress test for reported non-monomorphizable exampleMatthew Dempsky2021-11-081-0/+18
* cmd/compile,cmd/go: fix long test buildersCuong Manh Le2021-11-081-1/+1
* cmd/compile/internal/types2: use compiler version error when configured for c...Robert Griesemer2021-11-081-0/+11
* cmd/compile: avoid adding LECall to the entry block when has opendefershanpro2021-11-061-0/+44
* cmd/compile: only update source type when processing struct/arrayCuong Manh Le2021-11-051-0/+25
* cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements2021-11-051-0/+47
* cmd/compile: fix TypeDefn to deal with node with no Ntype setDan Scales2021-11-041-0/+15
* cmd/compile: don't inline fn with no shape params, but passed a shape argDan Scales2021-11-041-0/+25
* cmd/compile: fix missing update source type in storeArgOrLoadCuong Manh Le2021-11-041-0/+55
* cmd/compile: make pointers to arrays their own shapeKeith Randall2021-11-031-0/+30
* test/typeparam: add test for indexing on typeparams with various constraintsDan Scales2021-11-031-0/+67
* cmd/compile: mark type descriptors as always dupokKeith Randall2021-11-025-0/+75
* cmd/compile: fix rewriting slice literal call argumentCuong Manh Le2021-11-021-0/+11
* cmd/compile: fix panic when refer to method of imported instantiated typeCuong Manh Le2021-11-023-0/+36
* test/codegen: updated arithmetic tests to verify on ppc64,ppc64leArchana R2021-11-011-0/+36
* cmd/compile: emit sensible go_asm.h consts for big intsAustin Clements2021-10-303-0/+102
* cmd/compile: use Structure() to get single underlying type of typeparam.Dan Scales2021-10-292-0/+61
* runtime: do not add open defer entry above a started open defer entryDan Scales2021-10-292-0/+41
* cmd/compile: allow inlining of ORANGEnimelehin2021-10-284-1/+47
* cmd/compile: resolve the TODO of processPragmasLeonard Wang2021-10-281-5/+2
* cmd/compile/internal/types2: disallow lone type parameter on RHS of type decl...Robert Griesemer2021-10-287-164/+154