aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
3 dayscmd/compile: add test case for using Alias typesCuong Manh Le
3 dayscmd/compile/internal/noder: enable type aliases in type checkerMatthew Dempsky
10 dayscmd/compile: avoid past-the-end pointer when zeroingKeith Randall
12 dayscmd/compile: don't combine loads in generated equality functionskhr@golang.org
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-04-02cmd/compile: add missing OASOP case in mayModifyPkgVarCuong Manh Le
2024-03-30Revert "cmd/compile/internal: merge stack slots for selected local auto vars"Cuong Manh Le
2024-03-29cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-03-29Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar"Than McIntosh
2024-03-29cmd/compile: add missing OINLCAll case in mayModifyPkgVarCuong Manh Le
2024-03-28cmd/compile: put constants before variables in initialization orderKeith Randall
2024-03-27test: issue16016: use fewer goroutines for gccgoIan Lance Taylor
2024-03-20cmd/compile: don't assume args are always zero-extendedKeith Randall
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-03-14test/fixedbugs: add regress test for inlining failureMatthew Dempsky
2024-03-12cmd/compile: fix sign/zero-extension removalKeith Randall
2024-03-08cmd/compile: fix copying SSA-able variables optimizationCuong Manh Le
2024-03-02cmd/compile: add 0-sized-value simplification to copyelimDavid Chase
2024-03-01cmd/compile: add missing Unalias call when writing type aliasCuong Manh Le
2024-02-29runtime: don't re-initialize itab while looking for missing functionkhr@golang.org
2024-02-28cmd/compile: mark pointer to noalg type as noalgzuojunwei.1024
2024-02-28go/types, types2: consistently use singular when reporting version errorsRobert Griesemer
2024-02-27cmd/compile: fix early deadcode with label statementCuong Manh Le
2024-02-27cmd/compile: use quotes to wrap user-supplied tokenZxilly
2024-02-20cmd/compile/internal/typecheck: remove constant bounds checkCuong Manh Le
2024-02-09cmd/compile: separate inline cost analysis from applying inliningMatthew Dempsky
2024-02-07go/types, types2: better errors for non-existing fields or methodsRobert Griesemer
2024-01-26go/types, types2: use existing case-insensitive lookup (remove TODO)Robert Griesemer
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-08cmd/compile: fix SCCP propagation into jump tablesKeith Randall
2023-12-05cmd/compile: fix escape analysis of string min/maxMatthew Dempsky
2023-11-20cmd/compile: interleave devirtualization and inliningMatthew Dempsky
2023-11-20cmd/compile/internal/inline: allow inlining of checkptr argumentsMatthew Dempsky
2023-11-07cmd/compile: fix findIndVar so it does not match disjointed loop headersJorropo
2023-10-31cmd/compile: ensure pointer arithmetic happens after the nil checkKeith Randall
2023-10-20test: add tests that gofrontend failedIan Lance Taylor
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-10-19cmd/compile: report mismatched version set by //go:buildCuong Manh Le
2023-10-18cmd/compile: fix funcdata encode for functions with large frame sizeCuong Manh Le
2023-10-12cmd/compiler: make decompose shortcuts apply for PtrShaped, not just PtrDavid Chase
2023-10-10cmd/compile: get rid of zero-sized values in call expansionDavid Chase
2023-10-09cmd/compile: fix wrong argument of OpSelectN during expand_callsCuong Manh Le
2023-10-08cmd/compile: fix ICE with parenthesized builtin callsCuong Manh Le
2023-10-05cmd/compile: do not fatal when typechecking conversion expressionCuong Manh Le
2023-09-14cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinlinerThan McIntosh
2023-09-11cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IRMatthew Dempsky
2023-09-11cmd/compile/internal/staticinit: make staticopy safeMatthew Dempsky