| Age | Commit message (Expand) | Author | Lines |
| 2025-01-15 | Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhpratt | bors | -32/+20 |
| 2025-01-15 | Rollup merge of #134143 - nyurik:err-nul, r=dtolnay | Jacob Pratt | -32/+20 |
| 2025-01-15 | intrinsics: deprecate calling them via the unstable std::intrinsics path | Ralf Jung | -4/+20 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+6 |
| 2025-01-14 | remove pointless allowed_through_unstable_modules on TryFromSliceError | Ralf Jung | -1/+0 |
| 2025-01-14 | remove Rustc{En,De}codable from library and compiler | Ralf Jung | -35/+0 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -6/+3 |
| 2025-01-12 | Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboet | bors | -0/+1 |
| 2025-01-12 | Omit some more `From` impls to avoid inference failures | Josh Triplett | -22/+26 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -296/+402 |
| 2025-01-11 | Add #[inline] to copy_from_slice | Ben Kimock | -0/+1 |
| 2025-01-11 | Auto merge of #135360 - RalfJung:structural-partial-eq, r=compiler-errors | bors | -18/+13 |
| 2025-01-11 | update and clarify StructuralPartialEq docs | Ralf Jung | -18/+13 |
| 2025-01-11 | Rename `pos` to `position` | Yuri Astrakhan | -6/+6 |
| 2025-01-11 | Convert `struct FromBytesWithNulError` into enum | Yuri Astrakhan | -31/+19 |
| 2025-01-11 | Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhpratt | Jacob Pratt | -2/+1 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -84/+215 |
| 2025-01-11 | Implement `ByteStr` and `ByteString` types | Josh Triplett | -0/+634 |
| 2025-01-10 | Improve the safety documentation on new_unchecked | Scott McMurray | -1/+7 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -2/+1 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -84/+209 |
| 2025-01-10 | Rollup merge of #134908 - madsmtm:ptr-from_ref-docs, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-01-10 | Rollup merge of #134619 - hkBst:patch-7, r=jhpratt | Matthias Krüger | -22/+20 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -196/+85 |
| 2025-01-08 | fmt | Pietro Albini | -4/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -142/+34 |
| 2025-01-08 | update version placeholders | Pietro Albini | -59/+59 |
| 2025-01-08 | add missing provenance APIs on NonNull | Ralf Jung | -3/+45 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -8/+8 |
| 2025-01-05 | [generic_assert] Constify methods used by the formatting system | Caio | -8/+8 |
| 2025-01-05 | Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhpratt | Jacob Pratt | -3/+5 |
| 2025-01-05 | Mark `slice::reverse` unstably const | okaneco | -3/+5 |
| 2025-01-05 | Clarified the documentation on core::iter::from_fn and core::iter::successors | ranger-ross | -0/+3 |
| 2025-01-04 | do not in-place-iterate over flatmap/flatten | The 8472 | -32/+2 |
| 2025-01-04 | Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35 | Matthias Krüger | -3/+51 |
| 2025-01-01 | Rollup merge of #134985 - mgsloan:remove-unnecessary-qualification-in-Ord-tra... | Matthias Krüger | -1/+1 |
| 2025-01-01 | Stabilize const_slice_flatten | DaniPopes | -2/+2 |
| 2025-01-01 | Auto merge of #134969 - Marcondiro:master, r=jhpratt,programmerjake | bors | -7/+11 |
| 2024-12-31 | Improve `select_nth_unstable` documentation clarity | Michael Sloan | -42/+40 |
| 2024-12-31 | Remove qualification of `std::cmp::Ordering` in `Ord` doc | Michael Sloan | -1/+1 |
| 2024-12-31 | Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcm | bors | -123/+388 |
| 2024-12-31 | char to_digit: avoid unnecessary casts to u64 | Marcondiro | -7/+11 |
| 2024-12-31 | Rollup merge of #134953 - DiuDiu777:unaligned-doc, r=RalfJung | Matthias Krüger | -4/+0 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-31 | fix doc for read write unaligned in zst operation | LemonJ | -4/+0 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -12/+25 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-30 | Fix ptr::from_ref documentation example comment | Mads Marquart | -2/+2 |