aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.14.html
AgeCommit message (Expand)Author
2020-09-02[release-branch.go1.15] doc/go1.14: document json.Umarshal map key support of...ShihCheng Tu
2020-06-26doc/go1.14: crypto/tls.Config.NameToCertificate is deprecatedIan Lance Taylor
2020-03-18doc/go1.14: mention Windows change for Open permissionsIan Lance Taylor
2020-03-06doc/go1.14: document that unparsable URL in net/url.Error is now quotedStefan Baebler
2020-02-25doc/go1.14: add link to module migration guideAlexander Rakoczy
2020-02-24doc/go1.14: document that freebsd/arm64 requires FreeBSD 12.0 or laterTobias Klauser
2020-02-24doc/go1.14: remove draft noticeDmitri Shuralyov
2020-02-21doc/go1.14: document the change to json.Number decodingDaniel Martí
2020-02-18doc/go1.14: highlight the addition of hash/maphash packageDmitri Shuralyov
2020-02-18doc/go1.14: remove TODO comment for CL 200439Dmitri Shuralyov
2020-02-17doc/go1.14: add missing period at sentence endAlberto Donizetti
2020-02-11hash/maphash: mention that hash values do not persist in package docsIan Lance Taylor
2020-02-10doc/go1.14: add a couple minor crypto release notesFilippo Valsorda
2020-02-08doc/go1.14: rearrange in alphabetical orderToshihiro Shiino
2020-02-08doc/go1.14: add link to TempFile in io/ioutilToshihiro Shiino
2020-02-08doc/go1.14: fix inconsistent markupToshihiro Shiino
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-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-05doc/go1.14: document http.ServeFile large file fix for WindowsEmmanuel T Odeke
2020-02-05doc/go1.14: add remarks about range inference and check removalDavid Chase
2020-02-05doc: rename HTML element IDs to avoid duplicatesDmitri Shuralyov
2020-02-04doc: remove paragraph break for upgrading to modulesKatie Hockman
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-01-31doc/go1.14: fix math/big.(*Int).GCD notesFilippo Valsorda
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-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-30doc/go1.14: fix minor typo (update release notes)Robert Griesemer