aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2021-08-25cmd/compile: always accept 1.18 syntax but complain if not 1.18Robert Griesemer
2021-08-25test: add test that caused gofrontend compiler crashIan Lance Taylor
2021-08-25test: add test case that gofrontend miscompiledIan Lance Taylor
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-24cmd/compile: change irgen to generate exprs/stmts after decls processedMatthew Dempsky
2021-08-23cmd/compile: do not mark arrays used for map initialization noalgMartin Möhrmann
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-13test: change issue10441.go from "build" to "compile"Ian Lance Taylor
2021-08-13test: add test case for CL 340609Ian Lance Taylor
2021-08-13test: add test case that caused a gofrontend compiler crashIan Lance Taylor
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-08-03[dev.typeparams] cmd/compile: make softfloat mode work with register ABICherry Mui
2021-07-28[dev.typeparams] test: rename blank functionsMatthew Dempsky
2021-07-26[dev.typeparams] all: merge master (ecaa681) into dev.typeparamsMatthew Dempsky
2021-07-26[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerfaceMatthew Dempsky
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-21[dev.typeparams] test: add regression test for go/defer wrapperCuong Manh Le
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-16[dev.typeparams] cmd/compile/internal/types2: more consistent handling of pre...Robert Griesemer
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-25Merge "[dev.typeparams] all: merge master (37f9a8f) into dev.typeparams" into...Gerrit Code Review
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-23[dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky
2021-06-17[dev.typeparams] cmd/compile: make types2 report better error for invalid unt...Cuong Manh Le
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2021-06-13cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-07[dev.typeparams] all: merge master (8212707) into dev.typeparamsMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...Cherry Mui
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-06-03[dev.typeparams] cmd/compile: allow nil Syms in Sym.LessMatthew Dempsky
2021-05-27[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcallMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify inlining variadic callsMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2021-05-25[dev.typeparams] test: fix and update run.go's generics testingMatthew Dempsky
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-22cmd/compile: revert CL/316890Than McIntosh
2021-05-20test: re-enable test on riscv64 now that it supports external linkingJoel Sing