| Age | Commit message (Expand) | Author | Lines |
| 2024-03-30 | Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrum | bors | -166/+187 |
| 2024-03-30 | Rollup merge of #123201 - Wilfred:patch-2, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -166/+187 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -31/+64 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -41/+21 |
| 2024-03-29 | Auto merge of #122520 - scottmcm:stabilize_unchecked_math_basics, r=jhpratt | bors | -50/+69 |
| 2024-03-29 | rustfmt | Justin Karneges | -2/+14 |
| 2024-03-29 | Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrieril | bors | -0/+12 |
| 2024-03-29 | Add `Context::ext` | Justin Karneges | -3/+52 |
| 2024-03-29 | Improve wording in std::any explanation | Wilfred Hughes | -4/+4 |
| 2024-03-29 | Add fn const BuildHasherDefault::new | Arthur Carcano | -1/+13 |
| 2024-03-29 | Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint | Urgau | -0/+5 |
| 2024-03-29 | Add diagnostic items for Ord and PartialOrd methods | Urgau | -0/+7 |
| 2024-03-29 | Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstrieb | bors | -128/+181 |
| 2024-03-29 | Require Debug for Pointee::Metadata | Stepan Koltsov | -1/+1 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -6/+9 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -1/+64 |
| 2024-03-28 | Add basic trait impls for `f16` and `f128` | Trevor Gross | -4/+10 |
| 2024-03-28 | Rollup merge of #123164 - Marcondiro:unicode15-1, r=Manishearth | Matthias Krüger | -12/+14 |
| 2024-03-28 | Bump Unicode printables to version 15.1, align to unicode_data | Marcondiro | -12/+14 |
| 2024-03-27 | Rollup merge of #123139 - scottmcm:simpler-nonzero-get, r=jhpratt | Matthias Krüger | -12/+14 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #121943 - joshlf:patch-11, r=scottmcm | Matthias Krüger | -3/+3 |
| 2024-03-27 | `num::NonZero::get` can be 1 transmute instead of 3 | Scott McMurray | -12/+14 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -6/+9 |
| 2024-03-27 | impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLock | tison | -9/+84 |
| 2024-03-27 | Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehuss | bors | -18/+45 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+22 |
| 2024-03-26 | panic_str only exists for the migration to 2021 panic macros | Ralf Jung | -14/+21 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -1/+9 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -0/+14 |
| 2024-03-25 | Rollup merge of #123042 - dpaoliello:prelude, r=Nilstrieb | Jubilee | -17/+5 |
| 2024-03-25 | Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu | Jubilee | -0/+1 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -17/+5 |
| 2024-03-25 | alloc::Layout: explicitly document size invariant on the type level | Ralf Jung | -1/+3 |
| 2024-03-25 | Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-03-24 | Address PR feedback | Scott McMurray | -0/+3 |
| 2024-03-24 | Slightly simplify the `iN::partial_cmp` MIR | Scott McMurray | -7/+14 |
| 2024-03-24 | Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJung | Matthias Krüger | -5/+9 |
| 2024-03-24 | Clarify transmute example | Giacomo Stevanato | -1/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+20 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-23 | Rename `Arguments::as_const_str` to `as_statically_known_str` | Josh Stone | -5/+9 |
| 2024-03-24 | clarify equivalency of binary_search and partition_point | Andy Kurnia | -1/+3 |
| 2024-03-24 | Rollup merge of #122963 - RalfJung:core-panicking, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2024-03-24 | Rollup merge of #122379 - RalfJung:int2ptr-transmute, r=m-ou-se | Matthias Krüger | -8/+33 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -0/+7 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -205/+224 |
| 2024-03-23 | core/panicking: fix outdated comment | Ralf Jung | -2/+2 |