| Age | Commit message (Expand) | Author | Lines |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -1/+0 |
| 2022-04-13 | Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-13 | Add a missing article | Marijn Schouten | -1/+1 |
| 2022-04-13 | Add missing article to fix "few" to "a few". | Marijn Schouten | -1/+1 |
| 2022-03-20 | Rollup merge of #95110 - wmstack:patch-1, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-03-19 | Auto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay | bors | -0/+3 |
| 2022-03-19 | Provide more useful documentation of conversion methods | Waleed Dahshan | -4/+4 |
| 2022-03-09 | Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -1/+2 |
| 2022-02-25 | Add #[inline] to trivial AsRef impls | Erik Desjardins | -0/+3 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -0/+5 |
| 2022-01-15 | Rollup merge of #92382 - clarfonthey:const_convert, r=scottmcm | Matthias Krüger | -10/+15 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 |
| 2022-01-03 | mirror mention of intent of From | asquared31415 | -1/+2 |
| 2021-12-28 | Extend const_convert to rest of blanket core::convert impls | ltdk | -10/+15 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -4/+0 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -2/+3 |
| 2021-12-12 | Make some `Clone` impls `const` | woppopo | -1/+2 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -0/+5 |
| 2021-10-20 | Make `From` impls of NonZero integer const. | woppopo | -2/+3 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -3/+6 |
| 2021-10-13 | Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -0/+2 |
| 2021-10-11 | Add missing words in `Infallible` docs | Wilfred Hughes | -1/+1 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -4/+4 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -5/+3 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -2/+2 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -1/+1 |
| 2021-09-15 | Constify identify conversions | Albin Hedman | -2/+4 |
| 2021-08-07 | impl const From<num> for num | Albin Hedman | -5/+10 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+2 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-04-22 | Get rid of "[+] show undocumented items" toggle on numeric From impls | Michael Howell | -4/+12 |
| 2021-03-02 | FloatToInit: Replacing round_unchecked_to --> to_int_unchecked | Peter Kehl | -1/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -3/+0 |
| 2021-01-31 | Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-se | Jonas Schievink | -0/+8 |
| 2021-01-30 | Bump as_mut_str_for_str stable version. | Mara Bos | -1/+1 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -0/+3 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+0 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -9/+0 |
| 2020-12-21 | Implement `AsMut<str>` for `str` | Yaulendil | -0/+8 |
| 2020-10-23 | Rollup merge of #77339 - fusion-engineering-forks:tryfrom-nonzero-to-nonzero,... | Yuki Okushi | -0/+46 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+1 |
| 2020-10-15 | Bump nzint_try_from_nzint_conv stabilization version to 1.49. | Mara Bos | -1/+1 |
| 2020-09-29 | Implement TryFrom between NonZero types. | Mara Bos | -0/+46 |
| 2020-08-30 | add i32::MAX link | Prabakaran Kumaresshan | -0/+1 |
| 2020-08-30 | resolve comments | Prabakaran Kumaresshan | -14/+13 |
| 2020-08-30 | Switch to intra-doc links in core/src/{convert,iter}/mod.rs | Prabakaran Kumaresshan | -41/+17 |
| 2020-08-26 | apply bootstrap cfgs | Pietro Albini | -1/+1 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -0/+1 |