about summary refs log tree commit diff
path: root/library/core/tests/nonzero.rs
AgeCommit message (Expand)AuthorLines
2023-12-10remove redundant importssurechen-2/+1
2023-04-20Implement `Neg` for signed non-zero integers.John Millikin-0/+18
2023-04-16fix library and rustdoc testsDeadbeef-0/+2
2021-10-20Make `From` impls of NonZero integer const.woppopo-4/+7
2021-10-18Make more `From` impls `const`woppopo-0/+3
2020-12-17Added `impl Rem<NonZeroU{0}> for u{0}` which cannot panicOhad Ravid-0/+8
2020-12-17Added `impl Div<NonZeroU{0}> for u{0}` which cannot panicOhad Ravid-0/+8
2020-10-19Fix braces in panic message in test.Mara Bos-1/+1
2020-11-17add trailing_zeros and leading_zeros to non zero typesAndreas Jonson-1/+101
2020-10-26Apply suggested changesEthan Brierley-1/+1
2020-10-06Bring char along with InvalidDigitEthan Brierley-1/+1
2020-10-06Fill in things needed to stabilize int_error_matchingEthan Brierley-2/+2
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+17
2020-07-27mv std libs to library/mark-0/+197