| Age | Commit message (Expand) | Author | Lines |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -45/+43 |
| 2021-03-01 | Change twice used large const table to static | David Tolnay | -1/+1 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -45/+43 |
| 2021-02-25 | Rollup merge of #82078 - lopopolo:char-u8-const-fn, r=m-ou-se | Dylan DPC | -4/+7 |
| 2021-02-23 | Make ascii_change_case_unchecked const | Ryan Lopopolo | -1/+1 |
| 2021-02-23 | Update since attributes for new const_ascii_methods_on_intrinsics to 1.52.0 | Ryan Lopopolo | -3/+3 |
| 2021-02-23 | Make char methods const | YenForYang | -3/+6 |
| 2021-02-23 | Fix link | Joshua Nelson | -1/+1 |
| 2021-02-23 | Convert core/num/mod.rs to intra-doc links | Joshua Nelson | -41/+33 |
| 2021-02-23 | Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnay | Dylan DPC | -2/+11 |
| 2021-02-20 | Auto merge of #81427 - klensy:eat-digits, r=m-ou-se | bors | -5/+2 |
| 2021-02-19 | simplify eat_digits | klensy | -5/+2 |
| 2021-02-14 | Move const def nearer usage. | Giles Cope | -3/+3 |
| 2021-02-12 | Slightly more explicit | Giles Cope | -1/+9 |
| 2021-02-10 | Rollup merge of #81904 - jhpratt:const_int_fn-stabilization, r=jyn514 | Yuki Okushi | -28/+28 |
| 2021-02-08 | Bump stabilization version for const int methods | Jacob Pratt | -28/+28 |
| 2021-02-08 | Unify way to flip 6th bit. (Same assembly generated) | Giles Cope | -2/+3 |
| 2021-02-08 | Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay | bors | -28/+28 |
| 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-14 | Stabilize intrinsics as const | Jacob Pratt | -4/+0 |
| 2021-01-13 | Use unsigned_abs throughout repository | Jacob Pratt | -1/+1 |
| 2021-01-13 | Stabilize remaining integer methods as `const fn` | Jacob Pratt | -28/+32 |
| 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 |