about summary refs log tree commit diff
path: root/library/core/src/convert/num.rs
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-9/+10
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-8/+16
2025-06-02remove f16: From<u16>usamoi-1/+0
2025-03-11Add `From<{integer}>` for `f16`/`f128` implsbeetrees-2/+48
2024-07-26Fix doc nitsJohn Arundel-4/+4
2024-05-04Re-add `From<f16> for f64`beetrees-2/+3
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-2/+2
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-0/+7
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-4/+0
2024-02-19Refactor trait implementations in `core::convert::num`.Markus Reiter-367/+325
2023-12-10remove redundant importssurechen-1/+1
2023-08-25use the correct linkcui fliter-2/+2
2023-04-16rm const traits in libcoreDeadbeef-16/+8
2023-03-09Add examples section which demonstrates the behaviour (specifically the sign ...bmoxb-0/+20
2023-03-09Add missing comment for f64bmoxb-1/+2
2023-03-09Indicate that `0.0` refers to positive `0.0`bmoxb-2/+2
2023-03-09Document the resulting values produced when using `From<bool>` on floatsbmoxb-1/+2
2023-01-25Set version placeholders to 1.68Mark Rousskov-2/+2
2022-12-15Implement `From<bool>` for f32, f64Jacob Pratt-0/+20
2022-12-04Make integer-to-integer `From` impls `#[inline(always)]`Eduardo Sánchez Muñoz-1/+1
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-1/+0
2021-10-20Make `From` impls of NonZero integer const.woppopo-2/+3
2021-08-07impl const From<num> for numAlbin Hedman-5/+10
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-04-22Get rid of "[+] show undocumented items" toggle on numeric From implsMichael Howell-4/+12
2021-03-02FloatToInit: Replacing round_unchecked_to --> to_int_uncheckedPeter Kehl-1/+1
2020-10-15Bump nzint_try_from_nzint_conv stabilization version to 1.49.Mara Bos-1/+1
2020-09-29Implement TryFrom between NonZero types.Mara Bos-0/+46
2020-07-27mv std libs to library/mark-0/+487