aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-06runtime: give useful failure message on mlock failureAustin Clements
2019-12-06sync: deflake TestWaitGroupMisuse3Ian Lance Taylor
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-12-06go/types: print package path in error messages if package name is not uniqueRobert Griesemer
2019-12-06cmd/go: fix check for -Wp,-U in cgo CFLAGSTobias Klauser
2019-12-06runtime: add Gosched to TestSelectStackAdjust loopIan Lance Taylor
2019-12-06cmd/compile: mark empty block preemptibleCherry Zhang
2019-12-06cmd/compile: don't fuse branches with side effectsCherry Zhang
2019-12-05doc/go1.14: document freebsd/arm64 portTobias Klauser
2019-12-05cmd/go: print newline after GOOS/GOARCH errorRhys Hiltner
2019-12-05cmd/go: include imports in 'go list -e' output even after parse errorsJay Conrod
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-12-05cmd/go: test that 'go list -e -mod=readonly' reports errors correctlyJay Conrod
2019-12-05doc: add CherryPickApproved filter to Release History linksDmitri Shuralyov
2019-12-05cmd/go: delete TestGetFileURL temporary fileMeng Zhuo
2019-12-05src/go.mod: sync golang.org/x/net with h2_bundle.goFilippo Valsorda
2019-12-05runtime: remove comment about gcCopySpans()Johan Jansson
2019-12-05testing: fix testing docstaisa
2019-12-05cmd/link: when changing to Segrelrodata, reset datsizeIan Lance Taylor
2019-12-05runtime: mlock top of signal stack on Linux 5.2–5.4.1Austin Clements
2019-12-05runtime: add a simple version number parserAustin Clements
2019-12-04cmd/go: fix list_constraints test on non-amd64 platformsJay Conrod
2019-12-04go/build: don't include imports from cgo files when CGO_ENABLED=0Jay Conrod
2019-12-04math/rand: update comment to avoid use of ^ for exponentiationBrad Fitzpatrick
2019-12-04doc: fix typo in Go 1.12.14 documentCarlos Amedee
2019-12-04doc: document Go 1.13.5Carlos Amedee
2019-12-04doc: document Go 1.12.14Carlos Amedee
2019-12-04cmd/objdump: reference tracking bug in TestDisasmCode skip messageTobias Klauser
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-12-03cmd/vet: honor analyzer flags when running vet outside $GOROOT/srcXiangdong Ji
2019-12-03runtime: treat call from runtime as transient in TestDebugCallIan Lance Taylor
2019-12-02runtime: use current P's race context in timer codeIan Lance Taylor
2019-12-02os/exec: document that cmd.Start() sets the Process fieldGünther Noack
2019-12-02cmd/link: additional fixes for -newobj and "ld -r" ELF host objectsThan McIntosh
2019-12-02cmd/compile: declare with type for fmtMode constantTao Qingyun
2019-12-02time: fix comment in testXudong Zhang
2019-11-28runtime: on plan9 don't return substitute address for sysReserveRichard Miller
2019-11-27runtime: ready scavenger without nextMichael Anthony Knyszek
2019-11-27cmd/go/internal/modget: synchronize writes to modOnly map in runGetCarlos Amedee
2019-11-27cmd/go: enable -x in go mod downloadHana (Hyang-Ah) Kim
2019-11-27doc: add section on resolving packages to module reference docJay Conrod
2019-11-27runtime: reset scavenge address in scavengeAllMichael Anthony Knyszek
2019-11-27net/http: update bundled x/net/http2Brad Fitzpatrick
2019-11-27doc: clarify interaction of ioutil.WriteFile with umaskMostyn Bramley-Moore
2019-11-27runtime: print more information on stack overflowCherry Zhang
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-27cmd/internal/obj, runtime: use register map to mark unsafe pointsCherry Zhang
2019-11-26doc: add section on GOPROXY protocol to module reference docJay Conrod
2019-11-26cmd: update golang.org/x/mod and vendorJay Conrod
2019-11-26runtime: disable async preemption on darwin/arm(64) if no cgoCherry Zhang