aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2021-12-02[release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-10-27[release-branch.go1.16] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-08-02[release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-06-29[release-branch.go1.16] cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-03-31[release-branch.go1.16] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-01[release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...Cuong Manh Le
2021-03-01[release-branch.go1.16] cmd/compile: fix panic in DWARF-gen handling obfuscat...Than McIntosh
2021-03-01[release-branch.go1.16] cmd/compile: declare inlined result params early for ...Matthew Dempsky
2021-02-01test: fix incorrectly laid out instructions in issue11656.goTom Thorogood
2021-01-25cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky
2021-01-14cmd/compile: fix wrong complement for arm64 floating-point comparisonsJunchen Li
2021-01-08cmd/compile: don't short-circuit copies whose source is volatileKeith Randall
2021-01-07cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelectCuong Manh Le
2020-12-22test: trigger SIGSEGV instead of SIGTRAP in issue11656.goCherry Zhang
2020-12-21test: skip issue11656.go on mips/mips64/ppc64Ian Lance Taylor
2020-12-20cmd/compile: recognize reassignments involving receivesMatthew Dempsky
2020-12-19test: for issue11656 try to execute trap, not call itIan Lance Taylor
2020-12-18test: permit "exponent too large" errorIan Lance Taylor
2020-12-18test: recognize and use gc build tagIan Lance Taylor
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2020-12-15test: match gofrontend error messagesIan Lance Taylor
2020-12-15test: only require issue11674 errors with gc compilerIan Lance Taylor
2020-12-15test: remove bug429 (duplicates runtime.TestSimpleDeadlock)Ian Lance Taylor
2020-12-15test: adjust issue11371 to fit in required precisionIan Lance Taylor
2020-12-15test: only check for issue11362 error with gcIan Lance Taylor
2020-12-15test: import file name for issue19028Ian Lance Taylor
2020-12-15test: recognize gofrontend error messagesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan Lance Taylor
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-12-11cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky
2020-12-10test: match gofrontend error messagesIan Lance Taylor
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-12-07test: add new test that gofrontend failed to handleIan Lance Taylor
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-12-03test: match gofrontend error messagesIan Lance Taylor
2020-12-01cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2020-11-30test: recognize new gofrontend error messageIan Lance Taylor
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2020-11-24cmd/compile: set OpLoad argument type interface{} correctlyCuong Manh Le
2020-11-24go/types: fix incorrect string(int) conversion (regression)Robert Griesemer
2020-11-21cmd/compile: add test for 42753Keith Randall
2020-11-20cmd/compile: allow loading single field of typed-interface{} OpIDataCuong Manh Le
2020-11-18cmd/compile: fix miscompilation during inliningMatthew Dempsky
2020-11-18cmd/compile: fix panic in field tracking logicMatthew Dempsky
2020-11-16cmd/compile: mask SLL,SRL,SRAconst shift amountAlberto Donizetti
2020-11-14cmd/compile: fix load of interface{}-typed OpIData in expand_callsDavid Chase
2020-11-09cmd/compile: make sure linkname'd symbol is non-packageCherry Zhang
2020-11-06cmd/compile: support inlining of type switchesMatthew Dempsky