about summary refs log tree commit diff
path: root/library/core/src/convert/num.rs
AgeCommit message (Expand)AuthorLines
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