aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2021-12-02[release-branch.go1.17] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-11-24[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales
2021-11-24[release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctlyKeith Randall
2021-10-27[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
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-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-05-22cmd/compile: revert CL/316890Than McIntosh
2021-05-20test: re-enable test on riscv64 now that it supports external linkingJoel Sing
2021-05-19test: check portable error message on issue46234.goCherry Mui
2021-05-18cmd/compile: don't emit inltree for closure within body of inlined funcThan McIntosh
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-03cmd/compile: make the stack allocator more careful about register args.David Chase
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2021-04-28cmd/compile: fix typechecking logical operators panic with non-boolean operandCuong Manh Le
2021-04-27cmd/compile: fix wrong package path for unsafe.PointerCuong Manh Le
2021-04-26cmd/compile: workaround inlining of closures with type switchesMatthew Dempsky
2021-04-23cmd/compile: generalize fix for lvalue-init evaluationMatthew Dempsky
2021-04-23cmd/compile: make sure ascompatee walk lhs init statementsCuong Manh Le
2021-04-23cmd/compile: set correct Defn for inlined varsCuong Manh Le
2021-04-22cmd/compile: keep call's args in elim dead auto passCherry Zhang
2021-04-21test: add a field tracking testKeith Randall
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le
2021-04-19cmd/compile: skip "_" function in reflectdata.MarkUsedIfaceMethodCuong Manh Le
2021-04-15cmd/compile/internal/syntax: fix error message for ... without typeRobert Griesemer
2021-04-14cmd/compile: fix importing of method expressionsKeith Randall
2021-04-09test: do not run (another) softfloat test with regabiargsCherry Zhang
2021-04-09test: do not run softfloat test with regabiargsCherry Zhang
2021-04-07cmd/compile/internal/syntax: add "~" operatorRobert Griesemer
2021-04-07cmd/compile: fix bug of conditional instructions on arm64eric fang
2021-04-02cmd/compile: fix bug in phiopt passKeith Randall
2021-04-02cmd/compile: in expand calls, preserve pointer store type but decompose aggre...Cherry Zhang
2021-03-28runtime: overwrite existing keys for mapassign_faststr variantCuong Manh Le
2021-03-26cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2021-03-25test: skip fixedbugs/issue36705 on WindowsBryan C. Mills
2021-03-24test: only run bug513.go if cgo is enabledIan Lance Taylor
2021-03-24test: recognize cgo build tagIan Lance Taylor
2021-03-24cmd/compile: disable shortcircuit optimization for intertwined phi valuesKeith Randall