| Age | Commit message (Expand) | Author | Lines |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2025-05-12 | update version placeholders | Pietro Albini | -1/+1 |
| 2025-05-07 | Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhpratt | Jacob Pratt | -0/+67 |
| 2025-05-07 | Rollup merge of #140483 - baumanj:patch-1, r=workingjubilee | Jacob Pratt | -5/+5 |
| 2025-05-06 | Update rc.rs docs | Jon Bauman | -5/+5 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -0/+5 |
| 2025-05-06 | Rollup merge of #139764 - dtolnay:extractif, r=Amanieu | Stuart Cook | -17/+31 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -17/+31 |
| 2025-05-05 | Simplify `Vec::as_non_null` implementation and make it `const` | Vilim Lendvaj | -4/+4 |
| 2025-05-05 | Implement `VecDeque::truncate_front()` | Vladimir Krivopalov | -0/+67 |
| 2025-05-05 | Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35 | Trevor Gross | -6/+12 |
| 2025-05-04 | extract_if's sample equivalent now really equivalent. | Nick Kocharhook | -6/+12 |
| 2025-05-03 | Suggest `retain_mut` over `retain` as `Vec::extract_if` alternative | Paolo Barbolini | -2/+2 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -0/+5 |
| 2025-04-30 | docs: Specify that common sort functions sort in an ascending direction | Natrix | -4/+7 |
| 2025-04-30 | Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviper | bors | -2/+1 |
| 2025-04-29 | Update rc.rs docs | Jon Bauman | -1/+1 |
| 2025-04-28 | Rename sub_ptr to offset_from_unsigned in docs | DaniPopes | -2/+2 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -1/+3 |
| 2025-04-28 | Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrum | bors | -5/+6 |
| 2025-04-28 | Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35 | Chris Denton | -8/+61 |
| 2025-04-28 | Streamline the `format` macro. | Nicholas Nethercote | -2/+1 |
| 2025-04-27 | Add `Arc::is_unique` | SabrinaJewson | -8/+61 |
| 2025-04-27 | Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35 | Matthias Krüger | -3/+12 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -1/+3 |
| 2025-04-27 | fix missing doc in CString::from_raw and str::from_boxed_utf8_unchecked | LemonJ | -3/+12 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -5/+6 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -1/+1 |
| 2025-04-24 | Remove some unnecessary clones. | Nicholas Nethercote | -1/+1 |
| 2025-04-21 | Rollup merge of #140118 - tamird:cstr-cleanup, r=joboet | Chris Denton | -3/+3 |
| 2025-04-20 | Implement lint against dangerous implicit autorefs | Urgau | -1/+1 |
| 2025-04-20 | Add `#[rustc_no_implicit_autorefs]` and apply it to std methods | Urgau | -0/+2 |
| 2025-04-18 | Invert `<CString as Deref>::deref` and `CString::as_c_str` | Tamir Duberstein | -3/+3 |
| 2025-04-16 | fix incorrect type in cstr `to_string_lossy()` docs | Lyndon Brown | -1/+1 |
| 2025-04-12 | Optimize `ToString` implementation for integers | Guillaume Gomez | -0/+48 |
| 2025-04-12 | Fix typo in documentation | GenYuLi | -1/+1 |
| 2025-04-10 | Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu | bors | -35/+35 |
| 2025-04-09 | intra-doc link | Boxy | -1/+1 |
| 2025-04-09 | update cfgs | Boxy | -7/+7 |
| 2025-04-09 | replace version placeholder | Boxy | -27/+27 |
| 2025-04-09 | Speed up `String::push` and `String::insert` | lincot | -18/+48 |
| 2025-04-08 | document panic behavior of Vec::resize and Vec::resize_with | Jonathan Gruner | -0/+8 |
| 2025-04-06 | Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb | bors | -5/+6 |
| 2025-03-30 | Rollup merge of #139141 - mejrs:on_unimpl, r=Noratrieb | Jacob Pratt | -8/+0 |
| 2025-03-30 | Delete unreacheable `#[rustc_on_unimplemented]` | mejrs | -8/+0 |
| 2025-03-29 | Auto merge of #133572 - frank-king:feature/unique_arc, r=Amanieu | bors | -1/+411 |
| 2025-03-26 | Swap usize -> ptr transmute for strict_pov API | James Wainwright | -2/+1 |
| 2025-03-26 | Pass `Alignment` for `RawVecInner::new_in` | James Wainwright | -4/+6 |
| 2025-03-22 | Remove `PartialEq::ne` for `UniqueArc` | Frank King | -19/+0 |
| 2025-03-22 | Add more APIs for UniqueArc | Frank King | -5/+250 |