aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
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
2025-12-08[dev.simd] simd: add carryless multiplyDavid Chase
2025-12-05cmd/go: convert some more tests to script testsmatloob
2025-12-05cmd/go/internal/vet: skip -fix on pkgs from vendor or non-main modAlan Donovan
2025-12-05cmd/go: fix race applying fixes in fix and vet -fix modesAlan Donovan
2025-12-05cmd/go/testdata/script: skip vet_cache in short modeMichael Matloob
2025-12-05cmd/compile: fix mis-infer bounds in slice len/cap calculationsCuong Manh Le
2025-12-04all: update vendored x/toolsDmitri Shuralyov
2025-12-04cmd/internal/fuzztest: move fuzz tests out of cmd/go test suiteMichael Matloob
2025-12-04cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsignedsJorropo
2025-12-03[dev.simd] all: merge master (5945fc0) into dev.simdDavid Chase
2025-12-03[dev.simd] simd: make "best" instruction choice also depend on commutativityDavid Chase
2025-12-03cmd/link: don't update offset of existing ELF section nameIan Lance Taylor
2025-12-02cmd/compile: ensure bloop only kept alive addressable nodesCuong Manh Le
2025-12-02cmd/compile: more generated equality function testskhr@golang.org
2025-12-02cmd/go: add test checking version with experiment is validmatloob@golang.org
2025-12-01cmd/pprof: update vendored github.com/google/pprofDmitri Shuralyov
2025-12-01cmd/compile: run go generate for internal/irLin Lin
2025-12-01all: update vendored dependenciesDmitri Shuralyov
2025-12-01vendor/golang.org/x/tools: update to 1ad6f3dAlan Donovan
2025-11-28cmd/compile: avoid unnecessary interface conversion in bloopCuong Manh Le
2025-11-26cmd/link: test that moduledata is in its own sectionIan Lance Taylor
2025-11-26cmd/link: test that findfunctab is in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: test that funcdata values are in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: always run current linker in testsIan Lance Taylor
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/link: put runtime.findfunctab in the .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: put funcdata symbols in .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: build shstrtab from ELF sectionsIan Lance Taylor
2025-11-26cmd/link: use shdr as a slice rather than counting in elfhdr.ShnumIan Lance Taylor
2025-11-26cmd/link: sort allocated ELF section headers by addressIan Lance Taylor