aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2020-11-01cmd/compile: fix recognition of unnamed return variablesMatthew Dempsky
2020-10-30cmd/compile: fix reassignVisitorMatthew Dempsky
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-27cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall
2020-10-27cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall
2020-10-20cmd/internal/obj: reject too large symbolsCherry Zhang
2020-10-20cmd/compile: use type position for error message in align.goCuong Manh Le
2020-10-19cmd/compile: fix ICE in reporting of invalid recursive typesMatthew Dempsky
2020-10-17cmd/compile: fix defer/go calls to variadic unsafe-uintptr functionsMatthew Dempsky
2020-10-13test: add test that fails with gofrontendIan Lance Taylor
2020-10-08cmd/compile: fix incorrect comparison foldingKeith Randall
2020-10-06cmd/dist: enable more tests on macOS/ARM64Cherry Zhang
2020-10-06cmd/compile: correct leaf type when "selecting" singleton register-sized structDavid Chase
2020-10-06cmd/compile: avoid applying ARM CMP->CMN rewrite in unsigned contextDavid Chase
2020-10-03cmd/compile: change mustHeapAlloc to return a reason whyAlberto Donizetti
2020-09-29cmd/compile: report type loop for invalid recursive typesMatthew Dempsky
2020-09-28cmd/compile: fix type checking of "make" argumentsMatthew Dempsky
2020-09-28cmd/compile: fix escape reason for MAKESLICE with no capAlberto Donizetti
2020-09-25runtime: use old capacity to decide on append growth regimeKeith Randall
2020-09-22cmd/compile: clearer error when non-bool used as "||" and "&&" operandCuong Manh Le
2020-09-18cmd/compile: make error message involving variadic calls clearerCuong Manh Le
2020-09-18cmd/compile: more comprehensive tests for #24991Matthew Dempsky
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-09-13test: fix flaky test for issue24491Cuong Manh Le
2020-09-13cmd/compile: attach OVARLIVE nodes to OCALLxxxCuong Manh Le
2020-09-12cmd/compile: don't report not enough args error if call is undefinedCuong Manh Le
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-09-09cmd/compile: fix mishandling of unsafe-uintptr arguments in go/deferCuong Manh Le
2020-09-07cmd/compile: handle ODDD in exprformatCuong Manh Le
2020-08-28test: add test that gccgo failed to compileIan Lance Taylor
2020-08-28cmd/compile: Install testcases for flag constant OpsXiangdong Ji
2020-08-27cmd/compile: clean up equality generationKeith Randall
2020-08-25cmd/compile: report error for unexported name only onceCuong Manh Le
2020-08-23test: remove nacl checking conditionCuong Manh Le
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-19cmd/compile: don't bother to declare closure inside redeclared funcCuong Manh Le
2020-08-17all: add empty line between copyright header and package clauseTobias Klauser
2020-08-15test: bump array size in fixedbugs/issue39292.goMatthew Dempsky
2020-08-15cmd/compile: handle OCLOSURE/OCALLPART in mustHeapAlloc checkCuong Manh Le
2020-08-15cmd/compile: another fix initializing blank fields in struct literalCuong Manh Le
2020-08-15test: add test for conversion of untyped bool to interfaceIan Lance Taylor
2020-08-15test: add a test case that gccgo fails to compileIan Lance Taylor
2020-08-15test: add test case that caused gccgo undefined symbol referenceIan Lance Taylor
2020-08-14cmd/compile: fix live variable computation for deferreturnKeith Randall
2020-08-13cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-20cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall
2020-06-19reflect: zero stack slots before writing to them with write barriersKeith Randall
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday