aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-09[dev.boringcrypto.go1.15] all: merge go1.15.15 into dev.boringcrypto.go1.15dev.boringcrypto.go1.15Filippo Valsorda
2021-08-04[release-branch.go1.15] go1.15.15go1.15.15release-branch.go1.15David Chase
2021-08-04[release-branch.go1.15] net/http: speed up and deflake TestCancelRequestWhenS...Damien Neil
2021-08-03[release-branch.go1.15] runtime: fix crash during VDSO calls on PowerPCDerek Parker
2021-08-03[release-branch.go1.15] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto
2021-08-02[release-branch.go1.15] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang
2021-08-02[release-branch.go1.15] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker
2021-08-02[release-branch.go1.15] net/http/httputil: close incoming ReverseProxy reques...Damien Neil
2021-07-14[dev.boringcrypto.go1.15] all: merge go1.15.14 into dev.boringcrypto.go1.15Filippo Valsorda
2021-07-12[release-branch.go1.15] go1.15.14go1.15.14Dmitri Shuralyov
2021-07-12[release-branch.go1.15] crypto/tls: test key type when castingRoland Shoemaker
2021-07-08[release-branch.go1.15] net: filter bad names from Lookup functions instead o...Roland Shoemaker
2021-07-08[release-branch.go1.15] net: don't reject null mx recordsRoland Shoemaker
2021-06-29[release-branch.go1.15] cmd/link: fix handling of dupok mapzero symsThan McIntosh
2021-06-21[release-branch.go1.15] syscall: fix TestGroupCleanupUserNamespace test failu...Rahul Bajaj
2021-06-10[release-branch.go1.15] cmd/link: pass arch-specific flags to external linker...Cherry Zhang
2021-06-07[dev.boringcrypto.go1.15] all: merge go1.15.13 into dev.boringcrypto.go1.15Katie Hockman
2021-06-03[release-branch.go1.15] go1.15.13go1.15.13David Chase
2021-06-02[release-branch.go1.15] net: don't rely on system hosts in TestCVE202133195Roland Shoemaker
2021-06-02[release-branch.go1.15] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-06-02[release-branch.go1.15] cmd/go: use a real Go version in the go.mod files in ...Bryan C. Mills
2021-06-02[release-branch.go1.15] cmd/link/internal: fix use of DynlinkingGo with ppc64...Lynn Boger
2021-06-02[release-branch.go1.15] net/http: prevent infinite wait during TestMissingSta...Michael Fraenkel
2021-05-28[release-branch.go1.15] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-28[release-branch.go1.15] archive/zip: only preallocate File slice if reasonabl...Roland Shoemaker
2021-05-27[release-branch.go1.15] net: verify results from Lookup* are valid domain namesRoland Shoemaker
2021-05-27[release-branch.go1.15] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer
2021-05-21[release-branch.go1.15] cmd/link: don't cast end address to int32Cherry Mui
2021-05-20[release-branch.go1.15] math/big: remove the s390x assembly for shlVU and shrVUJonathan Albrecht
2021-05-14[release-branch.go1.15] math/big: fix TestShiftOverlap for test -count argume...SparrowLii
2021-05-07[dev.boringcrypto.go1.15] all: merge go1.15.12 into dev.boringcrypto.go1.15Katie Hockman
2021-05-06[release-branch.go1.15] go1.15.12go1.15.12Heschi Kreinick
2021-05-05[release-branch.go1.15] runtime/pprof: skip tests for AIXClément Chigot
2021-05-04[release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt
2021-04-29[release-branch.go1.15] runtime, time: disable preemption in addtimerMichael Pratt
2021-04-28[release-branch.go1.15] std: update golang.org/x/net to 20210428183841-261fb5...Katie Hockman
2021-04-21[dev.boringcrypto.go1.15] all: merge go1.15.11 into dev.boringcrypto.go1.15Filippo Valsorda
2021-04-12[release-branch.go1.15] time: use offset and isDST when caching zone from ext...Ian Lance Taylor
2021-04-01[release-branch.go1.15] go1.15.11go1.15.11Carlos Amedee
2021-03-31[release-branch.go1.15] cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2021-03-31[release-branch.go1.15] cmd/link: avoid exporting all symbols on windows buil...Quim Muntal
2021-03-31[release-branch.go1.15] cmd/cgo: avoid exporting all symbols on windows build...Quim Muntal
2021-03-31[release-branch.go1.15] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2021-03-31[release-branch.go1.15] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-30[release-branch.go1.15] database/sql: fix tx stmt deadlock when rollbackEmmanuel T Odeke
2021-03-29[release-branch.go1.15] build: set GOPATH consistently in run.bash, run.bat, ...Russ Cox
2021-03-29[release-branch.go1.15] net/http: fix detection of Roundtrippers that always ...Michael Fraenkel
2021-03-29[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2021-03-25[release-branch.go1.15] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang
2021-03-25[release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod