| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -3/+6 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -12/+6 |
| 2025-09-01 | Constify conversion traits | ltdk | -29/+30 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -5/+1 |
| 2025-08-06 | tidy | Boxy | -6/+6 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -21/+43 |
| 2025-07-11 | constify `From` and `Into` | Oli Scherer | -8/+21 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -5/+6 |
| 2025-06-02 | remove f16: From<u16> | usamoi | -1/+0 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -1/+1 |
| 2025-05-08 | std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on... | xizheyin | -0/+6 |
| 2025-05-08 | std: Make consistence between `From` and `Into` | xizheyin | -2/+2 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+48 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-03-11 | Add `From<{integer}>` for `f16`/`f128` impls | beetrees | -2/+48 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -2/+2 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -1/+0 |
| 2024-12-13 | rustdoc-search: let From and Into be unboxed | Michael Howell | -0/+2 |
| 2024-07-26 | Fix doc nits | John Arundel | -4/+4 |
| 2024-05-04 | Re-add `From<f16> for f64` | beetrees | -2/+3 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -2/+2 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -0/+7 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -4/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+1 |
| 2024-03-04 | include feedback from workingjubilee
| Jonas Pleyer | -2/+2 |
| 2024-03-03 | Small enhancement to description of From trait | Jonas Pleyer | -2/+2 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-19 | Refactor trait implementations in `core::convert::num`. | Markus Reiter | -367/+325 |
| 2024-02-17 | Allow newly added non_local_definitions in std | Urgau | -0/+1 |
| 2024-01-10 | Add `#[track_caller]` to the "From implies Into" impl | Emil Gardström | -0/+1 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -2/+2 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -1/+1 |
| 2023-10-10 | Update mod.rs | tae-soo-kim | -6/+5 |
| 2023-10-06 | Rollup merge of #114564 - scottmcm:when-to-from, r=dtolnay | Matthias Krüger | -0/+40 |
| 2023-10-05 | Elaborate some caveats to lossless | Scott McMurray | -2/+5 |
| 2023-10-06 | Don't mention "recover the original" in `From` docs | scottmcm | -2/+5 |
| 2023-10-05 | Attempt to describe the intent behind the `From` trait further | Scott McMurray | -0/+34 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+2 |
| 2023-08-25 | use the correct link | cui fliter | -2/+2 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -1/+1 |
| 2023-05-31 | remove reference to Into in ? operator core/std docs, fix 111655 | anna-singleton | -2/+1 |
| 2023-05-07 | Add `#[inline]` to functions that are never called | Gary Guo | -0/+1 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -48/+24 |
| 2023-04-07 | Inline try_from and try_into | Tomasz Miąsko | -0/+2 |
| 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 |