aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-17go/build: rename WorkingDir to Dirgo1.14beta1Bryan C. Mills
2019-12-17text/template: remove an incorrect comment and clarify docs for AddParseTreeOliver Powell
2019-12-17time: further clarifications to the (*Timer).Stop docsIan Lance Taylor
2019-12-16runtime: do not use PowerRegisterSuspendResumeNotification on systems with "p...Jason A. Donenfeld
2019-12-16go/doc: ignore example functions with argumentsMichael Matloob
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-12-13runtime: fix off-by-1 error on address rangesCherry Zhang
2019-12-12runtime: force segv for nil defer function to be in deferreturn()Dan Scales
2019-12-12net/http: fix some awkward wording in Request.WithContext docsBrad Fitzpatrick
2019-12-12cmd/go: restore default vet analyzers for targets in GOROOTBryan C. Mills
2019-12-11cmd/go: allow arguments to 'go test' and 'go vet' to duplicate or override fl...Bryan C. Mills
2019-12-11runtime: use inUse ranges to map in summary memory only as neededMichael Anthony Knyszek
2019-12-11runtime: track ranges of address space which are owned by the heapMichael Anthony Knyszek
2019-12-11net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...Bryan C. Mills
2019-12-11runtime: syscall_forkx on Solaris can return error on successAndrew Stormont
2019-12-11syscall: use SOCK_CLOEXEC when creating socketsLorenz Bauer
2019-12-10cmd/compile/internal/logopt: gofmtTobias Klauser
2019-12-10testing: use conventional comments for exported internal funcs & structsvovapi
2019-12-10runtime: use MRS instruction to read system registers on freebsd/arm64Tobias Klauser
2019-12-10net/http: await state traces earlier in TestServerConnStateBryan C. Mills
2019-12-10net/http: fix timeout race in Transport proxy CONNECTBrad Fitzpatrick
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-12-09cmd/go: document 'go env GOMOD' outside modulesJay Conrod
2019-12-09cmd/link: fix imports problem in elf_test.goThan McIntosh
2019-12-09cmd/link: fix loadelf failed on MIPS familyMeng Zhuo
2019-12-09runtime: use mprotect in sysMap for aix/ppc64Clément Chigot
2019-12-09net/http: don't wait indefinitely in Transport for proxy CONNECT responseBrad Fitzpatrick
2019-12-09runtime/race: correct typo s/is/inMuhammad Falak R Wani
2019-12-09runtime: suggest more kernel options for mlock failureMark Pulford
2019-12-09cmd/go: clarify -dropreplace help text in 'go help mod edit'Jay Conrod
2019-12-09runtime: mlock top of signal stack on both amd64 and 386Austin Clements
2019-12-09go/ast: fix a few incorrect "an" articlesDaniel Martí
2019-12-07net/http: unflake TestTimeoutHandlerSuperfluousLogsEmmanuel T Odeke
2019-12-06crypto/tls: fix a typo in TLS handshake commentAlex Harford
2019-12-06cmd/go/internal/modcmd: loosen path validation in "go mod edit"Bryan C. Mills
2019-12-06cmd/go/internal/modload: revert duplicate path suppression in modload.ImportM...Bryan C. Mills
2019-12-06cmd/go: include cfg.BuildModReason in 'import lookup disabled' errorsBryan C. Mills
2019-12-06cmd/link: skip gaps between PT_LOAD segments in TestPIESizeCherry Zhang
2019-12-06cmd/go: avoid generating "malformed module path" errors for standard-library ...Bryan C. Mills
2019-12-06strings: fix nonexistent path in commentpo3rin
2019-12-06cmd/go: reduce redundancy in direct mode lookup error messagesJay Conrod
2019-12-06os: skip a new failing test on WindowsBrad Fitzpatrick
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