| Age | Commit message (Expand) | Author | Lines |
| 2024-09-23 | Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb | Matthias Krüger | -2/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-22 | Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as const; Rena... | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-19 | Rollup merge of #128001 - Krappa322:master, r=scottmcm | Matthias Krüger | -16/+53 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-03 | replace placeholder version | Boxy | -3/+3 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -16/+53 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -21/+11 |
| 2024-07-27 | Auto merge of #128255 - stepancheg:doc-shl, r=scottmcm | bors | -0/+8 |
| 2024-07-27 | Document int.checked_shl(BITS - 1) | Stepan Koltsov | -0/+8 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -2/+3 |
| 2024-07-19 | add `NonZero<uN>::isqrt` | ivan-shrimp | -1/+0 |
| 2024-07-04 | mark `can_not_overflow` as `#[rustc_const_stable(...)]` | Bennet Bleßmann | -2/+1 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -2/+4 |
| 2024-06-24 | Small fixme in core now that NonZero is generic | Pavel Grigorenko | -8/+0 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -0/+1 |
| 2024-05-08 | from_str_radix: outline only the panic function | DaniPopes | -6/+6 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -4/+4 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -11/+0 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -110/+183 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -11/+0 |
| 2024-01-27 | Switch `NonZero` alias direction. | Markus Reiter | -1/+9 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -0/+1 |
| 2024-01-21 | Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-se | Nadrieril | -0/+1 |
| 2024-01-15 | Revert unrelated changes from PR 119990 | David Tolnay | -3/+3 |
| 2024-01-15 | Add private `NonZero<T>` type alias. | Markus Reiter | -11/+13 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -0/+1 |
| 2023-11-24 | implement strict_* operations for signed integer types | Ryan Mehri | -0/+1 |
| 2023-11-24 | correct grammar | Kashiwa | -1/+1 |
| 2023-11-24 | Update comment for consistent context logic. | Kashiwa | -2/+2 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -3/+6 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -2/+1 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -12/+5 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+59 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -1/+10 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+59 |
| 2023-04-17 | fix codegen difference | Deadbeef | -0/+18 |
| 2023-04-16 | more hacks | Deadbeef | -1/+0 |
| 2023-03-27 | Fix ASCII case comment | clubby789 | -1/+1 |
| 2023-02-20 | Use named arguments for `int_impl` macro | Nilstrieb | -34/+162 |
| 2023-02-20 | Use named arguments for `uint_impl` macro | Nilstrieb | -33/+155 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -12/+0 |
| 2022-12-08 | Fix warning when libcore is compiled with no_fp_fmt_parse | Gary Guo | -1/+3 |
| 2022-10-23 | `unchecked_{shl|shr}` should use `u32` as the RHS | Scott McMurray | -0/+1 |
| 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 |