aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-07[release-branch.go1.25] go1.25.2go1.25.2Gopher Robot
2025-10-07[release-branch.go1.25] archive/tar: set a limit on the size of GNU sparse fi...Damien Neil
2025-10-07[release-branch.go1.25] encoding/pem: make Decode complexity linearRoland Shoemaker
2025-10-07[release-branch.go1.25] encoding/asn1: prevent memory exhaustion when parsing...Nicholas Husin
2025-10-07[release-branch.go1.25] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-10-07[release-branch.go1.25] crypto/x509: improve domain name verificationNeal Patel
2025-10-07[release-branch.go1.25] net/url: enforce stricter parsing of bracketed IPv6 h...Ethan Lee
2025-10-07[release-branch.go1.25] net/textproto: avoid quadratic complexity in Reader.R...Damien Neil
2025-10-07[release-branch.go1.25] crypto/x509: mitigate DoS vector when intermediate ce...Neal Patel
2025-10-07[release-branch.go1.25] net/mail: avoid quadratic behavior in mail address pa...Damien Neil
2025-10-06[release-branch.go1.25] spec: revert "update spec date to match release date"Robert Griesemer
2025-10-06[release-branch.go1.25] spec: update spec date to match release dateRobert Griesemer
2025-10-01[release-branch.go1.25] net/http: avoid connCount underflow raceDamien Neil
2025-10-01[release-branch.go1.25] context: don't return a non-nil from Err before Done ...Damien Neil
2025-10-01[release-branch.go1.25] debug/pe: permit symbols with no nameIan Lance Taylor
2025-10-01[release-branch.go1.25] cmd/compile: don't rely on loop info when there are i...Keith Randall
2025-10-01[release-branch.go1.25] crypto/tls: quote protocols in ALPN error messageRoland Shoemaker
2025-10-01[release-branch.go1.25] sync/atomic: correct Uintptr.Or return docMichael Pratt
2025-10-01[release-branch.go1.25] runtime: initialise debug settings much earlier in st...Steve Muir
2025-10-01[release-branch.go1.25] internal/poll: don't call Seek for overlapped Windows...qmuntal
2025-09-26[release-branch.go1.25] lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140: remove key import PCTs, make...Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140: update frozen module version...Filippo Valsorda
2025-09-26[release-branch.go1.25] crypto/internal/fips140/ecdsa: make TestingOnlyNewDRB...Filippo Valsorda
2025-09-22[release-branch.go1.25] os: set full name for Roots created with Root.OpenRootDamien Neil
2025-09-22[release-branch.go1.25] os: fix Root.MkdirAll to handle race of directory cre...database64128
2025-09-16[release-branch.go1.25] cmd/compile: export to DWARF types only referenced th...Alessandro Arzilli
2025-09-16[release-branch.go1.25] net: skip TestIPv4WriteMsgUDPAddrPort on plan9Richard Miller
2025-09-11[release-branch.go1.25] runtime: lock mheap_.speciallock when allocating sync...Damien Neil
2025-09-03[release-branch.go1.25] go1.25.1go1.25.1Gopher Robot
2025-08-27[release-branch.go1.25] net/http: require exact match for CrossSiteProtection...Filippo Valsorda
2025-08-25[release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 so...database64128
2025-08-25[release-branch.go1.25] internal/poll: set the correct file offset in FD.Seek...qmuntal
2025-08-25[release-branch.go1.25] runtime: make all synctest bubble violations fatal pa...Damien Neil
2025-08-25[release-branch.go1.25] os/exec: fix incorrect expansion of ".." in LookPath ...Richard Miller
2025-08-20[release-branch.go1.25] cmd/go/internal/gover: fix ModIsPrerelease for toolch...Michael Matloob
2025-08-12[release-branch.go1.25] go1.25.0go1.25.0Gopher Robot
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