| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | Remove `SpecOptionPartialEq` | clubby789 | -71/+10 |
| 2024-03-19 | SeqCst->Relaxed in doc examples. | Mara Bos | -6/+3 |
| 2024-03-19 | [doc]:fix error code example | heisen-li | -3/+3 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -9/+18 |
| 2024-03-19 | Make `vtable_align` a rustc_intrinsic | Oli Scherer | -2/+14 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -56/+74 |
| 2024-03-19 | add notes on how to store 'ptr or int' | Ralf Jung | -2/+6 |
| 2024-03-18 | Reimplement `CaseMappingIter` with `core::array::IntoIter` | Jules Bertholet | -128/+181 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Rollup merge of #122675 - tmfink:doc-clarify, r=scottmcm | Matthias Krüger | -0/+2 |
| 2024-03-18 | remove retag_box_to_raw, it is no longer needed | Ralf Jung | -13/+0 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -25/+26 |
| 2024-03-17 | chore(121952): echo comments on the `*_assign` methods | Petr Portnov | -0/+3 |
| 2024-03-17 | chore(121952): remove redundant comments | Petr Portnov | -3/+0 |
| 2024-03-17 | feat: implement `{Div,Rem}Assign<NonZero<X>>` on `X` | Petr Portnov | -1/+20 |
| 2024-03-17 | Rollup merge of #119411 - yotamofek:array-ptr-get, r=Nilstrieb | Matthias Krüger | -0/+99 |
| 2024-03-16 | core: document default attribute stabilization | Travis Finkenauer | -0/+2 |
| 2024-03-16 | Optimize `core::char::CaseMappingIter` layout | Jules Bertholet | -27/+27 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -51/+98 |
| 2024-03-16 | Add as_(mut_)ptr and as_(mut_)slice to raw array pointers | Yotam Ofek | -0/+99 |
| 2024-03-16 | core: optimize `ptr::replace` | joboet | -3/+2 |
| 2024-03-15 | Workaround issue 122566 | Scott McMurray | -6/+6 |
| 2024-03-14 | Stabilize `unchecked_{add,sub,mul}` | Scott McMurray | -50/+69 |
| 2024-03-14 | Rollup merge of #122479 - GrigorenkoPV:duration_millis_float, r=scottmcm | Matthias Krüger | -0/+42 |
| 2024-03-14 | Hide implementation details for `NonZero` auto traits. | Markus Reiter | -1/+22 |
| 2024-03-14 | Implement ptr_as_ref_unchecked (#122034) | Pavel Grigorenko | -0/+151 |
| 2024-03-14 | Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=Amanieu | Matthias Krüger | -2/+33 |
| 2024-03-14 | Rollup merge of #122421 - CAD97:step-trait-docs, r=jhpratt | Matthias Krüger | -8/+7 |
| 2024-03-14 | Rollup merge of #104353 - clarfonthey:cstr-bytes-iter, r=cuviper | Matthias Krüger | -0/+91 |
| 2024-03-14 | fix unsoundness in Step::forward_unchecked for signed integers | The 8472 | -2/+33 |
| 2024-03-14 | Implement `Duration::as_millis_{f64,f32}` | Pavel Grigorenko | -0/+42 |
| 2024-03-13 | Improve Step docs | Christopher Durham | -8/+7 |
| 2024-03-12 | Reduce unsafe code, use more NonNull APIs per @cuviper review | ltdk | -9/+11 |
| 2024-03-12 | transmute: caution against int2ptr transmutation | Ralf Jung | -8/+29 |
| 2024-03-12 | Use `min_exhaustive_patterns` in core & std | Nadrieril | -1/+2 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -2/+9 |
| 2024-03-11 | Rollup merge of #121148 - clarfonthey:try-range, r=dtolnay | Jacob Pratt | -5/+56 |
| 2024-03-10 | Rollup merge of #122302 - ratmice:issue122234, r=cuviper | Matthias Krüger | -4/+4 |
| 2024-03-10 | Rollup merge of #122277 - RalfJung:BorrowedCursor, r=cuviper | Matthias Krüger | -2/+4 |
| 2024-03-10 | Add CStr::bytes iterator | ltdk | -0/+89 |
| 2024-03-10 | docs: Correct ptr/ref verbiage in SliceIndex docs. | matt rice | -4/+4 |
| 2024-03-10 | Fix lint. | Markus Reiter | -0/+1 |
| 2024-03-10 | Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i... | Markus Reiter | -51/+76 |
| 2024-03-10 | Rollup merge of #122271 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Matthias Krüger | -0/+2 |
| 2024-03-10 | Rollup merge of #122244 - tvallotton:local_waker_leak_fix, r=Nilstrieb | Matthias Krüger | -5/+16 |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -7/+24 |
| 2024-03-10 | BorrowedCursor docs clarification | Ralf Jung | -2/+4 |
| 2024-03-09 | fix legacy numeric constant diag items | Peter Jaszkowiak | -0/+2 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -202/+279 |
| 2024-03-09 | Rollup merge of #121280 - ajwock:maybeuninit_fill, r=Amanieu | Guillaume Boisseau | -22/+398 |