| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -2/+4 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -4/+2 |
| 2021-01-30 | Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se | Yuki Okushi | -3/+3 |
| 2021-01-23 | Fix small typo | David | -1/+1 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -62/+207 |
| 2021-01-16 | Add NonZeroUn::is_power_of_two | Scott McMurray | -0/+40 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -1/+1 |
| 2021-01-12 | Stabilize unsigned_abs | Jacob Pratt | -2/+2 |
| 2020-12-30 | Fix typos. | Mara Bos | -2/+2 |
| 2020-12-30 | Don't use doc_comment!{} hack in nonzero_leading_trailing_zeros!{}. | Mara Bos | -45/+41 |
| 2020-12-30 | Remove all doc_comment!{} hacks by using #[doc = expr] where needed. | Mara Bos | -4422/+3968 |
| 2020-12-27 | Auto merge of #79134 - ohadravid:nzint-div, r=dtolnay | bors | -1/+41 |
| 2020-12-27 | Bump nonzero_div feature to Rust 1.51 | David Tolnay | -2/+2 |
| 2020-12-19 | Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se | bors | -0/+70 |
| 2020-12-17 | Added `impl Rem<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -1/+13 |
| 2020-12-17 | Added `impl Div<NonZeroU{0}> for u{0}` which cannot panic | Ohad Ravid | -1/+29 |
| 2020-12-17 | Add `popcount` and `popcnt` as doc aliases for `count_ones` methods. | Simon Sapin | -0/+6 |
| 2020-12-09 | Fix typo in `wrapping_shl` documentation | Pratyush Mishra | -1/+1 |
| 2020-11-27 | Move {f32,f64}::clamp to core. | Mara Bos | -0/+70 |
| 2020-11-23 | Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk | Jonas Schievink | -14/+14 |
| 2020-11-23 | const_int_pow will be stabilized in 1.50.0, not in 1.49.0 | Trevor Spiteri | -14/+14 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -14/+14 |
| 2020-11-22 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -0/+52 |
| 2020-11-22 | Add f{32,64}::is_subnormal | ltdk | -0/+52 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -8/+4 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -0/+74 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -16/+23 |
| 2020-11-08 | Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se | Mara Bos | -3/+3 |
| 2020-11-07 | Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC | Yuki Okushi | -2/+6 |
| 2020-11-05 | Correct unsigned equivalent of isize to be usize | Jacob Pratt | -3/+3 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -1/+1 |
| 2020-11-04 | Expand explanation of reverse_bits | Kornel | -2/+6 |
| 2020-11-02 | Rollup merge of #78627 - est31:total_cmp_no_superset, r=m-ou-se | Yuki Okushi | -0/+8 |
| 2020-11-01 | Point out that total_cmp is no strict superset of partial comparison | est31 | -0/+8 |
| 2020-10-28 | Inline NonZeroN::from(n) | Peter Todd | -0/+1 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -13/+25 |
| 2020-10-26 | asci -> ASCII | Ethan Brierley | -1/+1 |
| 2020-10-26 | Small reword | Ethan Brierley | -1/+1 |
| 2020-10-26 | Fix spelling eror | Ethan Brierley | -1/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -4/+8 |
| 2020-10-06 | remove OnlySign in favour of InvalidDigit | Ethan Brierley | -9/+7 |
| 2020-10-06 | Remove incorrect plural | Ethan Brierley | -2/+2 |
| 2020-10-06 | Bring char along with InvalidDigit | Ethan Brierley | -5/+5 |
| 2020-10-06 | Fill in things needed to stabilize int_error_matching | Ethan Brierley | -24/+21 |
| 2020-09-20 | Implement as_ne_bytes for floats and integers | Hoe Hao Cheng | -0/+128 |
| 2020-09-19 | Remove outdated ignored tidy comment | Lzu Tao | -2/+0 |
| 2020-09-19 | Move (u)int_impl macros to their own files | Lzu Tao | -4158/+4161 |
| 2020-09-19 | Move dummy integer modules (like core::u32) to shells dir | Lzu Tao | -0/+0 |
| 2020-09-19 | Move error structs to new mod | Lzu Tao | -162/+174 |
| 2020-09-19 | Move Wrapping<T> definition to wrapping mod | Lzu Tao | -75/+82 |