aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2025-12-12runtime/pprof: deflake TestGoroutineLeakProfileConcurrencyMichael Anthony Knyszek
2025-12-12cmd/link: add new linknames to blocked linkname listCherry Mui
2025-12-12runtime/secret: guard files with goexperimentCherry Mui
2025-12-12go/doc: reuse import name logic for examplesSean Liao
2025-12-11cmd/compile: update ABI document for riscv64Meng Zhuo
2025-12-11runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlockMichael Anthony Knyszek
2025-12-11Revert "database/sql: allow drivers to override Scan behavior"Austin Clements
2025-12-11runtime/trace: fix broken TestSubscribersMichael Anthony Knyszek
2025-12-11cmd/go: set GOOS in vet_asm testAlan Donovan
2025-12-11go/types, types2: remove indirection of Named.finiteMark Freeman
2025-12-11encoding/json/jsontext: add symbolic Kind constantsDamien Neil
2025-12-11json/jsontext: normalize all invalid Kinds to 0Damien Neil
2025-12-11encoding/json: report true from v2 Decoder.More when an error is pendingDamien Neil
2025-12-11runtime: prevent calls to GOMAXPROCS while clearing P trace stateMichael Anthony Knyszek
2025-12-11internal/trace: correctly handle GoUndetermined for GoroutineSummaryMichael Anthony Knyszek
2025-12-11simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxNCherry Mui
2025-12-11simd/archsimd: define ToMask only on integer vectorsCherry Mui
2025-12-11simd/archsimd: add package docCherry Mui
2025-12-11lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip fileFilippo Valsorda