| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+2 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -1/+1 |
| 2019-07-17 | Add missing link to Infallible in TryFrom doc | lzutao | -0/+1 |
| 2019-07-03 | Rollup merge of #62186 - GuillaumeGomez:add-missing-type-links-into, r=docs | Mark Rousskov | -2/+3 |
| 2019-06-29 | Add missing type urls in Into trait | Guillaume Gomez | -2/+3 |
| 2019-06-29 | Add missing links for TryFrom docs | Guillaume Gomez | -9/+11 |
| 2019-06-20 | Fix Into trait links | Gurwinder Singh | -13/+13 |
| 2019-06-02 | Fix typo in AsRef doc | Fabian Drinck | -1/+1 |
| 2019-05-30 | Fixed some typos. | OptimisticPeach | -2/+2 |
| 2019-05-16 | Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnik | Mazdak Farrokhzad | -20/+20 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -1/+1 |
| 2019-04-13 | Fix stray ` in previous change | Chris Gregory | -1/+1 |
| 2019-04-13 | Escape &str in convert docs | Chris Gregory | -2/+3 |
| 2019-04-13 | Reorder blank lines in AsMut documentation | Chris Gregory | -1/+2 |
| 2019-04-13 | Remove blank lines in AsRef documentation | Chris Gregory | -2/+0 |
| 2019-04-13 | Remove broken links to self in Into documentation | Chris Gregory | -4/+4 |
| 2019-04-13 | Remove dangling ` in Into documentation | Chris Gregory | -1/+1 |
| 2019-04-12 | Fix convert module's documentation links | Chris Gregory | -11/+11 |
| 2019-04-06 | Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Centril | Mazdak Farrokhzad | -0/+20 |
| 2019-04-05 | Add missing tryfrom example | Guillaume Gomez | -0/+20 |
| 2019-04-03 | be more direct about borrow requirenments | Aleksey Kladov | -4/+6 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+6 |
| 2019-03-25 | Formatting changes, including better wrapping and creating short summary lines. | Christian | -16/+21 |
| 2019-03-22 | review comments | Esteban Küber | -1/+1 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+6 |
| 2019-03-21 | Wrapped a line such that it does not exceed 100 characters. | Christian | -1/+2 |
| 2019-03-21 | Changed inline code by using a single quote. | Christian | -20/+20 |
| 2019-03-21 | Added back a reference to "the book" | Christian | -2/+2 |
| 2019-03-21 | Fixed indentation of list items. | Christian | -4/+2 |
| 2019-03-21 | Reformatted the text such that the line length does not exceed 100. | Christian | -15/+22 |
| 2019-03-20 | Initial version of the documentation change of std::convert. | Christian | -85/+85 |
| 2019-03-12 | Remove stabilized feature gate in doctest | Simon Sapin | -1/+0 |
| 2019-02-27 | Incorporated review changes. | Simon Heath | -1/+3 |
| 2019-02-27 | Slowly figuring out how rustdoc actually works. | Simon Heath | -0/+3 |
| 2019-02-27 | Fix some links in TryFrom docs. | Simon Heath | -7/+15 |
| 2019-02-27 | Fix a bunch of heckin' trailing whitespace | Simon Heath | -12/+12 |
| 2019-02-27 | Started expanding docs for `TryFrom` and `TryInto`. | Simon Heath | -1/+43 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -5/+123 |
| 2019-02-17 | Review comments | Simon Sapin | -2/+16 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -4/+1 |
| 2019-02-13 | Add `impl From<!> for Infallible` | Simon Sapin | -0/+7 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -4/+8 |
| 2019-02-13 | Use convert::Infallible instead of never in the blanket TryFrom impl | Simon Sapin | -1/+1 |
| 2019-02-13 | Add a convert::Infallible empty enum, make string::ParseError an alias | Simon Sapin | -0/+93 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -4/+1 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-26 | Tiny improvement to docs for `core::convert`. | Simon Heath | -1/+4 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -2/+2 |
| 2019-01-04 | stabilize convert::identity | Mazdak Farrokhzad | -4/+1 |