summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.tls] dev.tls: remove sentinel filedev.tlsRuss Cox2016-11-111-1/+0
* [dev.tls] dev.tls: new branch for TLS 1.3Russ Cox2016-11-111-0/+1
* cmd/link: use plugin path in visibility analysisDavid Crawshaw2016-11-111-5/+1
* cmd/cgo: don't depend on runtime/cgo if !CgoEnabledIan Lance Taylor2016-11-101-17/+19
* cmd/gofmt: don't overwrite read-only filesRobert Griesemer2016-11-102-22/+33
* net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick2016-11-103-9/+14
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-101-1/+1
* net/http: update Transport doc example to not disable http2Brad Fitzpatrick2016-11-102-5/+11
* net/http: update bundled http2Brad Fitzpatrick2016-11-101-8/+34
* net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick2016-11-102-11/+59
* net/http: document that Server.Close and Shutdown don't track hijacked connsBrad Fitzpatrick2016-11-101-2/+14
* debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor2016-11-101-1/+1
* net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick2016-11-102-10/+34
* cmd/go: remove "x" in TestImportMainIan Lance Taylor2016-11-101-0/+1
* net/http: fix documentation on Server.TLSNextProto controlling http2Brad Fitzpatrick2016-11-101-1/+2
* runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob2016-11-105-110/+49
* net/http: don't wrap request cancellation errors in timeoutsEmmanuel Odeke2016-11-102-32/+63
* cmd/vet: detect defer resp.Body.Close() before error checkFrancesc Campoy2016-11-103-4/+249
* A+C: update for Go 1.8Brad Fitzpatrick2016-11-102-0/+177
* lib/time: update tzdata to 2016iBrad Fitzpatrick2016-11-102-2/+2
* cmd/go: -ldflags=-linkmode=external requires runtime/cgoIan Lance Taylor2016-11-101-4/+15
* go/printer: don't drop required semi/linebreak after /*-commentRobert Griesemer2016-11-103-9/+71
* net/http: fix Server.Close double LockBrad Fitzpatrick2016-11-102-1/+8
* reflect: unexported fields are tied to a packageDavid Crawshaw2016-11-103-0/+26
* sync: add example for PoolKevin Burke2016-11-101-0/+45
* cmd/gofmt: don't leave tmp file if -w failedRobert Griesemer2016-11-101-4/+9
* cmd/gofmt: don't eat source if -w failsRobert Griesemer2016-11-101-1/+33
* go/types: remove unused alias-related testdata filesRobert Griesemer2016-11-102-132/+0
* net/http: deflake TestIdleConnH2CrashBrad Fitzpatrick2016-11-091-4/+15
* syscall: use 32-bit setuid/setgid syscalls on linux/{386,arm}Brad Fitzpatrick2016-11-093-2/+28
* encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith2016-11-092-1/+22
* runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday2016-11-091-1/+3
* cmd/compile/internal/syntax: fix error handling for Read/Parse callsRobert Griesemer2016-11-098-85/+126
* cmd/cgo: delete unused variable in log statementJosh Bleecher Snyder2016-11-091-1/+1
* C: add Martin Möhrmann's google.com email (Google CLA)Martin Möhrmann2016-11-091-1/+1
* cmd/compile: ensure that knownFormats is up to dateJosh Bleecher Snyder2016-11-091-17/+26
* os: on Windows, don't fix long paths that aren't longBrad Fitzpatrick2016-11-082-19/+50
* cmd/link: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-084-1/+376
* cmd/compile: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-084-0/+1191
* cmd/compile/internal/ssa: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-0810-20/+12717
* runtime/pprof/internal: add package protopprofMichael Matloob2016-11-083-8/+322
* path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan2016-11-081-0/+2
* doc: add a CL to go1.8.txt mentioned by Alberto DonizettiBrad Fitzpatrick2016-11-081-0/+1
* doc: reference go1.4-bootstrap-20161024.tar.gzBrad Fitzpatrick2016-11-081-14/+27
* cmd/asm: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-086-12/+594
* net/http: deflake TestClientRedirectsBrad Fitzpatrick2016-11-081-5/+8
* crypto/elliptic: add s390x assembly implementation of NIST P-256 CurveVolodymyr Paprotski2016-11-084-12/+2746
* cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-088-354/+586
* syscall: fix name of prlimit parametersBrad Fitzpatrick2016-11-0812-23/+23
* os: cleanup directories created by TestLongPathMohit Agarwal2016-11-081-4/+4