| Age | Commit message (Expand) | Author | Lines |
| 2025-02-20 | Implement 'PartialEq<{&Self, CString, Cow<Self>}>' for 'CStr'; Implement 'Par... | Gabriel Bjørnager Jensen | -0/+14 |
| 2025-02-20 | Guarantee behavior of transmuting Option::<T>::None subject to NPO | Joshua Liebow-Feeser | -14/+16 |
| 2025-02-20 | Implement feature `isolate_most_least_significant_one` for integer types | okaneco | -0/+156 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -5/+135 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -18/+7 |
| 2025-02-20 | Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t... | Matthias Krüger | -18/+7 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -23/+39 |
| 2025-02-19 | Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-ptr-selec... | Matthias Krüger | -18/+13 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -5/+26 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -18/+7 |
| 2025-02-19 | Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=Amanieu | Matthias Krüger | -2/+2 |
| 2025-02-19 | core/net: IpAddr*::as_octets() | Nathan Perry | -0/+60 |
| 2025-02-19 | Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subtypes, r=... | Matthias Krüger | -4/+4 |
| 2025-02-19 | Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt | Matthias Krüger | -9/+8 |
| 2025-02-18 | Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr | bors | -8/+8 |
| 2025-02-18 | Remove outdated target `unexpected_cfgs` | Josh Stone | -1/+0 |
| 2025-02-18 | Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=Amanieu | Matthias Krüger | -8/+8 |
| 2025-02-18 | Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler-errors | Urgau | -0/+1 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -3/+3 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -129/+11 |
| 2025-02-18 | Fix typo in hidden internal docs of `TrustedRandomAccess` | Frank Steffahn | -4/+4 |
| 2025-02-18 | update version placeholders | Josh Stone | -21/+21 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+1 |
| 2025-02-18 | Add #[track_caller] to Duration Div impl | Peter Todd | -0/+2 |
| 2025-02-17 | Update some comparison tests now that they pass in LLVM20 | Scott McMurray | -4/+4 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -20/+13 |
| 2025-02-16 | Rollup merge of #137114 - ChrisDenton:error, r=Noratrieb | Matthias Krüger | -0/+24 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -15/+15 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -0/+4 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -5/+26 |
| 2025-02-16 | fix docs for inherent str constructors | may | -8/+8 |
| 2025-02-16 | Add an example for std::error::Error | Chris Denton | -0/+24 |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -3/+3 |
| 2025-02-15 | remove MaybeUninit::uninit_array | cyrgani | -36/+0 |
| 2025-02-15 | docs: fix broken intra-doc links that never worked | Michael Howell | -5/+2 |
| 2025-02-15 | core: Make `Debug` impl of raw pointers print metadata if present | Martin Nordholts | -1/+24 |
| 2025-02-15 | core: Document why Pointee::Metadata can't have 'static bound | Martin Nordholts | -0/+2 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -0/+10 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-15 | tidying up tidy | progressive-galib | -4/+4 |
| 2025-02-14 | Add real safety comments | Scott McMurray | -1/+14 |
| 2025-02-14 | Go back to `Some` instead of transmuting to it. | Scott McMurray | -1/+1 |
| 2025-02-14 | Save another BB by using `SubUnchecked` instead of a call to `arith_offset` | Scott McMurray | -5/+5 |
| 2025-02-14 | Simplify `slice::Iter::next` enough that it inlines | Scott McMurray | -7/+17 |
| 2025-02-15 | replaced the four occurrences of issue ="50547" in | progressive.galib | -4/+4 |
| 2025-02-15 | Make phantom variance markers transparent | Jacob Pratt | -0/+12 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -1/+1 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-15 | Stabilize (and const-stabilize) `integer_sign_cast` | Pavel Grigorenko | -9/+8 |