aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-26cmd/go: add more info in t.Fatal messagego1.9beta2Brad Fitzpatrick
2017-06-26net/http/httputil: always deep copy the Request.Header map in ReverseProxyBrad Fitzpatrick
2017-06-26runtime: drain local runq when dedicated mark worker runsAustin Clements
2017-06-26cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer
2017-06-26net/http/httptest: close client connections in separate goroutinesYasha Bubnov
2017-06-25os/signal: check MustHaveExec in TestAtomicStopIan Lance Taylor
2017-06-24os/signal: avoid race between Stop and receiving on channelIan Lance Taylor
2017-06-23cmd/internal/obj/arm: fix wrong encoding of MULBBBen Shi
2017-06-23os: align siginfo argument to waitidIan Lance Taylor
2017-06-23cmd/go: fix TestExecutableGOROOT when GOROOT_FINAL is setRuss Cox
2017-06-23cmd/go: be more precise when a directory cannot be builtRuss Cox
2017-06-23cmd/go: report possibly-relevant ignored symlinks during pattern matchRuss Cox
2017-06-23cmd/go: detect case-insensitive import path collisionRuss Cox
2017-06-23cmd/internal/obj/arm: fix setting U bit in shifted register offset of MOVBSBen Shi
2017-06-23encoding/ascii85: make bigtest big againMark Ryan
2017-06-23net/http: document that Dir can serve sensitive directoriesKevin Burke
2017-06-23net/http: Update server idleTimeout documentationQiuxuan Zhu
2017-06-23cmd/go: detect Go assembly before assembling with gccRuss Cox
2017-06-23cmd/go: require -buildmode=c-shared to take one main packageRuss Cox
2017-06-23go/types: prevent crash in type cycles involving non-type expressionsRobert Griesemer
2017-06-23net: update documentation on IP.IsUnspecifiedMikio Hara
2017-06-22cmd/compile: fix array slice expression bounds checkRobert Griesemer
2017-06-22net: update documentation on methods of UnixConnMikio Hara
2017-06-22net: update documentation on methods of IPConnMikio Hara
2017-06-22net: update documentation on methods of UDPConnMikio Hara
2017-06-22cmd/go: read URL not Repository Root from svn infoRuss Cox
2017-06-22net: update documentation on JoinHostPort and SplitHostPortMikio Hara
2017-06-22net: update documentation on Resolve{TCP,UDP,IP,Unix}AddrMikio Hara
2017-06-22net: update documentation on Listen{TCP,UDP,MulticastUDP,IP,Unix,Unixgram}Mikio Hara
2017-06-22net: update documentation on Dial{TCP,UDP,IP,Unix}Mikio Hara
2017-06-22net: update documentation on Listen and ListenPacketMikio Hara
2017-06-22net: update documentation on Dial and its variantsMikio Hara
2017-06-22os: run more of TestExecutable on OpenBSDMichael Hendricks
2017-06-22go/types: more robust operand printingRobert Griesemer
2017-06-21go/ast: improved documentation for comments associated with an ASTRobert Griesemer
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-06-21runtime/cgo: fix typosHiroshi Ioka
2017-06-21sync: make clear that WaitGroup.Done decrements by oneAlberto Donizetti
2017-06-21os: fix documentation for Executable on OpenBSDMichael Hendricks
2017-06-21all: gofmtMikio Hara
2017-06-20runtime, syscall: workaround for bug in Linux's execveJohn R. Lenton
2017-06-20crypto/x509: update MaxPathLen & MaxPathLenZero docsBrad Fitzpatrick
2017-06-20A+C: updated updateBrad Fitzpatrick
2017-06-20syscall: mark forkAndExecInChild1 noinlineAustin Clements
2017-06-20syscall: use CLONE_VFORK safelyAustin Clements
2017-06-20Revert "cmd/vendor/github.com/google/pprof: refresh from upstream"Alberto Donizetti
2017-06-20cmd/vendor/github.com/google/pprof: refresh from upstreamAlberto Donizetti
2017-06-20doc: add qualified mention of dep to FAQsam boyer
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-06-19net/http: update bundled http2Brad Fitzpatrick