aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.19] go1.19rc2go1.19rc2Gopher Robot
2022-07-12[release-branch.go1.19] all: merge master (b2b8872) into release-branch.go1.19Michael Anthony Knyszek
2022-07-12compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2022-07-12path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-07-12io/fs: fix stack exhaustion in GlobJulie Qiu
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-07-12go/parser: limit recursion depthRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12cmd/go: avoid spurious readdir during fsys.WalkRuss Cox
2022-07-12net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil
2022-07-11syscall: gofmt after CL 412114Tobias Klauser
2022-07-11internal/trace: don't report regions on system goroutinesMichael Pratt
2022-07-11runtime/race: update amd64 syso images to avoid sse4Than McIntosh
2022-07-11cmd/trace: fix typo in web documentationTobias Klauser
2022-07-11cmd/go: make module index loading O(1)Russ Cox
2022-07-11cmd/nm: don't rely on an erroneous install target in testsBryan C. Mills
2022-07-11misc/cgo/testcarchive: don't rely on an erroneous install target in testsBryan C. Mills
2022-07-11net/url: use EscapedPath for url.JoinPathSean Liao
2022-07-11database/sql: make TestTxContextWaitNoDiscard test more robustDmitri Goutnik
2022-07-11cmd/go: use package index for std in load.loadPackageDataRuss Cox
2022-07-11net/http: remove Content-Encoding in writeNotModifiedMitar
2022-07-08cmd/compile: fix libfuzzer instrumentation line numberKeith Randall
2022-07-08cmd/go: avoid setting variables for '/' and ':' in TestScript subprocess envi...Bryan C. Mills
2022-07-08net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil
2022-07-08cmd/compile: don't convert to interface{} for un-comparable types in generic ...Cuong Manh Le
2022-07-07runtime: overestimate the amount of allocated memory in heapLiveMichael Anthony Knyszek
2022-07-07crypto/x509: restrict CRL number to <=20 octetsRoland Shoemaker
2022-07-07crypto/x509: correctly parse CRL entry extensionsAaron Gable
2022-07-07crypto/x509: populate Number and AKI of parsed CRLsAaron Gable
2022-07-07cmd/link: explicitly disable PIE for windows/amd64 -race modeThan McIntosh
2022-07-07cmd/go: default to "exe" build mode for windows -raceThan McIntosh
2022-07-06[release-branch.go1.19] go1.19rc1go1.19rc1Gopher Robot
2022-07-06cmd/compile: only check implicit dots for method call enabled by a type boundCuong Manh Le
2022-07-06[release-branch.go1.19] update codereview.cfg for release-branch.go1.19Heschi Kreinick
2022-07-06cmd/go: set up git identity for build_buildvcs_auto.txtDaniel Martí
2022-07-06cmd/compile: rework induction variable detectorKeith Randall
2022-07-06os/exec: clarify that Wait must be calledIan Lance Taylor
2022-07-06cmd/internal/notsha256: add purego tag as neededIan Lance Taylor
2022-07-06cmd/dist: use purego tag when building the bootstrap binariesIan Lance Taylor
2022-07-06misc/cgo/test: make TestSetgidStress cheaperCherry Mui
2022-07-06test: recognize new gofrontend error messageIan Lance Taylor
2022-07-05cmd/compile: drop "buildcfg" from no instrument packagesMichael Pratt
2022-07-05cmd/go: make module@nonexistentversion failures reusableRuss Cox
2022-07-05cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox
2022-07-05cmd/go: record origin metadata during module downloadRuss Cox
2022-07-04build/constraint: update doc to mention a feature added in Go 1.17Cristian Greco
2022-07-04runtime: pass correct string to exits on Plan 9Ori Bernstein
2022-07-01net/http: omit invalid header value from error messageAlexander Yastrebov
2022-07-01cmd/go, go/build: clarify build constraint docsIan Lance Taylor