aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-06[release-branch.go1.19] go1.19.4go1.19.4Gopher Robot
2022-12-06[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-12-06[release-branch.go1.19] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil
2022-11-30[release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...Than McIntosh
2022-11-25[release-branch.go1.19] runtime: make GC see object as allocated after it is ...Cherry Mui
2022-11-13[release-branch.go1.19] crypto/x509: allow BoringCrypto to use 4096-bit keysRuss Cox
2022-11-11[release-branch.go1.19] net: disable TestLookupDotsWithRemoteSource and TestL...Michael Anthony Knyszek
2022-11-11[release-branch.go1.19] sync/atomic: disallow type conversions of atomic.Poin...Mateusz Poliwczak
2022-11-09[release-branch.go1.19] runtime: don't jump stack if at entry of systemstackCherry Mui
2022-11-09[release-branch.go1.19] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-11-09[release-branch.go1.19] os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-08[release-branch.go1.19] cmd/compile: copy blank parameter node when substitut...Cherry Mui
2022-11-08[release-branch.go1.19] runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-11-08[release-branch.go1.19] crypto/x509: respect GODEBUG changes for allowing SHA...Russ Cox
2022-11-01[release-branch.go1.19] go1.19.3go1.19.3Gopher Robot
2022-11-01[release-branch.go1.19] syscall, os/exec: reject environment variables contai...Damien Neil
2022-10-24[release-branch.go1.19] cmd/compile: fix missing walk pass for static initial...Cuong Manh Le
2022-10-24[release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-24[release-branch.go1.19] runtime: always keep global reference to mp until mex...Michael Pratt
2022-10-20[release-branch.go1.19] cmd/go/internal/modload: update TestQueryImport to pa...Bryan C. Mills
2022-10-04[release-branch.go1.19] go1.19.2go1.19.2Gopher Robot
2022-10-04[release-branch.go1.19] regexp: limit size of parsed regexpsRuss Cox
2022-10-04[release-branch.go1.19] archive/tar: limit size of headersDamien Neil
2022-09-28[release-branch.go1.19] net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-21[release-branch.go1.19] cmd/compile/internal/typebits: relax alignment checkCuong Manh Le
2022-09-21[release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing ...Matthew Dempsky
2022-09-21[release-branch.go1.19] cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui
2022-09-21[release-branch.go1.19] cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui
2022-09-21[release-branch.go1.19] go/types, types2: allow (string...) signature with Ne...Robert Griesemer
2022-09-21[release-branch.go1.19] cmd/compile: avoid using destination pointer base typ...Keith Randall
2022-09-19[release-branch.go1.19] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky
2022-09-13[release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGSAustin Clements
2022-09-09[release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil
2022-09-06[release-branch.go1.19] go1.19.1go1.19.1Gopher Robot
2022-09-06[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-08-31[release-branch.go1.19 cmd/compile: align stack offset to alignment larger th...Cherry Mui
2022-08-31[release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui
2022-08-31[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy
2022-08-31[release-branch.go1.19] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-30[release-branch.go1.19] cmd/go/internal/imports: recognize "unix" build tagZeke Lu
2022-08-29[release-branch.go1.19] cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke
2022-08-29[release-branch.go1.19] crypto/tls: support ECDHE when ec_point_formats is mi...Filippo Valsorda
2022-08-29[release-branch.go1.19] cmd/go/internal/imports: include ToolTags in the Tags...Zeke Lu
2022-08-29[release-branch.go1.19] cmd/go: avoid registering AtExit handlers in testsBryan C. Mills
2022-08-29[release-branch.go1.19] crypto/x509: don't panic marshaling invalid ECDSA keysFilippo Valsorda
2022-08-29[release-branch.go1.19] net/url: consistently remove ../ elements in JoinPathDamien Neil
2022-08-29[release-branch.go1.19] cmd/go: avoid overwriting cached Origin metadataBryan C. Mills
2022-08-29[release-branch.go1.19] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-29[release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...Ian Lance Taylor
2022-08-29[release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64Cuong Manh Le