| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -1/+2 |
| 2022-07-26 | Rollup merge of #98710 - mojave2:string, r=JohnTitor | Yuki Okushi | -5/+5 |
| 2022-06-30 | correct the output of a `capacity` method example | mojave2 | -5/+5 |
| 2022-06-29 | alloc: fix `no_global_oom_handling` warnings | Miguel Ojeda | -2/+2 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -35/+35 |
| 2022-05-21 | Auto merge of #96605 - Urgau:string-retain-codegen, r=thomcc | bors | -8/+17 |
| 2022-05-01 | Improve codegen of String::retain method. | Loïc BRANSTETT | -8/+17 |