aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-02cmd/compile/internal/noder: fill in SectionNameMark Freeman
2025-06-02testing: add Output method to TBMateusz Poliwczak
2025-06-02slices,sort: explicitly discard results in benchmarksAlan Donovan
2025-05-30internal/trace: expose the go version read by the readerCarlos Amedee
2025-05-30cmd/distpack: add test case for pack tool being excludedMichael Matloob
2025-05-30cmd/distpack: don't keep the pack toolMichael Matloob
2025-05-30runtime: set HeapGoal to zero when the GC is disabledCarlos Amedee
2025-05-30testing, testing/synctest: report correct duration after panicsDamien Neil
2025-05-30os: add implementation of fs.ReadLinkFS to *rootFSRoxy Light
2025-05-29cmd/compile/internal/noder: rename RelIndex to match codebaseMark Freeman
2025-05-29cmd/compile: update default PGO profileCherry Mui
2025-05-29cmd/internal/obj/s390x: fix potential recursive String callMichael Anthony Knyszek
2025-05-29runtime, testing/synctest: breaking bubble isolation with Cond is fatalDamien Neil
2025-05-29testing, testing/synctest: write bubble errors to parent test logDamien Neil
2025-05-29internal/pkgbits: explain the rationale for reference tablesMark Freeman
2025-05-29slices: document and test nilness behavior of all functionsAlan Donovan
2025-05-29runtime: add vgetrandom lock rankMichael Pratt
2025-05-29runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS callMichael Pratt
2025-05-29doc/next: deleteGopher Robot
2025-05-29internal/synctest: speed up TestWeakDamien Neil
2025-05-29runtime, internal/synctest, sync: associate WaitGroups with bubblesDamien Neil
2025-05-29runtime: increment updatemaxprocs metric only when disabledMichael Pratt
2025-05-29go/doc: NewFromFiles: fix panic on Files with SkipObjectResolutionAlan Donovan
2025-05-29api: promote next to go1.25Gopher Robot
2025-05-28cmd/compile: do nil check before calling duff functions, on arm64 and amd64Keith Randall
2025-05-28runtime: rename updateGOMAXPROCS to updateMaxProcsGMichael Pratt
2025-05-28doc/next: add release note for riscv64 plugin build modeMichael Anthony Knyszek
2025-05-28go/types, types2: dump position stack for non-bailout panicsMark Freeman
2025-05-28cmd/link: allow linkname reference to a TEXT symbol regardless of sizeCherry Mui
2025-05-28doc/next: tweak runtime release notesMichael Anthony Knyszek
2025-05-28lib/time: update to 2025b/2025bDmitri Shuralyov
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-27runtime, testing/synctest: verify cleanups/finalizers run outside bubblesDamien Neil
2025-05-27runtime: define lock ranking between weak pointers and synctestDamien Neil
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-05-27runtime/trace: add a trace validation test for different trace ordersCarlos Amedee
2025-05-27cmd/go: fix get with the new 'work' patternMichael Matloob
2025-05-27log/slog: fix longtests with empty sourceSean Liao
2025-05-27doc/next: add small header to TODODavid Chase
2025-05-27go/token: benchmark FileSet.{Position,AddExistingFiles}Alan Donovan
2025-05-27go/ast: deprecate FilterPackage, PackageExports, MergePackageFilesAlan Donovan
2025-05-27runtime: skip nil Ps in allp during cleanup flushMichael Pratt
2025-05-27crypto/tls: enable signature algorithm BoGo tests (and fix two bugs)Filippo Valsorda
2025-05-27errors: add joinError Unwrap examplejiahua wang
2025-05-27io/fs: add examples for Glob,ReadFile and ValidPathcuishuang
2025-05-24log/slog: make TextHandler discard empty SourceAntonio Pitasi
2025-05-24testing/synctest: correct duration in doc exampleSean Liao
2025-05-24hash: mention the new Cloner interface in Hash docs.Mateusz Poliwczak
2025-05-23crypto/tls: signature_algorithms in CertificateRequest can't be emptyFilippo Valsorda
2025-05-23net: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee