aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-31doc: mention Faccessat flags support in go1.11Ian Lance Taylor
2018-07-31cmd/compile: remove dead codeYury Smolsky
2018-07-31doc: add link to go command modules docs from Go 1.11 release notesPaul Jolly
2018-07-31net/http: expand a TimeoutHandler test a bitBrad Fitzpatrick
2018-07-31cmd/go: prohibit modules from importing vendored golang_org packagesBryan C. Mills
2018-07-31cmd/go: forbid use of one module with two different pathsBryan C. Mills
2018-07-31cmd/go/internal/modload: inline doImport into doPkgBryan C. Mills
2018-07-31cmd/go: allow internal imports based on module pathsBryan C. Mills
2018-07-31cmd/go: allow unversioned paths to -dropreplace flagBryan C. Mills
2018-07-30cmd/go: add test code packages in list -testMichael Matloob
2018-07-30cmd/internal/obj/arm64: reject incorrect form of LDP/STPBen Shi
2018-07-30doc/go1.11: add missing wordAlberto Donizetti
2018-07-29doc/go1.11: note that godoc now shows the Go version that added featuresBrad Fitzpatrick
2018-07-29path: present the correct error message in TestMatchJohn Gibb
2018-07-29cmd/go: fix TestScript/mod_gobuild_import on Plan 9David du Colombier
2018-07-28cmd/go: uses SID of group Guests to test ACLConstantin Konstantinidis
2018-07-28cmd/go: ignore unknown directives in dependency go.mod filesRuss Cox
2018-07-28cmd/go: document in 'go help mod' that people should use 'go get'Russ Cox
2018-07-28cmd/go: add 'go help goproxy'Russ Cox
2018-07-28cmd/go: fix spurious edges in mod -graph outputRuss Cox
2018-07-28cmd/go: add go list -m -f {{.GoMod}} to show path to go.mod fileRuss Cox
2018-07-28cmd/go: document go env GOMODRuss Cox
2018-07-28cmd/cgo: document that #including source files in subdirectories is a bad ideaRuss Cox
2018-07-28go/build: invoke go command to find modules during Import, Context.ImportRuss Cox
2018-07-27net/http: document Transport.Proxy's https supportCraig Citro
2018-07-27syscall: support Faccessat flags argumentIan Lance Taylor
2018-07-27net/http: try to document ServeFile security moreBrad Fitzpatrick
2018-07-27cmd/link: added test of availability of gccConstantin Konstantinidis
2018-07-27syscall: improve NewCallback documentation and panic messageJeet Parekh
2018-07-27cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor
2018-07-27crypto/x509: skip TestSystemRootsMartin Möhrmann
2018-07-27cmd/go/internal/par: fix TestWorkParallel retriesDaniel Martí
2018-07-27cmd/go: remove unused global var isGoReleaseYury Smolsky
2018-07-26syscall: implement pipe() on linux/mipsDavid Wimmer
2018-07-25crypto/tls: fix deadlock when Read and Close called concurrentlyMinaev Mike
2018-07-25cmd/go: for missing binary-only package, say where it should beIan Lance Taylor
2018-07-25runtime: ignore GNU/Linux sigaction errors for signals 32 and 33Ian Lance Taylor
2018-07-24net: fix handling of Conns created by Resolver.DialIan Gudger
2018-07-24doc: fix a couple of drive-by review comments in FAQRob Pike
2018-07-24net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docsFilippo Valsorda
2018-07-24runtime: traceback from outermost libc callKeith Randall
2018-07-24cmd/compile: set stricter inlining threshold in large functionsKeith Randall
2018-07-24cmd/go/internal/modfetch: run git log with "-c log.showsignature=false"Baokun Lee
2018-07-24cmd/go: fix Go structs in -json documentationYann Hodique
2018-07-24net/rpc: clarify requirements for connections and codecsDmitry Vyukov
2018-07-24net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-23cmd/vet: if a function modifies its args, it's not a print wrapperIan Lance Taylor
2018-07-23net/http: update Serve docs on when HTTP/2 is enabledBrad Fitzpatrick
2018-07-23cmd/go/internal/modfetch: do not panic when zip is incorrectmarwan-at-work