aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2023-02-17test: add regress test for #58572Matthew Dempsky
2023-02-13cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-09cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang
2023-02-09cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le
2023-02-08cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo
2023-02-08cmd/compile: fix inline static init arguments substitued treeCuong Manh Le
2023-02-07test: add test for issue 58345Cuong Manh Le
2023-02-06cmd/compile: ensure first instruction in a function is not inlinedKeith Randall
2023-01-28cmd/compile: fix -m=2 output for recursive function with closuresKeith Randall
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-24test: remove TODO in issue20250.goMatthew Dempsky
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-18cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruptionCuong Manh Le
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-09all: fix typos in go file commentsMarcel Meyer
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-18cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo
2022-11-17cmd/compile: fix broken IR for iface -> efaceCuong Manh Le
2022-11-17cmd/compile: fix static init for inlined callsCuong Manh Le
2022-11-15cmd/compile: fix missing typecheck for static initialization sliceCuong Manh Le
2022-11-11test: add regression test for issue 53439Cuong Manh Le
2022-11-08cmd/compile: fix transitive inlining of generic functionsMatthew Dempsky
2022-11-03cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and olderMatthew Dempsky
2022-10-20cmd/compile: in compiler errors, print more digits for floats close to an intKeith Randall
2022-10-12test: update test/run.go and some tests to use importcfgMichael Matloob
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-10test: add test case that caused a bogus error from gofrontendIan Lance Taylor
2022-10-10cmd/compile: fix missing walk pass for static initialization sliceCuong Manh Le
2022-09-30cmd/compile: eagerly create LSym for closuresMichael Pratt
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2022-09-28cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...Robert Griesemer
2022-09-28cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer
2022-09-27cmd/compile: use "method T.m already declared" for method redeclaration errorsRobert Griesemer
2022-09-27go/types, types2: use "unknown field f in struct literal of type S" in error ...Robert Griesemer
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-24cmd/compile: use "missing method m" instead of "missing m method"cuiweixie
2022-09-23cmd/compile: use "init... cycle" instead of "init... loop" in error messagesRobert Griesemer
2022-09-19cmd/compile: avoid using destination pointer base type in memmove optimizationKeith Randall
2022-09-19cmd/compile/internal/typebits: relax alignment checkCuong Manh Le
2022-09-07test: add failing test case for inlined type switchesMatthew Dempsky
2022-09-07test: add regression test for issue 54911Cuong Manh Le