| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-12-10 | remove redundant imports | surechen | -2/+1 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -0/+18 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -0/+2 |
| 2021-10-20 | Make `From` impls of NonZero integer const. | woppopo | -4/+7 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -0/+3 |
| 2020-12-17 | Added `impl Rem<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -0/+8 |
| 2020-12-17 | Added `impl Div<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -0/+8 |
| 2020-10-19 | Fix braces in panic message in test. | Mara Bos | -1/+1 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -1/+101 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -1/+1 |
| 2020-10-06 | Bring char along with InvalidDigit | Ethan Brierley | -1/+1 |
| 2020-10-06 | Fill in things needed to stabilize int_error_matching | Ethan Brierley | -2/+2 |
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -0/+17 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+197 |
