| Age | Commit message (Expand) | Author | Lines |
| 2022-01-16 | Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnay | bors | -0/+187 |
| 2022-01-10 | Simplify BigNum::bit_length() with log2() | Christopher Swenson | -8/+6 |
| 2022-01-10 | Simplification of BigNum::bit_length | Christopher Swenson | -10/+3 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -12/+0 |
| 2022-01-06 | add some missing must use to float ops | asquared31415 | -0/+10 |
| 2021-12-28 | Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturating<$t> | Michael Watzko | -0/+187 |
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -12/+0 |
| 2021-12-19 | Rollup merge of #91141 - jhpratt:int_roundings, r=joshtriplett | Matthias Krüger | -26/+26 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -0/+1 |
| 2021-12-10 | Rollup merge of #90897 - jhpratt:fix-incorrect-feature-flags, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-11-27 | Stabilize nonzero_is_power_of_two | Scott McMurray | -3/+1 |
| 2021-11-22 | Revert "Temporarily rename int_roundings functions to avoid conflicts" | Jacob Pratt | -26/+26 |
| 2021-11-21 | Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcm | Matthias Krüger | -0/+136 |
| 2021-11-20 | Apply documentation suggestions from @est31 | Urgau | -8/+8 |
| 2021-11-20 | Add similar note as LLVM does for minNum and maxNum functions | Loïc BRANSTETT | -0/+12 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+124 |
| 2021-11-19 | Turn all 0x1b_u8 into '\x1b' or b'\x1b' | r00ster91 | -10/+10 |
| 2021-11-14 | Fix incorrect feature flags | Jacob Pratt | -2/+2 |
| 2021-11-12 | Remove bigint_helper_methods for *signed* types | Scott McMurray | -68/+1 |
| 2021-11-05 | Reorder `widening_impl`s to make the doc clearer | Yuki Okushi | -18/+18 |
| 2021-11-04 | Add more text and examples to `carrying_{add|mul}" | Scott McMurray | -15/+63 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+3 |
| 2021-10-30 | Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk | Matthias Krüger | -58/+91 |
| 2021-10-27 | replace `&` with `&&` in {integer}::checked_rem | Pietro Albini | -2/+1 |
| 2021-10-27 | replace `&` with `&&` in {integer}::checked_div | Pietro Albini | -2/+1 |
| 2021-10-27 | replace `|` with `||` in {unsigned_int}::borrowing_sub | Pietro Albini | -1/+1 |
| 2021-10-27 | replace `|` with `||` in {unsigned_int}::carrying_add | Pietro Albini | -1/+1 |
| 2021-10-22 | Rollup merge of #88624 - kellerkindt:master, r=JohnTitor | Yuki Okushi | -14/+4 |
| 2021-10-22 | Added const versions of common numeric operations | AlexApps99 | -58/+91 |
| 2021-10-21 | Stabilize feature saturating_div for rust 1.58 | Michael Watzko | -14/+4 |
| 2021-10-20 | Make `From` impls of NonZero integer const. | woppopo | -1/+1 |
| 2021-10-20 | Rollup merge of #90009 - woppopo:const_from_more, r=dtolnay | Yuki Okushi | -3/+5 |
| 2021-10-20 | Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc | Yuki Okushi | -2/+2 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -3/+5 |
| 2021-10-15 | Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe... | Matthias Krüger | -3/+1 |
| 2021-10-12 | Add #[inline] to int log10 functions. | Mara Bos | -0/+12 |
| 2021-10-12 | Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip... | bors | -56/+51 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -0/+24 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+22 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+2 |
| 2021-10-11 | Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov | bors | -1/+3 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+22 |
| 2021-10-10 | Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett | Matthias Krüger | -19/+229 |
| 2021-10-10 | Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplett | Matthias Krüger | -0/+37 |
| 2021-10-10 | Rollup merge of #88713 - falk-hueffner:int-log10-documentation-fixes, r=scottmcm | Matthias Krüger | -25/+24 |
| 2021-10-10 | Apply clippy suggestions | Clemens Wasser | -1/+3 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+2 |