aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2024-11-14cmd/compile: better error message when offending/missing token is a keywordRobert Griesemer
2024-11-12runtime: fix iterator returns map entries after clear (pre-swissmap)Youlin Feng
2024-11-05cmd/compile: init limit for newly created value in prove passYoulin Feng
2024-11-04cmd/compile: fix inlining name mangling for blank labelCuong Manh Le
2024-10-23go/types, types2: qualify named types in error messages with type kindRobert Griesemer
2024-10-22go/types: improve recursive type error messageMax Neverov
2024-10-21cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-10-09cmd/compile: use call block instead of entry block for tail call expansionKeith Randall
2024-10-01test: fix test issue 69434 for riscv64Cuong Manh Le
2024-09-30go/parser, syntax: better error message for parameter missing typeRobert Griesemer
2024-09-28test: simplify issue 69434 testCuong Manh Le
2024-09-18cmd/compile: fix wrong esacpe analysis for rangefuncCuong Manh Le
2024-09-13test: add test for issue 24755Cuong Manh Le
2024-09-13all: add test for issue 20027Cuong Manh Le
2024-09-04runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-08-28cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1Tim King
2024-08-27go/types, types2: use max(fileVersion, go1.21) if fileVersion presentMichael Matloob
2024-08-20cmd/internal/testdir: add a -gomodversion flagTim King
2024-08-15Revert "go/types, types2: only use fileVersion if 1.21 or greater"Michael Matloob
2024-08-13cmd/compile/internal/types2: change inference error messageTim King
2024-08-12go/types, types2: only use fileVersion if 1.21 or greaterMichael Matloob
2024-08-09cmd/compile: in prove pass, check for unsat before adding local factsKeith Randall
2024-08-09cmd/compile: fix off-by-one error in prove passKeith Randall
2024-08-05test: add test that caused gofrontend to crashIan Lance Taylor
2024-07-30cmd/compile: add "deadlocals" pass to remove unused localsDavid Chase
2024-07-26types2, go/types: fix instantiation of named type with generic aliasCuong Manh Le
2024-07-24test: add test cases for local not-in-heap typesCuong Manh Le
2024-07-24test: re-enabled fixedbugs/notinheap.go testCuong Manh Le
2024-07-23cmd/compile: run checkbce after fuseLate passCuong Manh Le
2024-07-22cmd/compile: don't inline runtime functions in -d=checkptr buildCherry Mui
2024-07-19runtime: mark lockWithRankMayAcquire as nosplitCuong Manh Le
2024-07-16cmd/compile: fix recursive generic interface instantiationCuong Manh Le
2024-07-15strings: re-introduce noescape wrapperCuong Manh Le
2024-07-10math: remove riscv64 assembly implementations of roundingJorropo
2024-07-05cmd/compile: fix ICE when compiling global a, b = f()Cuong Manh Le
2024-07-03cmd/compile: fix mis-compilation when switching over channelsCuong Manh Le
2024-07-03cmd/compile: emit error message on mismatch import pathCuong Manh Le
2024-06-28cmd/compile: don't elide zero extension on top of signed valuesKeith Randall
2024-06-20cmd/compile: support generic alias typeCuong Manh Le
2024-05-30cmd/compile: remove quoting in favor of clearer prose in error messagesRobert Griesemer
2024-05-20cmd/compile: initialize posBaseMap correctlyRobert Griesemer
2024-05-16cmd/compile: add test case for using Alias typesCuong Manh Le
2024-05-15cmd/compile/internal/noder: enable type aliases in type checkerMatthew Dempsky
2024-05-08cmd/compile: avoid past-the-end pointer when zeroingKeith Randall
2024-05-06cmd/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