| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-18 | Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-se | Matthias Krüger | -31/+49 |
| 2022-10-17 | Remove the redundant `Some(try_opt!(..))` in `checked_pow` | Josh Stone | -2/+2 |
| 2022-10-14 | Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomez | Matthias Krüger | -11/+0 |
| 2022-10-14 | remove leading newlines from integer primitive doc examples | Lukas Markeffsky | -11/+0 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-12 | Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-se | Dylan DPC | -85/+15 |
| 2022-10-11 | Fix inconsistent rounding of 0.5 when formatted to 0 decimal places | Andrew Tribick | -1/+1 |
| 2022-10-11 | Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-se | Yuki Okushi | -4/+0 |
| 2022-10-03 | Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplett | Matthias Krüger | -0/+32 |
| 2022-10-03 | Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-10-02 | remove unneeded attributes | Lukas Markeffsky | -12/+0 |
| 2022-10-02 | always panic for invalid integer logarithm | Lukas Markeffsky | -73/+15 |
| 2022-09-29 | Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcm | Dylan DPC | -0/+154 |
| 2022-09-29 | nonzero_negation_ops: `inline(always)` -> `inline`. | John Millikin | -1/+1 |
| 2022-09-29 | nonzero_negation_ops: Set `issue = "102443"`. | John Millikin | -5/+5 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -36/+24 |
| 2022-09-27 | doc: rewrite doc for uint::{carrying_add,borrowing_sub} | Trevor Spiteri | -31/+49 |
| 2022-09-27 | introduce `{char, u8}::is_ascii_octdigit` | Akshay | -0/+32 |
| 2022-09-27 | Add negation methods for signed non-zero integers. | John Millikin | -0/+154 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -5/+0 |
| 2022-09-25 | Remove unused variable. | Camille GILLOT | -4/+0 |
| 2022-09-22 | Added which number is computed in compute_float. | Orson Peters | -1/+1 |
| 2022-09-18 | Add another example for `uN::carrying_mul` | Scott McMurray | -0/+30 |
| 2022-09-13 | Fix doc of log function | NaokiM03 | -1/+1 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -15/+15 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+78 |
| 2022-09-07 | Stabilize `#![feature(mixed_integer_ops)]` | Jacob Pratt | -36/+24 |