| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Rollup merge of #89184 - joshtriplett:master, r=estebank | Jubilee | -26/+26 |
| 2021-09-02 | Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett | Mara Bos | -0/+271 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+271 |
| 2021-08-31 | Rollup merge of #85017 - clarfonthey:carrying_widening, r=m-ou-se | Mara Bos | -0/+201 |
| 2021-08-28 | Auto merge of #87921 - kellerkindt:master, r=kennytm | bors | -0/+1044 |
| 2021-08-28 | Unimpl Shl{Assign} for signed Saturating types until the correct impl is clear | Michael Watzko | -59/+63 |
| 2021-08-28 | Fix mentions of wrapping operations | Michael Watzko | -2/+2 |
| 2021-08-28 | Use wrapping shift for unsigned types | Michael Watzko | -2/+2 |
| 2021-08-26 | Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers | ltdk | -0/+201 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -7/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-19 | Simplify saturating_div | Michael Watzko | -8/+3 |
| 2021-08-19 | Simplify Div impl for Saturating by using saturating_div | Michael Watzko | -37/+31 |
| 2021-08-19 | Add saturating_div to unsigned integer types | Michael Watzko | -0/+30 |
| 2021-08-19 | Add doctests to and fix saturating_div for signed integer types | Michael Watzko | -9/+22 |
| 2021-08-19 | Add and use saturating_div instead of impl inside Saturating | Michael Watzko | -10/+27 |
| 2021-08-19 | Saturate negative division | Michael Watzko | -13/+46 |
| 2021-08-12 | Implement Neg only for signed Saturating types | Michael Watzko | -11/+11 |
| 2021-08-12 | Add naive remainder impl to Saturating | Michael Watzko | -1/+22 |
| 2021-08-12 | Add naive shift implementation to Saturating | Michael Watzko | -1/+158 |
| 2021-08-12 | Replace doc test with doc macro call | Michael Watzko | -1/+1 |
| 2021-08-12 | Like in Wrapping use shift in doctest | Michael Watzko | -2/+2 |
| 2021-08-12 | Remove mentioning of modular arithmetic | Michael Watzko | -3/+2 |
| 2021-08-12 | Make all the impls for Staturating unstable saturating_int_impl | Michael Watzko | -33/+33 |
| 2021-08-10 | Fix missed tests | Michael Watzko | -10/+7 |
| 2021-08-10 | Rustfmt | Michael Watzko | -1/+0 |
| 2021-08-10 | Remove unused macros | Michael Watzko | -33/+0 |
| 2021-08-10 | Add Saturating type (based on Wrapping type) | Michael Watzko | -0/+818 |
| 2021-08-04 | Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se | bors | -4/+4 |
| 2021-08-03 | Use .contains instead of manual reimplementation. | frogtd | -1/+1 |
| 2021-07-30 | Rollup merge of #87522 - frogtd:patch-1, r=yaahc | Yuki Okushi | -1/+1 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+4 |
| 2021-07-28 | Rollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm | Yuki Okushi | -12/+15 |
| 2021-07-27 | remove unneeded stringify | Smitty | -3/+3 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -4/+4 |
| 2021-07-27 | Fix assert in diy_float | frogtd | -1/+1 |
| 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-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 |