| Age | Commit message (Expand) | Author | Lines |
| 2021-07-26 | Document math behind MIN/MAX consts on integers | Smitty | -12/+15 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -2396/+2146 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -2396/+2146 |
| 2021-07-15 | Make wrapping_neg() use wrapping_sub(), #[inline(always)] | Hans Kratz | -4/+4 |
| 2021-07-07 | special case for integer log10 | Trevor Spiteri | -3/+144 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+376 |
| 2021-07-04 | Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu | bors | -101/+115 |
| 2021-07-02 | core: add unstable `no_fp_fmt_parse` to disable float fmt/parse code | Gary Guo | -0/+5 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+376 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -4/+4 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -21/+9 |
| 2021-06-22 | postpone stabilizaton by one release | Ethan Brierley | -8/+8 |
| 2021-06-19 | Automatic exponential formatting in Debug | Michael Lamparski | -2/+2 |
| 2021-06-17 | Fix comment about rustc_inherit_overflow_checks in abs(). | Mara Bos | -3/+3 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -21/+9 |
| 2021-06-12 | Stop relying on #[feature(try_trait)] in doctests. | Iago-lito | -45/+45 |
| 2021-06-09 | Fix diverging doc regarding signedness. | Iago-lito | -18/+44 |
| 2021-06-09 | Explicit what `check` means on concerned method. | Iago-lito | -9/+20 |
| 2021-06-09 | NonZero saturating_pow. | Iago-lito | -0/+29 |
| 2021-06-09 | NonZero checked_pow. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero unchecked_mul. | Iago-lito | -0/+28 |
| 2021-06-09 | NonZero saturating_mul. | Iago-lito | -0/+30 |
| 2021-06-09 | NonZero checked_mul. | Iago-lito | -0/+58 |
| 2021-06-09 | NonZero unsigned_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero wrapping_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero saturating_abs. | Iago-lito | -0/+34 |
| 2021-06-09 | NonZero overflowing_abs. | Iago-lito | -0/+34 |
| 2021-06-09 | NonZero checked_abs. | Iago-lito | -0/+33 |
| 2021-06-09 | NonZero abs. | Iago-lito | -0/+45 |
| 2021-06-09 | NonZero checked_next_power_of_two. | Iago-lito | -0/+36 |
| 2021-06-09 | NonZero unchecked_add. | Iago-lito | -0/+28 |
| 2021-06-09 | NonZero saturating_add. | Iago-lito | -0/+29 |
| 2021-06-09 | NonZero checked_add. | Iago-lito | -0/+51 |
| 2021-06-06 | Move `flt2dec::{Formatted, Part}` to dedicated module | Gary Guo | -101/+110 |
| 2021-06-01 | Intra doc link-ify a reference to a function | est31 | -4/+4 |
| 2021-05-28 | Add inherent unchecked_shl, unchecked_shr to integers | ltdk | -12/+154 |
| 2021-05-25 | Remove num_as_ne_bytes feature | Hoe Hao Cheng | -118/+0 |
| 2021-05-11 | add BITS associated constant to core::num::Wrapping | Trevor Spiteri | -0/+15 |
| 2021-05-09 | Make unchecked_{add,sub,mul} inherent methods unstably const | ltdk | -12/+18 |
| 2021-05-02 | [clippy] remove redundant field names | wcampbell | -2/+2 |
| 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 |