| Age | Commit message (Expand) | Author | Lines |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+8 |
| 2023-11-22 | warn against using intrinsics that leave the scope of our memory model | Ralf Jung | -0/+10 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -1/+1 |
| 2023-11-21 | Auto merge of #117619 - elomatreb:add-duration-abs-diff, r=thomcc | bors | -0/+35 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -11/+16 |
| 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 | 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-17 | Rollup merge of #117946 - RalfJung:miri-libcore-test, r=Mark-Simulacrum | Takayuki Maeda | -2/+5 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -10/+14 |
| 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-15 | avoid exhaustive i16 test in Miri | Ralf Jung | -2/+5 |
| 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 | -7/+24 |
| 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 | -349/+13 |
| 2023-11-11 | fix rounding issue with exponents in fmt | James Dietz | -4/+357 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -43/+21 |
| 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 |
| 2023-11-10 | Rollup merge of #117730 - jmillikin:fmt-debug-helper-fns, r=cuviper | Matthias Krüger | -13/+134 |
| 2023-11-10 | Rollup merge of #117039 - scottmcm:clarify-get-unchecked, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-11-10 | Closure-consuming helper functions for `fmt::Debug` helpers | John Millikin | -13/+134 |
| 2023-11-09 | Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se | Takayuki Maeda | -0/+487 |
| 2023-11-09 | Rollup merge of #116762 - WaffleLapkin:fixup_fromptr_docs, r=RalfJung | Takayuki Maeda | -43/+81 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+487 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -0/+1 |
| 2023-11-08 | Refactor `binary_search_by` to use conditional moves | okaneco | -9/+8 |
| 2023-11-07 | Fix addition formatting | scottmcm | -2/+2 |
| 2023-11-07 | Document how rust atomics work wrt mixed-sized and non-atomic accesses | Maybe Waffle | -43/+81 |
| 2023-11-06 | Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton | Matthias Krüger | -4/+4 |