aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
3 dayscmd/compile: handle min integer step in loopCuong Manh Le
7 dayscmd/compile: improve stp merging for non-sequent casesMelnikov Denis
9 dayscmd/compile: report error instead of ICE for oversized map elementgulmix
2026-04-01go/types, types2: in range-over-func, the yield function cannot be variadicRobert Griesemer
2026-03-31cmd/compile: fix wrong label loop during rangefunc rewriteCuong Manh Le
2026-03-31cmd/compile: ensure map/slice clearing expressions are walkedCuong Manh Le
2026-03-30cmd/compile/internal/devirtualize: use pointer identity for type comparisonMateusz Poliwczak
2026-03-26cmd/compile: skip incomplete types in needWrapperCuong Manh Le
2026-03-26cmd/compile: do not invert loops that would overflow or underflowJorropo
2026-03-26cmd/compile: fix missing walk for OAS2RECV nodeCuong Manh Le
2026-03-25cmd/compile: preserve variadic signature on range-over-funcCuong Manh Le
2026-03-20Revert "runtime: disable test for 78081"Keith Randall
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-20runtime: disable test for 78081Keith Randall
2026-03-19go/types, types2: allow promoted field names as keys in struct literalsRobert Griesemer
2026-03-18runtime: add a test for issue 78081Keith Randall
2026-03-10cmd/compile: unwrap OCONVIFACE in staticinit for OAS2Oliver Eikemeier
2026-03-10cmd/compile: forward small Load through Move to avoid redundant copiesdorbmon
2026-03-10cmd/compile: fix ICE when checking slice capCuong Manh Le
2026-03-10test/fixedbugs: increase issue46234 test timeoutqmuntal
2026-03-06cmd/compile/internal/typecheck: simplify tcSliceHeaderCuong Manh Le
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-03-04cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable typesMateusz Poliwczak
2026-02-27cmd/compile: fix internal compiler error: bad write barrier typeFrancisco Ferraz
2026-02-25cmd/compile: treat all zero-sized values as SSA-ablekhr@golang.org
2026-02-25cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrappedKeith Randall
2026-02-24reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloadsKeith Randall
2026-02-21cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fieldsKeith Randall
2026-02-15cmd/compile: don't drop same register twicekhr@golang.org
2026-02-14cmd/compile: avoid folding 64-bit integers into 32-bit constantsYoulin Feng
2026-02-04cmd/compile: don't double-walk the map argument of clearKeith Randall
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-05cmd/compile: fix mis-infer bounds in slice len/cap calculationsCuong Manh Le
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-13test: fix tests to work with sizespecializedmalloc turned offmatloob@golang.org
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-28cmd/compile: don't optimize away a panicing interface comparisonKeith Randall
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-09-24cmd/compile: don't rely on loop info when there are irreducible loopsKeith Randall
2025-09-09cmd/compile/internal/inline: ignore superfluous slicingJake Bailey
2025-09-09cmd/compile: fix bounds check reportKeith Randall
2025-08-21cmd/asm: process forward jump to PCALIGNZhouGuangyuan
2025-08-18cmd/compile: ensure we use allowed registers for input-clobbering instructionsKeith Randall
2025-08-12all: delete aliastypeparams GOEXPERIMENTCherry Mui
2025-08-11Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0"Keith Randall
2025-08-11Revert "cmd/compile: allow more args in StructMake folding rule"Keith Randall