| Age | Commit message (Expand) | Author | Lines |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -34/+46 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -175/+182 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -16/+12 |
| 2024-03-23 | Rollup merge of #122931 - herobs:patch-1, r=joboet | Matthias Krüger | -7/+7 |
| 2024-03-23 | Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=Amanieu | Matthias Krüger | -2/+3 |
| 2024-03-23 | Rollup merge of #120577 - wutchzone:slice_split_at_unchecked, r=m-ou-se | Matthias Krüger | -7/+2 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -60/+44 |
| 2024-03-23 | improve example on inserting to a sorted vector to avoid shifting equal elements | Andy Kurnia | -2/+2 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -26/+26 |
| 2024-03-23 | Fix some typos in the pin.rs | Herobs | -7/+7 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -2/+3 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -17/+31 |
| 2024-03-22 | Soft-destabilize `RustcEncodable`/`RustcDecodable` | Jacob Pratt | -7/+20 |
| 2024-03-22 | Update stdarch submodule | Daniel Paoliello | -0/+1 |
| 2024-03-22 | `swap_simple` no longer needs to be a separate function | Scott McMurray | -35/+18 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -3/+66 |
| 2024-03-22 | Rollup merge of #122800 - zachs18:nonnull-slice-is_empty, r=Amanieu | Matthias Krüger | -0/+19 |
| 2024-03-22 | Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhpratt | bors | -62/+30 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -0/+1 |
| 2024-03-21 | Not insta-stable | Zachary S | -5/+3 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+20 |
| 2024-03-21 | Stabilize `const_caller_location` and `const_location_fields` | lilasta | -6/+5 |
| 2024-03-21 | Rollup merge of #122806 - compiler-errors:type-ascribe, r=fmease | Matthias Krüger | -2/+2 |
| 2024-03-20 | Make type_ascribe! not a built-in | Michael Goulet | -2/+2 |
| 2024-03-20 | Rollup merge of #122729 - m-ou-se:relax, r=Amanieu | Jacob Pratt | -6/+3 |
| 2024-03-20 | Add `NonNull::<[T]>::is_empty` as insta-stable. | Zachary S | -0/+21 |
| 2024-03-20 | Update target.rs alloc.rs event.rs simd.rs | RoboSchmied | -1/+1 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -168/+40 |
| 2024-03-20 | step cfgs | Mark Rousskov | -168/+40 |
| 2024-03-20 | improve codegen of fmt_num to delete unreachable panic | iximeow | -4/+4 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -19/+11 |
| 2024-03-19 | Rollup merge of #122720 - heisen-li:offset_of, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2024-03-19 | Manually implement `PartialOrd`/`Ord` for `Option` | clubby789 | -2/+31 |
| 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/+84 |