aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-07runtime: avoid double notewakeup in netpoll stub codeIan Lance Taylor
2020-02-07doc: fill in 'go mod init' section of module documentationJay Conrod
2020-02-07doc: fill in 'go mod download' section of module documentationJay Conrod
2020-02-07doc: fill in 'go list -m' section in module documentationJay Conrod
2020-02-07doc: fill in 'Module-aware commands' section in module documentationJay Conrod
2020-02-07doc: add section on module paths to module documentationJay Conrod
2020-02-07doc: add section on go.mod file syntaxJay Conrod
2020-02-07Revert "cmd/link: code cleanup in macho_combine_dwarf.go"Than McIntosh
2020-02-07cmd/link: code cleanup in macho_combine_dwarf.goTamir Duberstein
2020-02-06[release-branch.go1.14] all: merge master into release-branch.go1.14Carlos Amedee
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2020-02-06doc/go1.14: disable text/template processing in HTML pageDmitri Shuralyov
2020-02-05doc/go1.14: quote {{ and }} in text/template noteIan Lance Taylor
2020-02-05[release-branch.go1.14] math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-02-05doc/go1.14: mention better error checking in text/templateIan Lance Taylor
2020-02-05doc/go1.14: document io/ioutil.TempDir's predictable prefix+suffixEmmanuel T Odeke
2020-02-05[release-branch.go1.14] crypto/x509: fix godoc for MarshalPKCS8PrivateKeyKatie Hockman
2020-02-05crypto/x509: fix godoc for MarshalPKCS8PrivateKeyKatie Hockman
2020-02-05runtime: rewrite a comment in malloc.goJerrin Shaji George
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-02-05doc/go1.14: document http.ServeFile large file fix for WindowsEmmanuel T Odeke
2020-02-05cmd/go/internal/vet: only set work.VetExplicit if the list of explicit flags ...Bryan C. Mills
2020-02-05doc/install.html: streamline the “Test your installation” step and make i...Bryan C. Mills
2020-02-05doc/go1.14: add remarks about range inference and check removalDavid Chase
2020-02-05[release-branch.go1.14] go1.14rc1go1.14rc1Carlos Amedee
2020-02-05[release-branch.go1.14] all: merge master into release-branch.go1.14Carlos Amedee
2020-02-05doc: rename HTML element IDs to avoid duplicatesDmitri Shuralyov
2020-02-05net: don't check LookupHost error in TestLookupNullByteDmitri Shuralyov
2020-02-05runtime: don't treat SIGURG as a bad signalIan Lance Taylor
2020-02-04internal/bytealg: fix riscv64 offset namesJosh Bleecher Snyder
2020-02-04doc: remove paragraph break for upgrading to modulesKatie Hockman
2020-02-04syscall: Revert "release a js.Func object in fsCall"Dmitri Shuralyov
2020-02-04doc/go1.14: note that all changes to the standard library are minorDmitri Shuralyov
2020-02-04doc/go1.14: fix broken linksToshihiro Shiino
2020-02-04doc/go1.14: remove TODO about Solaris portDmitri Shuralyov
2020-02-04doc/go1.14: remove TODO about Illumos portDmitri Shuralyov
2020-02-04doc/go1.14: document encoding/asn1 support for BMPStringDmitri Shuralyov
2020-02-04doc/go1.14: remove TODO about Dragonfly passingTobias Klauser
2020-02-04doc/go1.14: add missing slashesToshihiro Shiino
2020-02-04doc/go1.14: mention changes to debug/dwarfIan Lance Taylor
2020-02-02syscall: release a js.Func object in fsCallHajime Hoshi
2020-02-01std,cmd: sync go.mod with new release branchesFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-31doc/go1.14: fix math/big.(*Int).GCD notesFilippo Valsorda
2020-01-31net/http/cgi: rename a test file to be less cuteBrad Fitzpatrick
2020-01-31doc/go1.14: mention new method encoding/json.Decoder.InputOffsetIan Lance Taylor
2020-01-31doc/go1.14: add crypto/tls release notesFilippo Valsorda
2020-01-31doc/go1.14: move "Minor changes to the library" heading upDmitri Shuralyov
2020-01-31doc/go1.14: fix id attribute of Testing headingJean de Klerk
2020-01-31doc/go1.14: mention new method strconv.NumError.UnwrapIan Lance Taylor