| Age | Commit message (Expand) | Author | Lines |
| 2023-03-24 | Add #[inline] to the Into for From impl | Ben Kimock | -0/+1 |
| 2023-03-09 | Add examples section which demonstrates the behaviour (specifically the sign ... | bmoxb | -0/+20 |
| 2023-03-09 | Add missing comment for f64 | bmoxb | -1/+2 |
| 2023-03-09 | Indicate that `0.0` refers to positive `0.0` | bmoxb | -2/+2 |
| 2023-03-09 | Document the resulting values produced when using `From<bool>` on floats | bmoxb | -1/+2 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -1/+1 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -2/+2 |
| 2022-12-15 | Implement `From<bool>` for f32, f64 | Jacob Pratt | -0/+20 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -3/+5 |
| 2022-12-04 | Make integer-to-integer `From` impls `#[inline(always)]` | Eduardo Sánchez Muñoz | -1/+1 |
| 2022-10-04 | Rollup merge of #102628 - H4x5:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-10-03 | Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett | Matthias Krüger | -18/+187 |
| 2022-10-03 | Change the parameter name of From::from to `value` | H4x5 | -1/+1 |
| 2022-09-29 | fix minor ungrammatical sentence | Gabe Koss | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-16 | Add more `const_trait` annotations | Deadbeef | -0/+5 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+1 |
| 2022-09-06 | Auto merge of #100733 - scottmcm:inline-from-from-identity, r=m-ou-se | bors | -0/+1 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+10 |
| 2022-08-18 | Inline `<T as From<T>>::from` | Scott McMurray | -0/+1 |
| 2022-07-21 | fixup! docs: Improve AsRef / AsMut docs on blanket impls | Jan Behrens | -4/+4 |
| 2022-07-19 | fixup! docs: Improve AsRef / AsMut docs on blanket impls | Jan Behrens | -7/+14 |
| 2022-07-19 | fixup! docs: Improve AsRef / AsMut docs on blanket impls | Jan Behrens | -0/+21 |
| 2022-07-19 | docs: Improve AsRef / AsMut docs on blanket impls | Jan Behrens | -18/+159 |
| 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 |