aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-20internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCSShulhan
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-08internal: make struct comment match struct namecuishuang
2025-07-08cmd/compile: document that nosplit directive is unsafeIan Lance Taylor
2025-07-08cmd/compile: run fmt on ssaJorropo
2025-07-07internal/trace: only test for sync preemption if async preemption is offMichael Anthony Knyszek
2025-07-07cmd/internal/doc: fix GOROOT skew and path joining bugsMichael Matloob
2025-07-07runtime: make traceStack testable and add a benchmarkMichael Anthony Knyszek
2025-07-07crypto/rsa: remove another forgotten note to future selfFilippo Valsorda
2025-07-07cmd/compile/internal/ssa: skip EndSequence entries in TestStmtLinesqmuntal
2025-07-07sort: clarify Less docJohn Giorshev
2025-07-03runtime: correct vdsoSP on S390XCherry Mui
2025-07-03hash: document that Clone may only return ErrUnsupported or a nil errorFilippo Valsorda
2025-07-02cmd/cgo/internal/testsanitizers: skip asan tests when FIPS140 mode is onqmuntal
2025-07-02testing/synctest: explicitly state Run will be removed in Go 1.26Deleplace
2025-07-01cmd/go/internal/modindex: apply changes in CL 502615 to modindex packageMichael Matloob
2025-07-01crypto/tls: ensure the ECDSA curve matches the signature algorithmFilippo Valsorda
2025-07-01crypto/ecdsa: fix crypto/x509 godoc linksFilippo Valsorda