| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-19 | Clarify docs for from_raw_parts | jmaargh | -1/+4 |
| 2022-04-09 | Rework String UTF-8 Documentation | Mark Lodato | -10/+82 |
| 2022-03-27 | Rollup merge of #95368 - lopopolo:lopopolo/string-try-reserve-exact-doc-typo,... | Dylan DPC | -1/+1 |
| 2022-03-27 | Fix typo in `String::try_reserve_exact` docs | Ryan Lopopolo | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -5/+12 |
| 2021-12-29 | Fix a minor mistake in `String::try_reserve_exact` examples | Sprite | -1/+1 |
| 2021-12-05 | doc: suggest try_reserve in try_reserve_exact | TennyZhuang | -2/+2 |
| 2021-11-25 | Eliminate an unreachable codepath from String::from_utf8_lossy | David Tolnay | -7/+5 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+2 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+2 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-25 | Fix copy-paste error in String::as_mut_vec() docs | nyanpasu64 | -4/+5 |