aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2020-05-08[release-branch.go1.14] cmd/compile: fix constant conversion involving comple...Matthew Dempsky
2020-05-07[release-branch.go1.14] runtime: make the scavenger's pacing logic more defen...Michael Anthony Knyszek
2020-05-06[release-branch.go1.14] runtime/race: rebuild netbsd .sysoKeith Randall
2020-05-06[release-branch.go1.14] runtime/race: update ppc64 .syso fileKeith Randall
2020-05-04[release-branch.go1.14] runtime/race: update some .syso filesKeith Randall
2020-05-01[release-branch.go1.14] runtime: ensure allocToCache updates searchAddr in a ...Michael Anthony Knyszek
2020-04-28[release-branch.go1.14] cmd/compile: fix deallocation of live value copies in...Michael Munday
2020-04-27[release-branch.go1.14] math/big: correct off-by-one access in divBasicRémy Oudompheng
2020-04-14[release-branch.go1.14] cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-08[release-branch.go1.14] go1.14.2go1.14.2Andrew Bonventre
2020-04-07[release-branch.go1.14] cmd/go: make module zip extraction more robustJay Conrod
2020-04-07[release-branch.go1.14] cmd/go: update 'go help modules' for automatic vendoringJay Conrod
2020-04-07[release-branch.go1.14] runtime: fix rounding in materializeGCProgAustin Clements
2020-04-07[release-branch.go1.14] doc: update the minimum supported macOS version to 10.11Carlos Amedee
2020-03-30[release-branch.go1.14] runtime/pprof: increment fake overflow record PCMichael Pratt
2020-03-30[release-branch.go1.14] runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-30[release-branch.go1.14] cmd/cgo, misc/cgo: only cache anonymous struct typede...Tobias Klauser
2020-03-29[release-branch.go1.14] os/exec: use environment variables for user token whe...Liam 'Auzzie' Haworth
2020-03-27[release-branch.go1.14] runtime: ensure minTriggerRatio never exceeds maxTrig...Michael Anthony Knyszek