summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.16] go1.16.5go1.16.5David Chase2021-06-031-1/+1
* [release-branch.go1.16] net: don't rely on system hosts in TestCVE202133195Roland Shoemaker2021-06-021-19/+20
* [release-branch.go1.16] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills2021-06-023-0/+80
* [release-branch.go1.16] cmd/go: use a real Go version in the go.mod files in ...Bryan C. Mills2021-06-021-4/+4
* [release-branch.go1.16] cmd/go: in 'go mod download' without args, don't save...Jay Conrod2021-06-026-18/+75
* [release-branch.go1.16] cmd/link/internal: fix use of DynlinkingGo with ppc64...Lynn Boger2021-06-021-2/+12
* [release-branch.go1.16] net/http: prevent infinite wait during TestMissingSta...Michael Fraenkel2021-06-021-6/+2
* [release-branch.go1.16] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda2021-05-282-15/+70
* [release-branch.go1.16] archive/zip: only preallocate File slice if reasonabl...Roland Shoemaker2021-05-282-1/+68
* [release-branch.go1.16] net: verify results from Lookup* are valid domain namesRoland Shoemaker2021-05-272-13/+255
* [release-branch.go1.16] math/big: check for excessive exponents in Rat.SetStringRobert Griesemer2021-05-272-7/+33
* [release-branch.go1.16] cmd/link: don't cast end address to int32Cherry Mui2021-05-212-2/+2
* [release-branch.go1.16] cmd/link: disable plugin support if cgo is disabledPaul E. Murphy2021-05-201-1/+4
* [release-branch.go1.16] go1.16.4go1.16.4Heschi Kreinick2021-05-061-1/+1
* [release-branch.go1.16] runtime/pprof: skip tests for AIXClément Chigot2021-05-051-1/+2
* [release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan2021-05-044-7/+96
* [release-branch.go1.16] cmd/compile: fix ANDI/SRWI merge on ppc64Paul E. Murphy2021-05-042-1/+2
* [release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt2021-05-041-1/+3
* [release-branch.go1.16] archive/zip: only return directory once via io/fs.FSIan Lance Taylor2021-04-303-18/+92
* [release-branch.go1.16] std: update golang.org/x/net to 20210428183300-3f4a41...Katie Hockman2021-04-284-8/+10
* [release-branch.go1.16] time: use offset and isDST when caching zone from ext...Ian Lance Taylor2021-04-123-40/+68
* [release-branch.go1.16] go1.16.3go1.16.3Dmitri Shuralyov2021-04-011-1/+1
* [release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin2021-03-314-24/+244
* [release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt2021-03-312-1/+88
* [release-branch.go1.16] cmd/compile: disable shortcircuit optimization for in...Keith Randall2021-03-312-0/+47
* [release-branch.go1.16] cmd/go: allow '+' in package import paths in module modeBryan C. Mills2021-03-315-12/+66
* [release-branch.go1.16] build: set GOPATH consistently in run.bash, run.bat, ...Russ Cox2021-03-293-17/+6
* [release-branch.go1.16] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang2021-03-253-15/+25
* [release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang2021-03-257-5/+93
* [release-branch.go1.16] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod2021-03-254-31/+125
* [release-branch.go1.16] testing: update helperNames just before checking itTao Qingyun2021-03-242-8/+39
* [release-branch.go1.16] cmd/go: fix godoc formatting for text from 'go help i...Jay Conrod2021-03-122-16/+24
* [release-branch.go1.16] runtime, time: disable preemption in addtimerMichael Pratt2021-03-122-0/+21
* [release-branch.go1.16] go1.16.2go1.16.2Carlos Amedee2021-03-111-1/+1
* [release-branch.go1.16] cmd/go: clarify errors for commands run outside a moduleJay Conrod2021-03-1010-61/+49
* [release-branch.go1.16] cmd/go: don't report missing std import errors for ti...Jay Conrod2021-03-104-11/+24
* [release-branch.go1.16] all: merge release-branch.go1.16-security into releas...Katie Hockman2021-03-105-33/+129
|\
| * [release-branch.go1.16-security] go1.16.1go1.16.1Alexander Rakoczy2021-03-101-1/+1
| * [release-branch.go1.16-security] archive/zip: fix panic in Reader.OpenRoland Shoemaker2021-03-092-1/+36
| * [release-branch.go1.16-security] encoding/xml: prevent infinite loop while de...Katie Hockman2021-03-092-31/+92
* | [release-branch.go1.16] cmd: upgrade golang.org/x/mod to relax import path checkJay Conrod2021-03-036-20/+82
* | [release-branch.go1.16] cmd/go/internal/modload: don't query when fixing cano...Jay Conrod2021-03-032-2/+27
* | [release-branch.go1.16] cmd: upgrade golang.org/x/mod to fix go.mod parserJay Conrod2021-03-035-25/+109
* | [release-branch.go1.16] cmd/go: add missing newline to retraction warning mes...Jordan Liggitt2021-03-012-2/+2
* | [release-branch.go1.16] cmd/link: handle types as converted to interface when...Cherry Zhang2021-03-015-7/+65
* | [release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky2021-03-012-3/+15
* | [release-branch.go1.16] time: correct unusual extension string casesIan Lance Taylor2021-03-012-17/+49
* | [release-branch.go1.16] syscall: do not overflow key memory in GetQueuedCompl...Jason A. Donenfeld2021-03-012-6/+34
* | [release-branch.go1.16] cmd/go: fix version validation in 'go mod edit -exclude'Bryan C. Mills2021-03-015-25/+64
* | [release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...Cuong Manh Le2021-03-012-4/+48