aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01[release-branch.go1.15-security] go1.15.1go1.15.1Dmitri Shuralyov
2020-09-01[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
2020-08-11[release-branch.go1.15] go1.15go1.15Andrew Bonventre
2020-08-11[release-branch.go1.15] all: merge master into release-branch.go1.15Andrew
2020-08-07[release-branch.go1.15] go1.15rc2go1.15rc2Alexander Rakoczy
2020-08-06[release-branch.go1.15] all: merge master into release-branch.go1.15Alexander Rakoczy
2020-08-06cmd: update golang.org/x/xerrorsAlexander Rakoczy
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-08-02runtime/race: fix ppc64le buildKeith Randall
2020-08-01runtime/race: rebuild some .syso files to remove getauxval dependencyKeith Randall
2020-08-01doc/go1.15: fix a few trivial inconsistenciesToshihiro Shiino
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-07-30testing: fix quotation marksKatie Hockman
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-30crypto/ed25519: remove s390x KDSA implementationMichael Munday
2020-07-30runtime: hold sched.lock over globrunqputbatch in runqputbatchMichael Anthony Knyszek
2020-07-28runtime: ensure startm new M is consistently visible to checkdeadMichael Pratt
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-25syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor
2020-07-25runtime, sync: add copyright headers to new filesIan Lance Taylor
2020-07-24doc/go1.15: surface the crypto/x509 CommonName deprecation noteFilippo Valsorda
2020-07-24[release-branch.go1.15] go1.15rc1go1.15rc1Alexander Rakoczy
2020-07-23doc/go1.15: announce GO386=387 deprecationAustin Clements
2020-07-22runtime: don't mlock on Ubuntu 5.4 systemsIan Lance Taylor
2020-07-20cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti
2020-07-17doc/go1.15: add release notes for math/cmplxBrian Kessler
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2020-07-16compress/flate: fix deflate Reset consistencyKlaus Post
2020-07-15cmd/link: skip TestOldLink if the old linker does not existCherry Zhang
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-07-14crypto/x509: respect VerifyOptions.KeyUsages on WindowsFilippo Valsorda
2020-07-14html/template: add tests from text/templateRuss Cox
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-10net: hangup TCP connection after Dial timeout in Plan 9Fazlul Shahriar
2020-07-09doc/go1.15: fix TODO about -buildmode=pieAustin Clements
2020-07-09net/textproto: correct documentation of empty line handlingNorman B. Lancaster
2020-07-09doc/go1.15: add line for testing streaming changeJean de Klerk
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-07-08os: fix regression with handling of nil *FileJoe Tsai
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-07-08doc/editors.html: update VS Code Go extension urlHana (Hyang-Ah) Kim
2020-07-08A+C: add Kush Patel (corporate CLA for Hootsuite Inc)Kush Patel
2020-07-07crypto/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-07-07net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9Fazlul Shahriar