| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | Address review feedback | Gary Guo | -5/+11 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -132/+98 |
| 2023-11-25 | Add `debug_assert_nounwind` | Gary Guo | -19/+54 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -4/+5 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-24 | remove the memcpy-on-equal-ptrs assumption | Ralf Jung | -3/+2 |
| 2023-11-24 | add `#[track_caller]` to improve panic locations | Ryan Mehri | -0/+26 |
| 2023-11-24 | implement strict_* operations for unsigned integer types | Ryan Mehri | -0/+394 |
| 2023-11-24 | implement strict_* operations for signed integer types | Ryan Mehri | -0/+557 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-24 | Rollup merge of #118238 - RalfJung:memcpy, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-11-24 | Auto merge of #118228 - Mark-Simulacrum:alloc-opt, r=scottmcm | bors | -1/+5 |
| 2023-11-24 | memcpy assumptions: update GCC link | Ralf Jung | -1/+1 |
| 2023-11-24 | correct grammar | Kashiwa | -1/+1 |
| 2023-11-24 | Auto merge of #118232 - matthiaskrgr:rollup-x8crvm0, r=matthiaskrgr | bors | -2/+6 |
| 2023-11-24 | Update comment for consistent context logic. | Kashiwa | -2/+2 |
| 2023-11-24 | also add is_empty to const raw slices | Ralf Jung | -3/+21 |
| 2023-11-24 | Rollup merge of #118028 - Jules-Bertholet:dyn-any-doc, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-11-24 | Rollup merge of #117940 - zhiqiangxu:remove_redundant_drop, r=thomcc | Matthias Krüger | -2/+1 |
| 2023-11-24 | Auto merge of #117722 - okaneco:binarysearch, r=thomcc | bors | -9/+8 |
| 2023-11-23 | Indicate that multiplication in Layout::array cannot overflow | Mark Rousskov | -1/+5 |
| 2023-11-24 | add track_caller for arith ops | bohan | -0/+14 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+7 |
| 2023-11-22 | warn against using intrinsics that leave the scope of our memory model | Ralf Jung | -0/+10 |
| 2023-11-21 | Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc | bors | -0/+21 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -11/+8 |
| 2023-11-18 | Update based on petrochenkov's review | George Bateman | -3/+4 |
| 2023-11-18 | Auto merge of #115412 - eswartz:docs/total_cmp-test-result-in-docs, r=scottmcm | bors | -6/+22 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -4/+5 |
| 2023-11-18 | Auto merge of #115249 - clarfonthey:alignment, r=scottmcm | bors | -1/+44 |
| 2023-11-18 | impl more traits for ptr::Alignment, add mask method | ltdk | -1/+44 |
| 2023-11-18 | Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkov | bors | -0/+1 |
| 2023-11-17 | Document behavior of `<dyn Any as Any>::type_id()` | Jules Bertholet | -0/+5 |
| 2023-11-17 | Rollup merge of #118006 - lcnr:discriminant-docs, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -2/+2 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -6/+0 |
| 2023-11-17 | Auto merge of #111922 - vaporoxx:feat-searcher, r=dtolnay | bors | -0/+4 |
| 2023-11-17 | Improve slice_group_by doc wording | Niklas Fiekas | -6/+6 |
| 2023-11-17 | only free lifetimes may get erased | lcnr | -4/+6 |
| 2023-11-17 | Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-Simulacrum | Matthias Krüger | -4/+113 |
| 2023-11-17 | linking in general has more pitfalls than just call ABI | Ralf Jung | -2/+3 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -10/+6 |
| 2023-11-16 | Stabilize ptr_addr_eq library feature | Urgau | -4/+5 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -15/+12 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -26/+17 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -54/+54 |
| 2023-11-16 | remove unnecessary drop | zhiqiangxu | -2/+1 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -15/+73 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -15/+73 |
| 2023-11-14 | Auto merge of #116301 - mj10021:issue-115737-fix, r=cuviper | bors | -3/+8 |