aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2022-01-13cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-12cmd/compile/types2, go/types: add position for "have" in failed interface sat...Emmanuel T Odeke
2022-01-11test: workaround SIGILL on issue11656 on aixPaul E. Murphy
2022-01-11test: re-enable most go/tests that were disabled because of types2 differencesDan Scales
2022-01-10go/types, types2: better error message when using *interface instead of inter...Robert Griesemer
2022-01-10Revert "cmd/compile: unique LinkString for renamed, embedded fields"Matthew Dempsky
2022-01-10cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-06test: add test of incorrect gofrontend errorIan Lance Taylor
2022-01-06cmd/compile/internal/types2: better error message for invalid range clauseRobert Griesemer
2021-12-15cmd/compile: correct type identity comparison with "any"Cherry Mui
2021-12-03test: re-enable a bunch of tests with types2Dan Scales
2021-12-02cmd/compile: report channel size errors correctly for -G=3Dan Scales
2021-11-26test/fixedbugs: fix go directive of issue16008.gosivchari
2021-11-24cmd/compile/internal/types2: report types for mismatched call and return stat...Robert Griesemer
2021-11-22cmd/compile/internal/types2: print "nil" rather than "untyped nil"Robert Griesemer
2021-11-20test: fix -G=0 mode for longtest builderDan Scales
2021-11-19cmd/compile: handle `any` as alias like `byte` and `rune`Matthew Dempsky
2021-11-18test: make issue8606b test more robustKeith Randall
2021-11-17cmd/compile: emit definition of 'any' only if generic enabledCuong Manh Le
2021-11-17cmd/compile: emit definition of 'any' when compiling runtimeThan McIntosh
2021-11-16cmd/compile: prevent irgen crashing for empty local declaration stmtCuong Manh Le
2021-11-15cmd/compile/internal/types2: add a check for nil reason in assignableToRobert Findley
2021-11-13test: fix longtest failures on fixedbugs/issue48471.goRobert Findley
2021-11-12cmd/compile: add missing method info for method with correct name except for ...Dan Scales
2021-11-12cmd/compile: match Go 1.17 compiler error messages more closelyDan Scales
2021-11-11test: add test that was miscompiled by gccgoIan Lance Taylor
2021-11-08cmd/compile,cmd/go: fix long test buildersCuong Manh Le
2021-11-08cmd/compile/internal/types2: use compiler version error when configured for c...Robert Griesemer
2021-11-06cmd/compile: avoid adding LECall to the entry block when has opendefershanpro
2021-11-05cmd/compile: only update source type when processing struct/arrayCuong Manh Le
2021-11-04cmd/compile: fix missing update source type in storeArgOrLoadCuong Manh Le
2021-11-02cmd/compile: fix rewriting slice literal call argumentCuong Manh Le
2021-10-29runtime: do not add open defer entry above a started open defer entryDan Scales
2021-10-28cmd/compile: allow inlining of ORANGEnimelehin
2021-10-27reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan
2021-10-27cmd/compile: fix generic type handling when crawling inline bodyCuong Manh Le
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-25cmd/compile: fix inlining labeled switch statementswdvxdr
2021-10-23cmd/compile: fix fuse pass to do CFG surgery correctlyKeith Randall
2021-10-23cmd/compile: prevent compiling closures more than onceCuong Manh Le
2021-10-22cmd/compile: only look for struct type when crawling inline bodyCuong Manh Le
2021-10-21cmd/compile: fix inlining of labeled for loopsDan Scales
2021-10-20cmd/compile: fix crawling of embeddable types during inlineCuong Manh Le
2021-10-19cmd/compile, types2: better error message for invalid type assertionRobert Griesemer
2021-10-17cmd/compile, types2: avoid confusing follow-on error in invalid type assertionRobert Griesemer
2021-10-15cmd/compile: make for loops with range statements not terminatingKeith Randall
2021-10-15cmd/compile: fix irgen reports wrong error message for misuse of //go:embedCuong Manh Le
2021-10-12cmd/compile: do not reuse dead value in expand_calls passCherry Mui
2021-10-07test/fixedbugs: fix issue48784.go to pass with -G=0Bryan C. Mills