aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-01-29test/codegen: add bitwise operation combination testsXiaolin Zhao
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2026-01-29cmd/compile: make prove use non-equality in subtraction for a stronger boundJonah Uellenberg
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-23cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits valuesJorropo
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-22test: use lower-case error message in heapsampling.gojjpinto
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-02test/codegen: codify bit related code generation for arm64Joel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-30test/codegen: fix a tab in comparisons.go to ensure pattern worksAlexander Musman
2025-12-29tests: improve consistency and clarity of test diagnosticsjjpinto
2025-12-29test: follow got/want convention in uintptrescapes testjjpinto
2025-12-29test: clarify log message for surrogate UTF-8 checkjjpinto
2025-12-26test/codegen: tidy tests for bitsJoel Sing
2025-12-23test/codegen: codify bit related code generation for riscv64Joel Sing
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-08[dev.simd] all: merge master (a33bbf1) into dev.simdCherry Mui
2025-12-08[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"David Chase
2025-12-05test/codegen: test negation with add/sub on riscv64Meng Zhuo
2025-12-05cmd/compile: fix mis-infer bounds in slice len/cap calculationsCuong Manh Le
2025-12-04cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsignedsJorropo
2025-12-02cmd/compile: ensure bloop only kept alive addressable nodesCuong Manh Le
2025-11-28test/codegen: fix shift tests on riscv64Joel Sing
2025-11-28cmd/compile: avoid unnecessary interface conversion in bloopCuong Manh Le
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-26cmd/compile: fix bloop get name logicJunyang Shao
2025-11-26cmd/compile: handle loops better during stack allocation of slicesKeith Randall
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-24cmd/compile: add cases for StringLen to proveDavid Chase
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-23cmd/compile: use 32x32->64 multiplies on loong64Xiaolin Zhao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-21cmd/compile: rewrite Rsh to RshU if arguments are proved positiveJorropo
2025-11-21cmd/compile: propagate unsigned relations for Rsh if arguments are positiveJorropo
2025-11-21cmd/compile: fix integer overflow in prove passJakub Ciolek
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-19test: go fmt prove.go testsJorropo
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
2025-11-17cmd/compile: use 32x32->64 multiplies on arm64Keith Randall
2025-11-17[dev.simd] simd: update CPU feature APIsJunyang Shao
2025-11-17cmd/compile: teach prove about subtract idiomsKeith Randall
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall