| Age | Commit message (Expand) | Author | Lines |
| 2023-05-29 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -14/+14 |
| 2023-05-16 | Auto merge of #111044 - jmillikin:nonzero-negation, r=dtolnay | bors | -18/+12 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+206 |
| 2023-05-07 | Add `#[inline]` to functions that are never called | Gary Guo | -0/+1 |
| 2023-05-05 | Stabilize feature `nonzero_negation_ops` | John Millikin | -18/+12 |
| 2023-05-04 | Rollup merge of #111186 - jmillikin:nonzero-is-positive, r=dtolnay | Matthias Krüger | -0/+26 |
| 2023-05-04 | Add `is_positive` method for signed non-zero integers. | John Millikin | -0/+26 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -1/+10 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -4/+4 |
| 2023-04-26 | Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size} | Loïc BRANSTETT | -0/+37 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -0/+72 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+97 |
| 2023-04-25 | Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrum | bors | -0/+16 |
| 2023-04-25 | Add shortcut for Grisu3 algorithm. | mazong1123 | -0/+16 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -3/+16 |
| 2023-04-17 | fix codegen difference | Deadbeef | -8/+22 |
| 2023-04-16 | more hacks | Deadbeef | -5/+8 |
| 2023-04-16 | hack signum as well | Deadbeef | -2/+5 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -120/+77 |
| 2023-04-14 | Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton | bors | -2/+2 |
| 2023-04-11 | Rollup merge of #110070 - scottmcm:wrapping-neg, r=cuviper | Yuki Okushi | -5/+4 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -287/+187 |
| 2023-04-07 | The `wrapping_neg` example for unsigned types shouldn't use `i8` | Scott McMurray | -5/+4 |
| 2023-04-07 | Fix wrong type in docs: i16 -> u16 | Jörn Bethune | -1/+1 |
| 2023-04-05 | Auto merge of #94786 - joshlf:patch-5, r=dtolnay | bors | -0/+7 |
| 2023-03-27 | Fix ASCII case comment | clubby789 | -1/+1 |
| 2023-03-21 | Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc | bors | -1/+18 |
| 2023-03-11 | Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnay | Matthias Krüger | -12/+4 |
| 2023-03-04 | Update comment. | Tobias Decking | -1/+1 |
| 2023-03-04 | typo | Tobias Decking | -1/+1 |
| 2023-03-04 | Add inlining annotations | Tobias Decking | -1/+18 |
| 2023-02-22 | Require `literal`s for some `(u)int_impl!` parameters | Scott McMurray | -36/+46 |
| 2023-02-20 | Use named arguments for `int_impl` macro | Nilstrieb | -39/+182 |
| 2023-02-20 | Use named arguments for `uint_impl` macro | Nilstrieb | -39/+174 |
| 2023-02-13 | Rollup merge of #107961 - scottmcm:unify-ilog-panics, r=Mark-Simulacrum | Dylan DPC | -12/+38 |
| 2023-02-13 | Rollup merge of #107654 - pitaj:reword-integral-modules, r=thomcc | Dylan DPC | -36/+12 |
| 2023-02-10 | Have a function for the `log(0)` panic, rather than copy-pasting the string c... | Scott McMurray | -12/+38 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -61/+25 |
| 2023-02-06 | end entry paragprah with a period (.) | Tshepang Mbambo | -1/+1 |
| 2023-02-03 | reword descriptions of the deprecated int modules | Peter Jaszkowiak | -36/+12 |
| 2023-01-30 | end entry paragraph with a period (.) | Tshepang Mbambo | -2/+2 |
| 2023-01-29 | Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-Simulacrum | Matthias Krüger | -5/+6 |
| 2023-01-15 | Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-14 | doc: fix typo | Trevor Spiteri | -1/+1 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-12 | Implement `signum` with `Ord` | Scott McMurray | -5/+6 |
| 2023-01-11 | Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se | Michael Goulet | -36/+75 |
| 2023-01-09 | Remove unstable feature | Caio | -8/+0 |
| 2023-01-09 | Stabilize `nonzero_min_max` | Caio | -4/+4 |