aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-06[release-branch.go1.25] go1.25rc3go1.25rc3Gopher Robot
2025-08-06[release-branch.go1.25] database/sql: avoid closing Rows while scan is in pro...Damien Neil
2025-07-30[release-branch.go1.25] os/exec: fix incorrect expansion of "", "." and ".." ...Olivier Mengué
2025-07-28[release-branch.go1.25] os/user: user random name for the test user accountqmuntal
2025-07-28[release-branch.go1.25] cmd/go: always return the cached path from go tool -nMichael Matloob
2025-07-23[release-branch.go1.25] all: merge master (489868f) into release-branch.go1.25Michael Anthony Knyszek
2025-07-23cmd/link: scope test to linux & net.sendFileDerek Parker
2025-07-22cmd/compile: fix loclist for heap return vars without optimizationsDerek Parker
2025-07-22net: correct comment for ListenConfig.ListenPacketLyle Dean
2025-07-22all: go fmtMichael Pratt
2025-07-22cmd/internal/objabi: remove redundant word in commentcuishuang
2025-07-21runtime: relax TestMemoryLimitNoGCPercent a bitKeith Randall
2025-07-21cmd/compile: for arm64 epilog, do SP increment with a single instructionKeith Randall
2025-07-21runtime: fix asan wrapper for riscv64Keith Randall
2025-07-21cmd/go: check subcommand propertiesIan Alexander
2025-07-19cmd/internal/obj: enable got pcrel itype in fips140 for riscv64Meng Zhuo
2025-07-19cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576thepudds
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-07-18go/types: infer correct type for y in append(bytes, y...)Alan Donovan
2025-07-17cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ...thepudds
2025-07-16runtime: fix idle time double-counting bugMichael Anthony Knyszek
2025-07-16cmd/compile/internal/escape: speed up analyzing some functions with many clos...thepudds
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-07-16runtime: use 32-bit function index on WasmCherry Mui
2025-07-16cmd/internal/obj/wasm: use 64-bit instructions for indirect callsCherry Mui
2025-07-15cmd/internal/doc: upgrade godoc pkgsite to 01b046eMichael Matloob
2025-07-15runtime: use memclrNoHeapPointers to clear inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: only clear inline mark bits on span alloc if necessaryMichael Anthony Knyszek
2025-07-15runtime: have mergeInlineMarkBits also clear the inline mark bitsMichael Anthony Knyszek
2025-07-15runtime: merge inline mark bits with gcmarkBits 8 bytes at a timeMichael Anthony Knyszek
2025-07-15runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified)dyma solovei
2025-07-15os: remove useless error checkguoguangwu
2025-07-14runtime: expand GOMAXPROCS documentationMichael Pratt
2025-07-14encoding/json: decompose legacy optionsJoe Tsai
2025-07-14encoding/json/v2: add security section to docJoe Tsai
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-07-11encoding/json: remove legacy option to EscapeInvalidUTF8Joe Tsai
2025-07-11encoding/json/v2: report wrapped io.ErrUnexpectedEOFJoe Tsai
2025-07-11crypto/rsa: drop contradictory promise to keep PublicKey modulus secretFilippo Valsorda
2025-07-11crypto/rsa: fix documentation formattingFilippo Valsorda
2025-07-11runtime: turn off large memmove tests under asan/msanKeith Randall
2025-07-11cmd/link: do size fixups after symbol references are loadedCherry Mui
2025-07-10os: trivial comment fixJakob Borg
2025-07-10synctest: fix comments for time.Now() in synctestsChristian Hoeppner
2025-07-10crypto/cipher: Fix comment punctuationMarkus Kusano
2025-07-09runtime: run TestSignalDuringExec in its own process groupMichael Anthony Knyszek
2025-07-09crypto/tls: empty server_name conf. ext. from serverDaniel McCarney
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-07-08[release-branch.go1.25] go1.25rc2go1.25rc2Gopher Robot
2025-07-08[release-branch.go1.25] cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker