| Age | Commit message (Expand) | Author | Lines |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -0/+13 |
| 2024-02-29 | Rollup merge of #120291 - pitaj:string-sliceindex, r=Amanieu | Jacob Pratt | -88/+14 |
| 2024-02-27 | have `String` use `SliceIndex` impls from `str` | Peter Jaszkowiak | -88/+14 |
| 2024-02-26 | Document args returned from `String::into_raw_parts` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-26 | Rearrange `String::from_raw_parts` doc argument order to match code argument ... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-22 | On type error of method call arguments, look at confusables for suggestion | Esteban Küber | -0/+1 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+3 |
| 2023-10-11 | Rollup merge of #95967 - CAD97:from-utf16, r=dtolnay | Ali MJ Al-Nasrawy | -0/+150 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-09-29 | fix char imports | Christopher Durham | -6/+6 |
| 2023-09-28 | add str_from_utf16_endian tracking issue | Christopher Durham | -4/+4 |
| 2023-09-28 | style nits | Christopher Durham | -6/+6 |
| 2023-09-28 | Add feature(str_from_utf16_endian) | CAD97 | -0/+150 |
| 2023-08-02 | string.rs: remove "Basic usage" text | Tshepang Mbambo | -72/+1 |
| 2023-07-24 | Hide `ToString` implementations that specialize the default ones | Frank Steffahn | -0/+9 |
| 2023-07-21 | Demonstrate multibyte character removal in String::pop and String::remove doc... | Andrew Tribick | -8/+8 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -1/+1 |
| 2023-06-14 | Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu | Matthias Krüger | -7/+8 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -1/+1 |
| 2023-05-28 | Stabilize String::leak | est31 | -7/+8 |
| 2023-05-27 | Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-18 | Rollup merge of #111168 - DaniPopes:arguments-to-string, r=Mark-Simulacrum | Dylan DPC | -0/+9 |
| 2023-05-16 | Use an unbounded lifetime in String::leak. | Finn Bear | -2/+2 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+9 |
| 2023-05-04 | Specialize ToString implementation for fmt::Arguments | DaniPopes | -0/+9 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -2/+1 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -2/+2 |
| 2023-04-05 | Derive String's PartialEq implementation | Konrad Borowski | -9/+1 |
| 2023-03-02 | Remove manual implementation of String::ne | Konrad Borowski | -4/+0 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -4/+4 |
| 2023-02-07 | Docs: Fix format of headings in String::reserve | Danilo Bargen | -2/+2 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -1/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -4/+4 |
| 2023-01-10 | impl: specialize impl of `ToString` on `bool` | Ezra Shaw | -0/+9 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -1/+1 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -2/+1 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+1 |
| 2022-10-31 | Add tracking issue for `string_extend_from_within` | Sky | -1/+1 |
| 2022-10-22 | Fix typo in docs of `String::leak`. | Finn Bear | -1/+1 |
| 2022-10-19 | Put fn in the right place. | Finn Bear | -29/+29 |
| 2022-10-19 | Copy of #102941. | Finn Bear | -1/+30 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -0/+20 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+20 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -1/+2 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -8/+8 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -8/+8 |