| Age | Commit message (Expand) | Author | Lines |
| 2023-11-26 | Use inner docs to fix links | Caleb Zulawski | -1/+2 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -3/+2 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -147/+154 |
| 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 | 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 | Auto merge of #118232 - matthiaskrgr:rollup-x8crvm0, r=matthiaskrgr | bors | -2/+6 |
| 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-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 | 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 | 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 |
| 2023-11-13 | Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushi | bors | -13/+4 |
| 2023-11-12 | Reenable effects in libcore | Deadbeef | -0/+1 |
| 2023-11-11 | round to even | James Dietz | -6/+3 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -0/+8 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -41/+19 |
| 2023-11-11 | clarify ABI compatibility of fn ptr types and ptr types | Ralf Jung | -9/+9 |
| 2023-11-10 | add 'import functions' to the list of situations where ABI compatibility come... | Ralf Jung | -5/+8 |
| 2023-11-10 | Auto merge of #117572 - RalfJung:addr_of, r=cuviper | bors | -6/+24 |
| 2023-11-10 | mention null explicitly | Ralf Jung | -2/+2 |