aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-12-04cmd/internal/fuzztest: move fuzz tests out of cmd/go test suiteMichael Matloob
2025-12-04crypto: use rand.IsDefaultReader instead of comparing to boring.RandReaderqmuntal
2025-12-04cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsignedsJorropo
2025-12-03[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd back onDavid Chase
2025-12-03[dev.simd] all: merge master (5945fc0) into dev.simdDavid Chase
2025-12-03[dev.simd] internal/buildcfg: default-disable simd experiment, for merge w/ m...David Chase
2025-12-03[dev.simd] simd: make "best" instruction choice also depend on commutativityDavid Chase
2025-12-03crypto/hpke: remove unused hybridKEM fieldqmuntal
2025-12-03go/{ast,doc}: update BasicLit.ValueEnd as well as ValuePosAlan Donovan
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-02net: parse addresses without separators in ParseMacDevon Mar
2025-12-02cmd/compile: more generated equality function testskhr@golang.org
2025-12-02crypto/x509: prevent HostnameError.Error() from consuming excessive resourceNicholas S. Husin
2025-12-02cmd/go: add test checking version with experiment is validmatloob@golang.org
2025-12-01runtime/internal/testprog: log initial SchedMetrics GOMAXPROCSMichael Pratt
2025-12-01net/http: deflake TestClientConnReserveAndConsumeDamien Neil
2025-12-01internal/runtime/cgroup: remove duplicate readString definitionMichael Pratt
2025-12-01internal/runtime/cgroup: lineReader fuzz test胡玮文
2025-12-01debug/elf: correct case of DWARF in commentIan Lance Taylor
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-12-01debug/elf: make check for empty symbol section consistent for 64-bit and 32-b...Aditya Sirish A Yelgundhalli
2025-11-28cmd/compile: avoid unnecessary interface conversion in bloopCuong Manh Le
2025-11-28runtime/secret: disable tests under memory validating modesDaniel Morsing
2025-11-27fmt: document space behavior of AppendAlan Donovan
2025-11-27runtime/secret: reorganize tests to fix -buildmode=sharedDaniel Morsing
2025-11-27runtime/_mkmalloc: fix log.Fatal formatting directiveFilippo Valsorda
2025-11-26internal/runtime/cgroup: stricter unescapePath胡玮文
2025-11-26internal/runtime/cgroup: fix path on non-root mount point胡玮文
2025-11-26internal/runtime/cgroup: simplify escapePath in test胡玮文
2025-11-26io: reduce intermediate allocations in ReadAll and have a smaller final resultthepudds
2025-11-26os: allow direntries to have zero inodes on LinuxDave Vasilevsky
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
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/link, cmd/internal/obj: fix a remote call failure issuelimeidan
2025-11-26cmd/internal/obj/loong64: remove the incorrect unsigned instructionsXiaolin Zhao
2025-11-26go/types, types2: remove InvalidTypeCycle from literals.goMark Freeman