aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2026-01-15[release-branch.go1.26] cmd/go/internal/work: sanitize flags before invoking ...Neal Patel
2026-01-15[release-branch.go1.26] cmd/go: update VCS commands to use safer flag/argumen...Roland Shoemaker
2026-01-08cmd/go: remove user-content from doc strings in cgo ASTs.Neal Patel
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-07cmd/go: guarantee a minimum of min(4,GOMAXPROCS) to compile -cMichael Matloob
2026-01-07cmd/go/internal/work: decrement concurrentProcesses when action finishesMichael Matloob
2026-01-07all: update vendored x/toolsDmitri Shuralyov
2026-01-05simd/archsimd: use V(P)MOVMSK for mask ToBits if possibleCherry Mui
2026-01-02cmd/go/testdata/vcstest/git: use git commands that work on older git versionsJoel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2026-01-02simd/archsimd: make IsNaN unaryCherry Mui
2025-12-30cmd/go/internal/modindex: fix obvious bug using failed type assertionMichael Matloob
2025-12-30cmd/compile: disable inlining for functions using runtime.deferrangefunczuojunwei.1024
2025-12-29simd/archsimd: remove redundant suffix of ExtendLo operationsCherry Mui
2025-12-27cmd: fix unused errors reported by ineffassignLin Lin
2025-12-24simd/archsimd: fix "go generate" commandCherry Mui
2025-12-23cmd/go: update pkgsite doc command to v0.0.0-20251223195805-1a3bd3c788feMichael Matloob
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-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-22simd/archsimd: correct documentation for pairwise operationsCherry Mui
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-19cmd/go/internal/doc: update pkgsite versionmatloob
2025-12-17cmd/go: remove reference to no longer existing -i flagmatloob
2025-12-16cmd/cgo: don't emit C local if it is not usedIan Lance Taylor
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-15cmd/go: show comparable in go doc interface outputNathan Nguyen
2025-12-12cmd/dist: test GOEXPERIMENT=simd on AMD64Cherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-12cmd/link: add new linknames to blocked linkname listCherry Mui
2025-12-11cmd/compile: update ABI document for riscv64Meng Zhuo
2025-12-11cmd/go: set GOOS in vet_asm testAlan Donovan
2025-12-11go/types, types2: remove indirection of Named.finiteMark Freeman
2025-12-11simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxNCherry Mui
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-11go/types, types2: put Named.finite behind Named.muMark Freeman
2025-12-10all: update to x/crypto@7dacc380ba00Filippo Valsorda
2025-12-09cmd: fix some issues in the commentscuishuang
2025-12-09go/types, types2: add check for finite size at value observanceMark Freeman
2025-12-08[dev.simd] all: merge master (a33bbf1) into dev.simdCherry Mui
2025-12-08cmd/cgo: use doc link for cgo.HandleAriel Otilibili
2025-12-08cmd/link: fix AIX builds after recent linker changesIan Lance Taylor
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-12-08[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"David Chase
2025-12-08cmd/link: generate DWARF for moduledataIan Lance Taylor