aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-12[release-branch.go1.14-security] go1.14.12go1.14.12Carlos Amedee
2020-11-12[release-branch.go1.14-security] math/big: fix shift for recursive divisionKatie Hockman
2020-11-12[release-branch.go1.14-security] cmd/go: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor
2020-11-12[release-branch.go1.14-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-11-05[release-branch.go1.14] go1.14.11go1.14.11Alexander Rakoczy
2020-10-30[release-branch.go1.14] net/http: update bundled x/net/http2Dmitri Shuralyov
2020-10-30[release-branch.go1.14] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser
2020-10-29[release-branch.go1.14] time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek
2020-10-29[release-branch.go1.14] time: support slim tzdata formatIan Lance Taylor
2020-10-29[release-branch.go1.14] time: use extended time format past end of zone trans...Ian Lance Taylor
2020-10-23[release-branch.go1.14] net/http: deep copy Request.TransferEncodingdqu123
2020-10-22[release-branch.go1.14] src, net/http: update vendor, regenerate h2_bundle.goEmmanuel T Odeke
2020-10-20[release-branch.go1.14] runtime: wait for preemption signals before syscall.ExecIan Lance Taylor
2020-10-20[release-branch.go1.14] syscall: use MustHaveExec in TestExecIan Lance Taylor
2020-10-20[release-branch.go1.14] runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-10-15[release-branch.go1.14] runtime: set g to gsignal before adjustSignalStackCherry Zhang
2020-10-14[release-branch.go1.14] go1.14.10go1.14.10Alexander Rakoczy
2020-10-14[release-branch.go1.14] runtime: correct signature of call16Austin Clements
2020-10-08[release-branch.go1.14] database/sql: de-flake TestTxCannotCommitAfterRollbackDaniel Theophanes
2020-10-07[release-branch.go1.14] runtime: disable stack shrinking in activeStackChans ...Michael Anthony Knyszek
2020-10-05[release-branch.go1.14] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-10-05[release-branch.go1.14] testing: flush test summaries to stdout atomically wh...Bryan C. Mills
2020-10-01[release-branch.go1.14] cmd/compile: prevent 387+float32+pie from clobbering ...Keith Randall
2020-09-10[release-branch.go1.14] runtime: fix ReadMemStatsSlow's and CheckScavengedBit...Michael Anthony Knyszek
2020-09-10[release-branch.go1.14] cmd/internal/obj: fix inline marker issue on s390xMichael Munday
2020-09-09[release-branch.go1.14] go1.14.9go1.14.9Dmitri Shuralyov
2020-09-03[release-branch.go1.14] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-09-03[release-branch.go1.14] cmd/internal/obj: stop removing NOPs from instruction...Keith Randall
2020-09-03[release-branch.go1.14] cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger
2020-09-02[release-branch.go1.14] net/http/fgci: skip flaky testFilippo Valsorda
2020-09-02[release-branch.go1.14] doc/go1.14: document json.Umarshal map key support of...ShihCheng Tu
2020-09-01[release-branch.go1.14] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills
2020-09-01[release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Filippo Valsorda
2020-09-01[release-branch.go1.14-security] go1.14.8go1.14.8Dmitri Shuralyov
2020-09-01[release-branch.go1.14-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
2020-08-27[release-branch.go1.14] net/http: fix cancelation of requests with a readTrac...Damien Neil
2020-08-27[release-branch.go1.14] net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-08-27[release-branch.go1.14] net/http: handle body rewind in HTTP/2 connection los...Russ Cox
2020-08-22[release-branch.go1.14] runtime: detect services in signal handlerJason A. Donenfeld
2020-08-22[release-branch.go1.14] runtime: ensure startm new M is consistently visible ...Michael Pratt
2020-08-22[release-branch.go.1.14] runtime: validate candidate searchAddr in pageAlloc....Michael Anthony Knyszek
2020-08-21[release-branch.go1.14] cmd/link: fix GC data reading from shared library (at...Cherry Zhang
2020-08-21[release-branch.go1.14] cmd/compile: mark s390x int <-> float conversions as ...Michael Munday
2020-08-21[release-branch.go1.14] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-06[release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Katie Hockman
2020-08-06[release-branch.go1.14-security] go1.14.7go1.14.7Alexander Rakoczy
2020-08-06[release-branch.go1.14-security] encoding/binary: read at most MaxVarintLen64...Katie Hockman
2020-08-03[release-branch.go1.14] cmd/compile: don't addLocalInductiveFacts if there is...Keith Randall
2020-07-16[release-branch.go1.14] go1.14.6go1.14.6Andrew Bonventre
2020-07-16[release-branch.go1.14] testing: capture testname on --- PASS and --- FAIL linesJean de Klerk