aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
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
2022-09-06cmd/compile: do not devirtualize defer/go callsCuong Manh Le
2022-09-02runtime: drop function context from tracebackAustin Clements
2022-09-02go/types,types2: move notinheap tests to fixedbugs directoryCuong Manh Le
2022-09-02cmd/link: only add dummy XCOFF reference if the symbol existsCherry Mui
2022-09-02cmd/compile: restrict //go:notinheap to runtime/internal/sysCuong Manh Le
2022-09-01cmd/compile: avoid "not used" errors due to bad go/defer statementsRobert Griesemer
2022-09-01go/parser: adjustments to error messagesRobert Griesemer
2022-09-01cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/d...Robert Griesemer
2022-09-01go/types,types2: exclude tests that need cgo.IncompleteCuong Manh Le
2022-09-01test: use cgo.Incomplete instead of go:notinheap for "run" testsCuong Manh Le