aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-03-11[release-branch.go1.15] go1.15.10go1.15.10Carlos Amedee
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2021-03-10[release-branch.go1.15] all: merge release-branch.go1.15-security into releas...Katie Hockman
2021-03-10[release-branch.go1.15-security] go1.15.9go1.15.9Alexander Rakoczy
2021-03-09[release-branch.go1.15-security] encoding/xml: prevent infinite loop while de...Katie Hockman
2021-03-02[release-branch.go1.15] net/http: add connections back that haven't been canc...Michael Fraenkel
2021-03-02[release-branch.go1.15] net/http: ignore connection closes once done with the...Michael Fraenkel
2021-03-01[release-branch.go1.15] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.15] time: correct unusual extension string casesIan Lance Taylor
2021-03-01[release-branch.go1.15] syscall: do not overflow key memory in GetQueuedCompl...Jason A. Donenfeld
2021-03-01[release-branch.go1.15] cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2021-02-26[release-branch.go1.15] internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16[release-branch.go1.15] internal/poll: if copy_file_range returns 0, assume i...Ian Lance Taylor
2021-02-04[release-branch.go1.15] go1.15.8go1.15.8Carlos Amedee
2021-02-04[release-branch.go1.15] runtime/cgo: fix Android build with NDK 22Elias Naur
2021-02-03[release-branch.go1.15] runtime: don't adjust timer pp field in timerWaiting ...Ian Lance Taylor
2021-02-02[release-branch.go1.15] cmd/internal/goobj2: fix buglet in object file readerThan McIntosh
2021-02-02[release-branch.go1.15] cmd/link/internal/ld/pe: fix segfault adding resource...Derek Parker
2021-02-02[release-branch.go1.15] cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-02-01[release-branch.go1.15] net/http: update bundled x/net/http2Damien Neil
2021-01-22[release-branch.go1.15] cmd/go: fix get_update_unknown_protocol testJay Conrod
2021-01-21[release-branch.go1.15] cmd/compile: don't short-circuit copies whose source ...Keith Randall
2021-01-21[release-branch.go1.15] internal/execabs: only run tests on platforms that su...Roland Shoemaker
2021-01-20[release-branch.go1.15] cmd/go: fix mod_get_fallback testJay Conrod
2021-01-19[release-branch.go1.15] all: merge release-branch.go1.15-security into releas...Roland Shoemaker
2021-01-19[release-branch.go1.15-security] go1.15.7go1.15.7Dmitri Shuralyov
2021-01-19[release-branch.go1.15-security] cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2021-01-16[release-branch.go1.15-security] cmd/go: add test case for cgo CC settingRuss Cox
2021-01-16[release-branch.go1.15-security] cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-16[release-branch.go1.15-security] cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2021-01-16[release-branch.go1.15-security] crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2020-12-16[release-branch.go1.15] doc/go1.15: mention 1.15.3 cgo restriction on empty s...Ian Lance Taylor
2020-12-03[release-branch.go1.15] go1.15.6go1.15.6Carlos Amedee
2020-12-03[release-branch.go1.15] cmd/link: recompute heapPos after copyHeapCherry Zhang
2020-12-03[release-branch.go1.15] cmd/compile: sign extend consant folding properlyKeith Randall
2020-11-23[release-branch.go1.15] cmd/compile: do not emit an extra debug_line entry fo...Alessandro Arzilli
2020-11-20[release-branch.go1.15] internal/poll: use copy_file_range only on Linux kern...Tobias Klauser