aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-24simd/archsimd: guard test helpers with amd64 tagCherry Mui
2025-12-23bytes: improve consistency in split test messagesjjpinto
2025-12-23cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788feMichael Matloob
2025-12-23time: skip test that will fail with GO111MODULE=offKevin Burke
2025-12-23runtime: improve a log message in TestCleanupLostLin Lin
2025-12-23runtime: fix nGsyscallNoP accountingMichael Anthony Knyszek
2025-12-23test/codegen: codify bit related code generation for riscv64Joel Sing
2025-12-23errors: add a test verifying join does not flatten errorsDamien Neil
2025-12-23cmd/asm/internal/asm: run riscv64 end-to-end tests for each profileJoel Sing
2025-12-23cmd/asm/internal/asm: abort end to end test if assembly failedJoel Sing
2025-12-23Revert "errors: optimize errors.Join for single unwrappable errors"Damien Neil
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-22debug/pe: avoid panic in File.ImportedSymbolsAlex Brainman
2025-12-22runtime: revert entry point on freebsd/arm64Rob Nichols
2025-12-22simd/archsimd: correct documentation for pairwise operationsCherry Mui
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-12-20simd/archsimd: add HasAVX2() guards to tests that need themDavid Chase
2025-12-19simd/archsimd: delete DotProductQuadruple methods for nowCherry Mui
2025-12-19simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and...Cherry Mui
2025-12-19simd/archsimd: correct type and instruction for SaturateToUint8Cherry Mui
2025-12-19go/doc: link to struct fields in the same packageSean Liao
2025-12-19cmd/go/internal/doc: update pkgsite versionmatloob
2025-12-19simd/archsimd: reword documentation for some operationsCherry Mui
2025-12-19simd/archsimd: reword documentation of comparison operationsCherry Mui
2025-12-18internal/cpu: repair VNNI feature checkDavid Chase
2025-12-18simd/archsimd: reword documentation for conversion opsCherry Mui
2025-12-17simd/archsimd: reword documentation of shfit operationsCherry Mui
2025-12-17runtime: keep track of secret allocation sizeDaniel Morsing
2025-12-17cmd/go: remove reference to no longer existing -i flagmatloob
2025-12-17crypto: rename fips140v2.0 to fips140v1.26Filippo Valsorda
2025-12-17simd/archsimd: reword documentation of As methodsCherry Mui
2025-12-17runtime/secret: warn users about allocations, loosen guaranteesDaniel Morsing
2025-12-16cmd/cgo: don't emit C local if it is not usedIan Lance Taylor
2025-12-16crypto/internal/fips140only: test fips140=only modeFilippo Valsorda
2025-12-16go/doc: exclude examples with resultsSean Liao
2025-12-16[release-branch.go1.26] go1.26rc1go1.26rc1Gopher Robot
2025-12-16crypto/tls: reject trailing messages after client/server helloRoland Shoemaker
2025-12-16cmd/compile: use unsigned constant when folding loads for SIMD ops with const...Cherry Mui
2025-12-16cmd/dist: preserve existing GOEXPERIMENTs when running tests with additional ...qmuntal
2025-12-15[release-branch.go1.26] all: merge master (d14b642) into release-branch.go1.26Michael Anthony Knyszek
2025-12-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-12-15cmd/link: don't create __x86.get_pc_thunk symbol if it already existsCherry Mui
2025-12-15text/template: fix slice builtin for pointers to arraysNathan Nguyen
2025-12-15archive/tar, compress/bzip2: base64 some troublesome testdata filesIan Lance Taylor
2025-12-15cmd/go: show comparable in go doc interface outputNathan Nguyen
2025-12-13simd/archsimd: skip tests if AVX is not availableCherry Mui
2025-12-12cmd/dist: test GOEXPERIMENT=simd on AMD64Cherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-12runtime/secret: restore goroutine behavior to proposalDaniel Morsing
2025-12-12runtime: dropg after emitting trace event in preemptParkMichael Anthony Knyszek