summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15dev.boringcrypto.go1.15Filippo Valsorda2021-08-0911-72/+226
|\
| * [release-branch.go1.15] go1.15.15go1.15.15release-branch.go1.15David Chase2021-08-041-1/+1
| * [release-branch.go1.15] net/http: speed up and deflake TestCancelRequestWhenS...Damien Neil2021-08-041-26/+51
| * [release-branch.go1.15] runtime: fix crash during VDSO calls on PowerPCDerek Parker2021-08-032-14/+74
| * [release-branch.go1.15] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto2021-08-031-1/+2
| * [release-branch.go1.15] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang2021-08-023-31/+31
| * [release-branch.go1.15] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker2021-08-022-0/+20
| * [release-branch.go1.15] net/http/httputil: close incoming ReverseProxy reques...Damien Neil2021-08-022-0/+48
* | [dev.boringcrypto.go1.15] all: merge go1.15.14 into dev.boringcrypto.go1.15Filippo Valsorda2021-07-149-71/+396
|\ \ | |/
| * [release-branch.go1.15] go1.15.14go1.15.14Dmitri Shuralyov2021-07-121-1/+1
| * [release-branch.go1.15] crypto/tls: test key type when castingRoland Shoemaker2021-07-121-1/+5
| * [release-branch.go1.15] net: filter bad names from Lookup functions instead o...Roland Shoemaker2021-07-082-68/+235
| * [release-branch.go1.15] net: don't reject null mx recordsRoland Shoemaker2021-07-082-1/+43
| * [release-branch.go1.15] cmd/link: fix handling of dupok mapzero symsThan McIntosh2021-06-294-1/+112
| * [release-branch.go1.15] syscall: fix TestGroupCleanupUserNamespace test failu...Rahul Bajaj2021-06-211-0/+1
| * [release-branch.go1.15] cmd/link: pass arch-specific flags to external linker...Cherry Zhang2021-06-101-4/+4
* | [dev.boringcrypto.go1.15] all: merge go1.15.13 into dev.boringcrypto.go1.15Katie Hockman2021-06-0718-247/+564
|\ \ | |/
| * [release-branch.go1.15] go1.15.13go1.15.13David Chase2021-06-031-1/+1
| * [release-branch.go1.15] net: don't rely on system hosts in TestCVE202133195Roland Shoemaker2021-06-021-19/+20
| * [release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills2021-06-023-0/+59
| * [release-branch.go1.15] cmd/go: use a real Go version in the go.mod files in ...Bryan C. Mills2021-06-021-3/+3
| * [release-branch.go1.15] cmd/link/internal: fix use of DynlinkingGo with ppc64...Lynn Boger2021-06-021-2/+12
| * [release-branch.go1.15] net/http: prevent infinite wait during TestMissingSta...Michael Fraenkel2021-06-021-6/+2
| * [release-branch.go1.15] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda2021-05-282-15/+70
| * [release-branch.go1.15] archive/zip: only preallocate File slice if reasonabl...Roland Shoemaker2021-05-282-1/+68
| * [release-branch.go1.15] net: verify results from Lookup* are valid domain namesRoland Shoemaker2021-05-272-13/+255
| * [release-branch.go1.15] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer2021-05-272-7/+33
| * [release-branch.go1.15] cmd/link: don't cast end address to int32Cherry Mui2021-05-212-2/+2
| * [release-branch.go1.15] math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht2021-05-202-193/+54
| * [release-branch.go1.15] math/big: fix TestShiftOverlap for test -count argume...SparrowLii2021-05-141-5/+5
* | [dev.boringcrypto.go1.15] all: merge go1.15.12 into dev.boringcrypto.go1.15Katie Hockman2021-05-0711-50/+104
|\ \ | |/
| * [release-branch.go1.15] go1.15.12go1.15.12Heschi Kreinick2021-05-061-1/+1
| * [release-branch.go1.15] runtime/pprof: skip tests for AIXClément Chigot2021-05-051-1/+2
| * [release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt2021-05-041-1/+3
| * [release-branch.go1.15] runtime, time: disable preemption in addtimerMichael Pratt2021-04-292-0/+21
| * [release-branch.go1.15] std: update golang.org/x/net to 20210428183841-261fb5...Katie Hockman2021-04-284-8/+10
| * [release-branch.go1.15] time: use offset and isDST when caching zone from ext...Ian Lance Taylor2021-04-123-40/+68
* | [dev.boringcrypto.go1.15] all: merge go1.15.11 into dev.boringcrypto.go1.15Filippo Valsorda2021-04-2126-81/+483
|\ \ | |/
| * [release-branch.go1.15] go1.15.11go1.15.11Carlos Amedee2021-04-011-1/+1
| * [release-branch.go1.15] cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal2021-03-311-2/+2
| * [release-branch.go1.15] cmd/link: avoid exporting all symbols on windows buil...Quim Muntal2021-03-316-7/+52
| * [release-branch.go1.15] cmd/cgo: avoid exporting all symbols on windows build...Quim Muntal2021-03-312-1/+101
| * [release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt2021-03-312-1/+88
| * [release-branch.go1.15] cmd/compile: disable shortcircuit optimization for in...Keith Randall2021-03-312-0/+47
| * [release-branch.go1.15] database/sql: fix tx stmt deadlock when rollbackEmmanuel T Odeke2021-03-302-7/+35
| * [release-branch.go1.15] build: set GOPATH consistently in run.bash, run.bat, ...Russ Cox2021-03-293-17/+6
| * [release-branch.go1.15] net/http: fix detection of Roundtrippers that always ...Michael Fraenkel2021-03-292-6/+6
| * [release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov2021-03-291-0/+2
| * [release-branch.go1.15] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang2021-03-253-15/+25
| * [release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod2021-03-254-31/+125