| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -0/+2 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+2 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+5 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+5 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+1 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+2 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+4 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+1 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+2 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -4/+2 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -23/+25 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -2/+1 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -1/+1 |
| 2021-08-05 | alloc: Use intra doc links for the reserve function | est31 | -1/+3 |
| 2021-07-30 | Rollup merge of #87574 - cuviper:retain-examples, r=joshtriplett | Yuki Okushi | -3/+4 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 |
| 2021-07-28 | Update the examples in `String` and `VecDeque::retain` | Josh Stone | -3/+4 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -2/+1 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -3/+0 |
| 2021-07-04 | Stabilize `string_drain_as_str` | Yuki Okushi | -16/+14 |