aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
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
2021-03-23cmd/compile: don't let -race override explicit -d=checkptr=0Ian Lance Taylor
2021-03-23test: enable fixedbugs/bug193.go for -G compiler optionRobert Griesemer
2021-03-23cmd/compile/internal/types2: refactor untyped conversionsRobert Griesemer
2021-03-18test: switch fieldtrack test to use GOEXPERIMENTAustin Clements
2021-03-17test: add bug that failed when run with gccgoIan Lance Taylor
2021-03-11test: add test that caused a gofrontend internal errorIan Lance Taylor
2021-03-10cmd/compile/internal: improve handling of DS form offsets on ppc64xLynn Boger
2021-03-08cmd/compile: fix width not calculated for imported typeCuong Manh Le
2021-03-05cmd/compile: match Aux and AuxInt explicitly in store combining ruleCherry Zhang
2021-03-05cmd/compile: do not set ONAME type when evaluated in type contextCuong Manh Le
2021-03-05cmd/compile: fix wrong condition in tcShiftCuong Manh Le
2021-03-05cmd/compile: do not report error for invalid constantCuong Manh Le
2021-03-05cmd/compile: do not set type for OTYPESWCuong Manh Le
2021-03-05cmd/compile: don't expand invalid embedded interfaceCuong Manh Le
2021-03-05cmd/compile: only check return for valid functionsCuong Manh Le
2021-03-04cmd/compile: make check2 gracefully exit if it reported errorsCuong Manh Le
2021-03-04cmd/compile: do not add invalid key to constSetCuong Manh Le
2021-03-04cmd/compile: graceful handle error in noder LoadPackageCuong Manh Le
2021-03-01cmd/compile: import empty closure function correctlyDan Scales
2021-02-26cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-26cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales
2021-02-25Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky