| Age | Commit message (Expand) | Author | Lines |
| 2021-04-25 | Fix 'const-stable since' of reverse_bits | Paolo Barbolini | -2/+2 |
| 2021-04-21 | Rollup merge of #84251 - RalfJung:non-zero-const-since, r=kennytm | Mara Bos | -14/+14 |
| 2021-04-17 | Auto merge of #84061 - AngelicosPhosphoros:issue-75598-add-inline-always-arit... | bors | -68/+68 |
| 2021-04-16 | fix 'const-stable since' for NonZeroU*::new_unchecked | Ralf Jung | -14/+14 |
| 2021-04-13 | Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnay | bors | -4/+2 |
| 2021-04-11 | Add some #[inline(always)] to arithmetic methods of integers | AngelicosPhosphoros | -68/+68 |
| 2021-04-11 | Stabilize nonzero_leading_trailing_zeros | Andreas Jonson | -6/+4 |
| 2021-04-11 | Stabilize is_subnormal. | Mara Bos | -4/+2 |
| 2021-03-28 | Add escape_default method to u8 and [u8] | ltdk | -0/+26 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -2/+4 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -31/+13 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -2/+4 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -6/+4 |
| 2021-03-24 | Bump int_bits_const stable version to 1.53. | Mara Bos | -2/+2 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -4/+2 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -26/+6 |
| 2021-03-22 | Add ability to read NaN/Infinity | Jubilee Young | -5/+7 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -2/+2 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -4/+2 |
| 2021-03-22 | Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitor | bors | -4/+4 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -45/+43 |
| 2021-03-01 | Fix inequality in docs for div_euclid | Jim Turner | -4/+4 |
| 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 |