aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-01-31doc/go1.14: mention new field go/build.Context.DirIan Lance Taylor
2020-01-31go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer
2020-01-31doc/go1.14: mention new log.Lmsgprefix flagIan Lance Taylor
2020-01-31doc/go1.14: mime: .js files now text/javascriptIan Lance Taylor
2020-01-31doc/go1.14: mention new math/bits functions Rem, Rem32, Rem64Ian Lance Taylor
2020-01-31doc/go1.14: mention new method mime/multipart.(*Reader).NextRawPartIan Lance Taylor
2020-01-31doc/go1.14: mention update to Unicode 12Ian Lance Taylor
2020-01-31doc/go1.14: mention new field Transport.DialTLSContextIan Lance Taylor
2020-01-31doc/go1.14: mention net/http.Header.Values, net/textproto.MIMEHeader.ValuesIan Lance Taylor
2020-01-31doc/go1.14: mention new field net/http/httptest/Server.EnableHTTP2Ian Lance Taylor
2020-01-31doc/go1.14: mention go/doc.NewFromFiles and associated new data fieldsIan Lance Taylor
2020-01-31doc: document new hash/maphash packageKeith Randall
2020-01-30cmd/go.mod: sync x/crypto with stdFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-30doc/go1.14: fix minor typo (update release notes)Robert Griesemer
2020-01-30doc/go1.14: document overlapping interfaces change (update release notes)Robert Griesemer
2020-01-30doc/go1.14: edit "Go command" section, move zone CPU cap noteJay Conrod
2020-01-30doc/go1.14.html: describe the runtime/pprof changeHana Kim
2020-01-29doc/go1.14: edit "Go command" section, adding note about go test -v streamingJean de Klerk
2020-01-29go/build: update TestImportDirNotExist to accept more detailed error stringsBryan C. Mills
2020-01-29cmd/internal/obj/riscv,cmd/link: shorten the riscv64 call sequenceJoel Sing
2020-01-29cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing
2020-01-29doc: add the change to json.Compact in the 1.14 changelogDaniel Martí
2020-01-29doc/go1.14: document RISC-V supportBrad Fitzpatrick