aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-06[release-branch.go1.19] go1.19.13go1.19.13release-branch.go1.19Gopher Robot
2023-08-16[release-branch.go1.19] crypto/tls: add GODEBUG to control max RSA key sizeRoland Shoemaker
2023-08-14[release-branch.go1.19] net/http: permit requests with invalid Host headersDamien Neil
2023-08-11[release-branch.go1.19] cmd/go: refuse to build Go 1.22 codeRuss Cox
2023-08-01[release-branch.go1.19] go1.19.12go1.19.12Gopher Robot
2023-08-01[release-branch.go1.19] crypto/tls: restrict RSA keys in certificates to <= 8...Roland Shoemaker
2023-07-26[release-branch.go1.19] cmd/asm, cmd/internal/obj: generate proper atomic ops...Meng Zhuo
2023-07-19[release-branch.go1.19] net: tolerate permission errors in interface testsHeschi Kreinick
2023-07-19[release-branch.go1.19] cmd/compile: on PPC64, fix sign/zero extension when m...Paul E. Murphy
2023-07-11[release-branch.go1.19] go1.19.11go1.19.11Gopher Robot
2023-07-06[release-branch.go1.19] net/http: validate Host header before sendingDamien Neil
2023-06-29[release-branch.go1.19] runtime: set raceignore to zero when starting a new g...Jelle van den Hooff
2023-06-28[release-branch.go1.19] runtime: allow for 5 more threads in TestWindowsStack...Alex Brainman
2023-06-24[release-branch.go1.19] cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64Cuong Manh Le
2023-06-22[release-branch.go1.19] runtime: use 1-byte load for address checking in race...Cherry Mui
2023-06-19[release-branch.go1.19] cmd/go: retain extra roots to disambiguate imports in...Bryan C. Mills
2023-06-19[release-branch.go1.19] cmd/pprof: skip TestDisasm on ARM64Cherry Mui
2023-06-13[release-branch.go1.19] cmd/go/internal/work: make formatOutput return an err...Bryan C. Mills
2023-06-13[release-branch.go1.19] cmd/go: do not exit with non-zero code from go list -...Michael Matloob
2023-06-13[release-branch.go1.19] go/printer: error out of Fprint when it would write a...Bryan C. Mills
2023-06-13[release-branch.go1.19] cmd/cover: error out if a requested source file conta...Bryan C. Mills
2023-06-13[release-branch.go1.19] cmd/cgo: error out if the source path used in line di...Bryan C. Mills
2023-06-13[release-branch.go1.19] cmd/go: fix TestScript/build_cwd_newline with CGO_ENA...Bryan C. Mills
2023-06-13[release-branch.go1.19] cmd/go: omit checksums for go.mod files needed for go...Bryan C. Mills
2023-06-06[release-branch.go1.19] cmd/cgo: correct _cgo_flags outputIan Lance Taylor
2023-06-06[release-branch.go1.19] go1.19.10go1.19.10Gopher Robot
2023-06-06[release-branch.go1.19] cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-06-06[release-branch.go1.19] cmd/go: enforce flags with non-optional argumentsRoland Shoemaker
2023-06-06[release-branch.go1.19] cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor
2023-06-06[release-branch.go1.19] runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-30[release-branch.go1.19] cmd/go/internal: update documentation of go test and ...Shogo Hida
2023-05-30[release-branch.go1.19] cmd/go: save checksums for go.mod files needed for go...Bryan C. Mills
2023-05-22[release-branch.go1.19] runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-22[release-branch.go1.19] runtime: consistently define fcntlIan Lance Taylor
2023-05-11[release-branch.go1.19] cmd/compile: fix bswap/load rewrite rulesKeith Randall
2023-05-02[release-branch.go1.19] go1.19.9go1.19.9Gopher Robot
2023-05-02[release-branch.go1.19] html/template: emit filterFailsafe for empty unquoted...Roland Shoemaker
2023-05-02[release-branch.go1.19] html/template: handle all JS whitespace charactersRoland Shoemaker
2023-05-02[release-branch.go1.19] html/template: disallow angle brackets in CSS valuesRoland Shoemaker
2023-04-24[release-branch.go1.19] crypto/tls: fix PSK binder calculationTero Saarni
2023-04-24[release-branch.go1.19] cmd/compile: use correct type for byteswaps on multi-...Keith Randall
2023-04-14[release-branch.go1.19] syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-04-12[release-branch.go1.19] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-05[release-branch.go1.19] html/template,mime/multipart: document new GODEBUG se...Michael Anthony Knyszek
2023-04-05[release-branch.go1.19] cmd/compile: defer transitive inlining until after AS...Michael Knyszek
2023-04-04[release-branch.go1.19] go1.19.8go1.19.8Gopher Robot
2023-04-04[release-branch.go1.19] html/template: disallow actions in JS template literalsRoland Shoemaker
2023-04-04[release-branch.go1.19] go/scanner: reject large line and column numbers in /...Damien Neil
2023-04-04[release-branch.go1.19] mime/multipart: limit parsed mime message sizesDamien Neil
2023-04-04[release-branch.go1.19] net/textproto, mime/multipart: improve accounting of ...Damien Neil