aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2025-08-11Revert "reflect: handle zero-sized fields of directly-stored structures corre...Keith Randall
2025-08-08reflect: handle zero-sized fields of directly-stored structures correctlyKeith Randall
2025-08-06cmd/compile: allow more args in StructMake folding ruleKeith Randall
2025-08-05cmd/compile: allow StructSelect [x] of interface data fields for x>0Keith Randall
2025-08-01cmd/compile: enforce that locals are always accessed with SP base registerKeith Randall
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-25runtime: iterate through inlinings when processing recover()Keith Randall
2025-07-24go/types, types2: better error messages for certain type mismatchesRobert Griesemer
2025-06-26cmd/compile/internal/escape: evaluate any side effects when rewriting with li...thepudds
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-05-28cmd/compile: do nil check before calling duff functions, on arm64 and amd64Keith Randall
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-05-22cmd/compile: do not shapify when reading reshaping exprCuong Manh Le
2025-05-22cmd/compile: fix ICE with recursive alias type parameterCuong Manh Le
2025-05-22cmd/compile: fix ICE when transforming loopvarCuong Manh Le
2025-05-21cmd/compile/internal/escape: propagate constants to interface conversions to ...thepudds
2025-05-19cmd/compile: allocate backing store for append on the stackKeith Randall
2025-05-19go/types, types2: improve error message for init without bodyMark Freeman
2025-05-15cmd/compile: create LSym for closures with type conversionYongyue Sun
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-04-24cmd/compile: put constant value on node inside parenthesesKeith Randall
2025-04-24cmd/compile: add cast in range loop final value computationKeith Randall
2025-04-23runtime: use precise bounds of Go data/bss for race detectorKeith Randall
2025-04-21cmd/compile: ensure we evaluate side effects of len() argKeith Randall
2025-04-07cmd/compile: add additional flag constant folding rulesKeith Randall
2025-04-06cmd/compile: be more conservative about arm64 insns that can take zero registerKeith Randall
2025-03-19cmd/compile: remove implicit deref from len(p) where p is ptr-to-arrayKeith Randall
2025-03-13cmd/compile: don't move nilCheck operations during tightenKeith Randall
2025-03-11go/types, types2: report better error messages for slice expressionsRobert Griesemer
2025-03-10go/types, types2: better error messages for copy built-inRobert Griesemer
2025-03-06go/types, types2: better error messages for invalid callsRobert Griesemer
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2025-03-05cmd/compile: use inline-Pos-based recursion testDavid Chase
2025-03-04cmd/compile: fix out of memory when inlining closureCuong Manh Le
2025-02-26cmd/compile: don't pull constant offsets out of pointer arithmeticKeith Randall
2025-02-25cmd/compile: ensure we don't reuse temporary registerkhr@golang.org
2025-02-20cmd/compile: don't report newLimit discovered when unsat happens multiple timesJorropo
2025-02-19cmd/compile: determine static values of len and cap in make() callsMateusz Poliwczak
2025-02-19cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...David Chase
2025-02-18cmd/compile: avoid infinite recursion when inlining closuresCuong Manh Le
2025-02-15cmd/compile: fix sign extension of paired 32-bit loads on arm64Keith Randall
2025-02-03test/issue71226: add cast to avoid clang errorIan Lance Taylor
2025-02-03cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.hIan Lance Taylor
2025-02-03cmd/cgo: add C declaration parameter unused attributeIan Lance Taylor
2024-12-04sync/atomic: add missing leak tests for And & OrJorropo
2024-11-22cmd/compile: modify CSE to remove redundant OpLocalAddrsYoulin Feng
2024-11-21cmd/compile: fix rewrite rules for multiply/addKeith Randall
2024-11-19crypto/ecdh: move implementation to crypto/internal/fips/ecdhFilippo Valsorda
2024-11-18cmd/compile: remove gc programs from stack frame objectsKeith Randall
2024-11-15sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...Jorropo