summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.14] go1.14.13go1.14.13Carlos Amedee2020-12-031-1/+1
* [release-branch.go1.14] cmd/compile: sign extend constant folding properlyKeith Randall2020-12-033-9/+22
* [release-branch.go1.14] runtime: block signals in needm before allocating MIan Lance Taylor2020-11-207-17/+131
* [release-branch.go1.14] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor2020-11-162-0/+59
* [release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Katie Hockman2020-11-127-6/+319
|\
| * [release-branch.go1.14-security] go1.14.12go1.14.12Carlos Amedee2020-11-121-1/+1
| * [release-branch.go1.14-security] math/big: fix shift for recursive divisionKatie Hockman2020-11-121-1/+1
| * [release-branch.go1.14-security] cmd/go: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor2020-11-122-4/+9
| * [release-branch.go1.14-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor2020-11-123-0/+308
|/
* [release-branch.go1.14] go1.14.11go1.14.11Alexander Rakoczy2020-11-051-1/+1
* [release-branch.go1.14] net/http: update bundled x/net/http2Dmitri Shuralyov2020-10-304-4/+14
* [release-branch.go1.14] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser2020-10-301-5/+0
* [release-branch.go1.14] time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek2020-10-292-2/+30
* [release-branch.go1.14] time: support slim tzdata formatIan Lance Taylor2020-10-291-0/+8
* [release-branch.go1.14] time: use extended time format past end of zone trans...Ian Lance Taylor2020-10-296-22/+523
* [release-branch.go1.14] net/http: deep copy Request.TransferEncodingdqu1232020-10-232-1/+22
* [release-branch.go1.14] src, net/http: update vendor, regenerate h2_bundle.goEmmanuel T Odeke2020-10-224-5/+5
* [release-branch.go1.14] runtime: wait for preemption signals before syscall.ExecIan Lance Taylor2020-10-202-0/+32
* [release-branch.go1.14] syscall: use MustHaveExec in TestExecIan Lance Taylor2020-10-201-0/+1
* [release-branch.go1.14] runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor2020-10-202-0/+56
* [release-branch.go1.14] runtime: set g to gsignal before adjustSignalStackCherry Zhang2020-10-151-2/+2
* [release-branch.go1.14] go1.14.10go1.14.10Alexander Rakoczy2020-10-141-1/+1
* [release-branch.go1.14] runtime: correct signature of call16Austin Clements2020-10-141-1/+1
* [release-branch.go1.14] database/sql: de-flake TestTxCannotCommitAfterRollbackDaniel Theophanes2020-10-082-1/+12
* [release-branch.go1.14] runtime: disable stack shrinking in activeStackChans ...Michael Anthony Knyszek2020-10-076-2/+122
* [release-branch.go1.14] cmd/compile: fix live variable computation for deferr...Keith Randall2020-10-054-118/+98
* [release-branch.go1.14] testing: flush test summaries to stdout atomically wh...Bryan C. Mills2020-10-053-87/+88
* [release-branch.go1.14] cmd/compile: prevent 387+float32+pie from clobbering ...Keith Randall2020-10-011-20/+48
* [release-branch.go1.14] runtime: fix ReadMemStatsSlow's and CheckScavengedBit...Michael Anthony Knyszek2020-09-102-7/+23
* [release-branch.go1.14] cmd/internal/obj: fix inline marker issue on s390xMichael Munday2020-09-101-11/+0
* [release-branch.go1.14] go1.14.9go1.14.9Dmitri Shuralyov2020-09-091-1/+1
* [release-branch.go1.14] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang2020-09-033-23/+24
* [release-branch.go1.14] cmd/internal/obj: stop removing NOPs from instruction...Keith Randall2020-09-036-123/+14
* [release-branch.go1.14] cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger2020-09-032-8/+6
* [release-branch.go1.14] net/http/fgci: skip flaky testFilippo Valsorda2020-09-021-0/+1
* [release-branch.go1.14] doc/go1.14: document json.Umarshal map key support of...ShihCheng Tu2020-09-021-0/+6
* [release-branch.go1.14] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills2020-09-012-5/+47
* [release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Filippo Valsorda2020-09-016-23/+228
|\
| * [release-branch.go1.14-security] go1.14.8go1.14.8Dmitri Shuralyov2020-09-011-1/+1
| * [release-branch.go1.14-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis2020-09-015-22/+227
* | [release-branch.go1.14] net/http: fix cancelation of requests with a readTrac...Damien Neil2020-08-272-30/+85
* | [release-branch.go1.14] net/http: make Transport.RoundTrip preserve RequestsDamien Neil2020-08-272-1/+7
* | [release-branch.go1.14] net/http: handle body rewind in HTTP/2 connection los...Russ Cox2020-08-273-10/+90
* | [release-branch.go1.14] runtime: detect services in signal handlerJason A. Donenfeld2020-08-221-2/+71
* | [release-branch.go1.14] runtime: ensure startm new M is consistently visible ...Michael Pratt2020-08-221-17/+50
* | [release-branch.go.1.14] runtime: validate candidate searchAddr in pageAlloc....Michael Anthony Knyszek2020-08-223-3/+106
* | [release-branch.go1.14] cmd/link: fix GC data reading from shared library (at...Cherry Zhang2020-08-215-14/+82
* | [release-branch.go1.14] cmd/compile: mark s390x int <-> float conversions as ...Michael Munday2020-08-213-36/+72
* | [release-branch.go1.14] cmd/compile: fix checkptr handling of &^Matthew Dempsky2020-08-215-3/+40
* | [release-branch.go1.14] all: merge release-branch.go1.14-security into releas...Katie Hockman2020-08-063-9/+16
|\ \ | |/