aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
8 days[release-branch.go1.26] cmd/go: disallow cgo trust boundary bypassNeal Patel
8 days[release-branch.go1.26] crypto/tls: prevent deadlock when client sends multip...Roland Shoemaker
8 days[release-branch.go1.26] archive/tar: limit the number of old GNU sparse forma...Damien Neil
8 days[release-branch.go1.26] cmd/compile: fix loopbce overflow check logicJunyang Shao
8 days[release-branch.go1.26] cmd/compile: fix mem access overlap detectionJunyang Shao
8 days[release-branch.go1.26] crypto/x509: fix wildcard constraint map case sensiti...Roland Shoemaker
8 days[release-branch.go1.26] html/template: properly track JS template literal bra...Roland Shoemaker
8 days[release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO...Damien Neil
2026-03-26[release-branch.go1.26] net/url: permit colons in the host subcomponent of no...Damien Neil
2026-03-26[release-branch.go1.26] crypto/x509: fix signature checking limitRoland Shoemaker
2026-03-26[release-branch.go1.26] crypto/x509: hoist policy pruning out of loopRoland Shoemaker
2026-03-26[release-branch.go1.26] runtime/race: apply LLVM zero-initialization fixMichael Pratt
2026-03-26[release-branch.go1.26] cmd/link: skip special symbols for label symbol gener...Cherry Mui
2026-03-26[release-branch.go1.26] cmd/compile: fix internal compiler error: bad write b...Francisco Ferraz
2026-03-26[release-branch.go1.26] cmd/compile: treat all zero-sized values as SSA-ablekhr@golang.org
2026-03-26[release-branch.go1.26] cmd/compile: handle zero-sized values more generallykhr@golang.org
2026-03-26[release-branch.go1.26] net/url: reattach package doc commentDamien Neil
2026-03-26[release-branch.go1.26] cmd/compile: ternary rewrite of rewrite should skip, ...David Chase
2026-03-26[release-branch.go1.26] cmd/compile: skip race detector test failure for unsu...Guoqi Chen
2026-03-26[release-branch.go1.26] cmd/compile: gate instrumentEnterExit on NoRaceFunc c...Derek Parker
2026-03-26[release-branch.go1.26] runtime: fix value of ENOSYS on mips from 38 to 89Jorropo
2026-03-25[release-branch.go1.26] cmd/fix: pull in CL 755980Dmitri Shuralyov
2026-03-23[release-branch.go1.26] builtin: incorporate all feedback into doc string for...Robert Griesemer
2026-03-23[release-branch.go1.26] builtin: update new function commentSimon Li
2026-03-20[release-branch.go1.26] internal/poll: move rsan to heap on windowsdatabase64128
2026-03-20[release-branch.go1.26] cmd/go/internal/cache: update trim timestamp before t...Michael Matloob
2026-03-20[release-branch.go1.26] runtime/poll: fix race condition in Window's SendFileqmuntal
2026-03-19[release-branch.go1.26] net/http: restore accidentally removed package docDamien Neil
2026-03-19[release-branch.go1.26] net: correctly handle non-nil empty cmsg buffer on wi...database64128
2026-03-19[release-branch.go1.26] cmd/compile/internal/typecheck: simplify tcSliceHeaderCuong Manh Le
2026-03-19[release-branch.go1.26] cmd/compile: fix bloop testKeith Randall
2026-03-19[release-branch.go1.26] runtime: fix printfloat, printcomplex buffer sizesMichael Pratt
2026-03-05[release-branch.go1.26] crypto/x509: fix name constraint checking panicRoland Shoemaker
2026-03-05[release-branch.go1.26] crypto/x509: fix full email constraint matchingRoland Shoemaker
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-03-05[release-branch.go1.26] net/url: reject IPv6 literal not at start of hostIan Alexander
2026-03-04[release-branch.go1.26] cmd/go: revert update default go directive in mod or ...Michael Matloob
2026-03-02[release-branch.go1.26] cmd: re-vendor x/tools for Go 1.26.1Cherry Mui
2026-02-27[release-branch.go1.26] os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-26[release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i...Keith Randall
2026-02-26[release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if...Keith Randall
2026-02-25[release-branch.go1.26] net/smtp: prevent test failures due to expired test c...Nicholas S. Husin
2026-02-25[release-branch.go1.26] cmd/go: fix pkg-config flag sanitizationRoland Shoemaker
2026-02-25[release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bi...Youlin Feng
2026-02-25[release-branch.go1.26] go/analysis/passes/modernize: add vendored codeMark Freeman
2026-02-25[release-branch.go1.26] cmd/compile: fix mis-compilation for static array ini...Cuong Manh Le
2026-02-25[release-branch.go1.26] cmd/compile: don't drop same register twicekhr@golang.org
2026-02-25[release-branch.go1.26] reflect: use &zeroVal[0] instead of nil for data fiel...Keith Randall
2026-02-25[release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-...Rongrong
2026-02-20[release-branch.go1.26] internal/syscall/windows: correct some enums and sysc...Michal Pristas