| Age | Commit message (Expand) | Author | Lines |
| 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 | Rename MaybeUninit::write_slice | Kornel | -13/+13 |
| 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 |
| 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/+309 |
| 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/+309 |
| 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-07 | Stabilize `slice_group_by` | Niklas Fiekas | -52/+44 |
| 2023-11-06 | Rollup merge of #117631 - smarnach:error-request-doc-fix, r=ChrisDenton | Matthias Krüger | -4/+4 |
| 2023-11-06 | Auto merge of #116988 - RalfJung:null, r=WaffleLapkin | bors | -0/+10 |
| 2023-11-06 | Documentation cleanup for core::error::Request. | Sven Marnach | -4/+4 |
| 2023-11-05 | Auto merge of #96979 - SabrinaJewson:waker-update, r=workingjubilee | bors | -1/+14 |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+21 |
| 2023-11-05 | Auto merge of #117179 - Voultapher:fix-useless-comp-in-partition-equal, r=Mar... | bors | -3/+10 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-05 | Rollup merge of #117596 - thomcc:core_macro_diag_items, r=Nilstrieb | Matthias Krüger | -0/+3 |
| 2023-11-05 | update and clarify addr_of docs | Ralf Jung | -6/+24 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -9/+15 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-11-04 | Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum | Matthias Krüger | -11/+17 |
| 2023-11-04 | Rollup merge of #116894 - joshlf:patch-12, r=RalfJung | Matthias Krüger | -1/+8 |
| 2023-11-04 | Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-Simulacrum | Matthias Krüger | -41/+125 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -3/+4 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -6/+11 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -41/+125 |
| 2023-11-04 | avoid acronyms when we don't really need them | Ralf Jung | -12/+11 |
| 2023-11-04 | document ABI compatibility | Ralf Jung | -4/+109 |
| 2023-11-03 | Make documentation of `slice_first_last_chunk` more consistent | Trevor Gross | -21/+35 |
| 2023-11-03 | Reverse ordering of `split_{first,last}_chunk` to be `(preceding, last)` | Trevor Gross | -7/+7 |
| 2023-11-03 | Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3 | bors | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -2/+2 |
| 2023-11-03 | Auto merge of #115333 - joshlf:patch-5, r=RalfJung | bors | -9/+15 |
| 2023-11-03 | library: use `copied` instead of manual `map` | DaniPopes | -2/+2 |
| 2023-11-03 | cfg_attr offset_of_enum feature in doctest | George Bateman | -1/+2 |
| 2023-11-03 | Update primitive_docs.rs | Joshua Liebow-Feeser | -2/+3 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -1/+1 |
| 2023-11-03 | Auto merge of #117510 - elichai:patch-3, r=cuviper | bors | -0/+1 |