| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | set tracking issue | Justin Karneges | -4/+4 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -32/+77 |
| 2024-04-02 | Put basic impls for f16 and f128 behind cfg(not(bootstrap)) | Trevor Gross | -6/+21 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -31/+64 |
| 2024-04-02 | Rollup merge of #123198 - krtab:build_hasher_default_const_new, r=Amanieu | Matthias Krüger | -1/+13 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -6/+64 |
| 2024-04-02 | DOC: Add FFI example for slice::from_raw_parts() | Matthias Geier | -0/+21 |
| 2024-04-02 | Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt | bors | -3/+5 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+2 |
| 2024-03-31 | Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=Nilstrieb | Jubilee | -0/+11 |
| 2024-03-31 | warn against implementing Freeze | Ralf Jung | -0/+7 |
| 2024-03-31 | doc: describe panic conditions for SliceIndex implementations | Jani Mustonen | -0/+11 |
| 2024-03-31 | Require Pointee::Metadata to be Freeze | Stepan Koltsov | -2/+5 |
| 2024-03-31 | Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieu | bors | -2/+10 |
| 2024-03-30 | Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieu | bors | -4/+10 |
| 2024-03-30 | Auto merge of #99322 - GKFX:const-int-parse, r=Mark-Simulacrum | bors | -166/+198 |
| 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/+198 |
| 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 | -42/+22 |
| 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 | -2/+10 |
| 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 | -18/+7 |
| 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 | -18/+7 |