aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-07-16[release-branch.go1.14] cmd/go: fix parallel chatty tests on solaris-amd64 bu...Tobias Klauser
2020-07-16[release-branch.go1.14] testing: reformat test chatty outputJean de Klerk
2020-07-16[release-branch.go1.14] database/sql: backport 5 Tx rollback related CLsEmmanuel T Odeke
2020-07-14[release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Katie Hockman
2020-07-14[release-branch.go1.14-security] go1.14.5go1.14.5Andrew Bonventre
2020-07-14[release-branch.go1.14-security] crypto/x509: respect VerifyOptions.KeyUsages...Filippo Valsorda
2020-07-13[release-branch.go1.14-security] net/http: synchronize "100 Continue" write a...Russ Cox
2020-07-13[release-branch.go1.14] net/http: fix panic with If-None-Match value in http....Marcus Weiner
2020-07-11[release-branch.go1.14] reflect: zero stack slots before writing to them with...Keith Randall
2020-07-10[release-branch.go1.14] cmd/compile: remove check that Zero's arg has the cor...Keith Randall
2020-07-10[release-branch.go1.14] cmd/link: detect trampoline of deferreturn callCherry Zhang
2020-07-09[release-branch.go1.14] encoding/json: revert "avoid work when unquoting stri...Daniel Martí
2020-06-29[release-branch.go1.14] cmd/go: convert TestBuildIDContainsArchModeEnv to the...Michael Matloob
2020-06-26[release-branch.go1.14] doc/go1.14: crypto/tls.Config.NameToCertificate is de...Ian Lance Taylor
2020-06-18[release-branch.go1.14] reflect: handling flagIndir in DeepEqual potential cy...Ian Lance Taylor
2020-06-15[release-branch.go1.14] cmd: update golang.org/x/tools to v0.0.0-202006022300...Dmitri Shuralyov
2020-06-12[release-branch.go1.14] cmd/compile/internal/ssa: skip TestNexting with old D...Dmitri Shuralyov
2020-06-01[release-branch.go1.14] go1.14.4go1.14.4Dmitri Shuralyov
2020-05-28[release-branch.go1.14] cmd/doc: fix merging comments in -src modeIvan Trubach
2020-05-27[release-branch.go1.14] encoding/json: don't mangle strings in an edge case w...Daniel Martí
2020-05-27[release-branch.go1.14] encoding/json: properly encode strings with ",string"...Daniel Martí
2020-05-27[release-branch.go1.14] runtime: disable preemption in startTemplateThreadMichael Pratt
2020-05-23[release-branch.go1.14] syscall: preserve Windows file permissions for O_CREA...Ian Lance Taylor
2020-05-14[release-branch.go1.14] go1.14.3go1.14.3Andrew Bonventre
2020-05-11[release-branch.go1.14] go/doc: fix detection of whole file examplesGregory Petrosyan