| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-28 | update stabilization version numbers | Pietro Albini | -29/+29 |
| 2022-12-08 | Fix warning when libcore is compiled with no_fp_fmt_parse | Gary Guo | -1/+3 |
| 2022-12-04 | Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc | bors | -2/+1 |
| 2022-11-21 | Rollup merge of #104420 - TethysSvensson:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -12/+21 |
| 2022-11-16 | Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm | bors | -1/+1 |
| 2022-11-15 | Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitor | Matthias Krüger | -20/+6 |
| 2022-11-14 | Fix doc example for `wrapping_abs` | Tethys Svensson | -0/+3 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -24/+24 |
| 2022-11-13 | remove leading newlines from `NonZero*` doc examples | Lukas Markeffsky | -20/+6 |
| 2022-11-12 | Auto merge of #103913 - Neutron3529:patch-1, r=thomcc | bors | -5/+9 |
| 2022-11-12 | Rollup merge of #104263 - albertlarsan68:add-ilog2-to-leading-zeroes-docs, r=... | Guillaume Gomez | -0/+8 |
| 2022-11-11 | Try another way | Albert Larsan | -4/+4 |
| 2022-11-11 | Apply suggestions | Albert Larsan | -4/+4 |
| 2022-11-11 | Add a reference to ilog2 in leading_zeros integer docs | Albert Larsan | -0/+8 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -30/+36 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -24/+24 |
| 2022-11-04 | update comment | Neutron3529 | -4/+8 |
| 2022-11-03 | fix the overflow warning. | Neutron3529 | -1/+9 |
| 2022-11-03 | Optimize the code to run faster. | Neutron3529 | -9/+1 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -1/+4 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -30/+36 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -12/+21 |