| Age | Commit message (Expand) | Author | Lines |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -9/+9 |
| 2021-10-21 | Rollup merge of #90099 - SkiFire13:fix-vec-swap-remove, r=dtolnay | Yuki Okushi | -3/+4 |
| 2021-10-21 | Rollup merge of #90010 - rusticstuff:vecdeque_with_capacity_in_overflow, r=m-... | Yuki Okushi | -1/+1 |
| 2021-10-20 | Prevent invalid values from existing in Vec::swap_remove | Giacomo Stevanato | -3/+4 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -1/+0 |
| 2021-10-19 | Reenable feature(nll) in alloc. | Mara Bos | -0/+1 |
| 2021-10-19 | Remove unused language #![feature]s from alloc. | Mara Bos | -5/+0 |
| 2021-10-19 | Remove unused library #![feature]s from alloc. | Mara Bos | -3/+0 |
| 2021-10-19 | Sort and categorize #![feature]s in alloc. | Mara Bos | -42/+52 |
| 2021-10-18 | Avoid overflow in `VecDeque::with_capacity_in()`. | Hans Kratz | -1/+1 |
| 2021-10-16 | Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplett | Matthias Krüger | -30/+0 |
| 2021-10-15 | Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-se | bors | -3/+5 |
| 2021-10-15 | Add #[must_use] to remaining alloc functions | John Kugelman | -21/+76 |
| 2021-10-15 | Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se | bors | -2/+30 |
| 2021-10-15 | Remove alloc::prelude | Amanieu d'Antras | -30/+0 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -0/+1 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -0/+1 |
| 2021-10-13 | Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri... | Yuki Okushi | -1/+1 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+10 |
| 2021-10-12 | Add #[must_use] to Rc::downgrade | John Kugelman | -1/+3 |
| 2021-10-12 | Remove potentially unsound note on reconstructing a leaked Vec. | Mara Bos | -3/+0 |
| 2021-10-12 | Fix uppercase/lowercase error | John Kugelman | -1/+1 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -1/+7 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+11 |
| 2021-10-12 | Mention Rust version in Vec::leak docs. | Mara Bos | -4/+5 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -1/+7 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+11 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+2 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+38 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -10/+23 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -10/+23 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+2 |
| 2021-10-10 | Mark `Arc::from_inner` / `Rc::from_inner` as unsafe | Sebastian Dröge | -32/+45 |
| 2021-10-10 | Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-10 | Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+38 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+3 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+1 |
| 2021-10-09 | Rollup merge of #89664 - timClicks:51430-document-boxed-conversions, r=m-ou-se | Guillaume Gomez | -0/+41 |
| 2021-10-09 | Remove unnecessary hyphen | Tim McNamara | -1/+1 |
| 2021-10-09 | Simplify wording | Tim McNamara | -4/+4 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+10 |
| 2021-10-08 | Cfg hide more conditions for alloc | Loïc BRANSTETT | -1/+6 |
| 2021-10-08 | Add documentation to boxed conversions | Tim McNamara | -0/+41 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+6 |
| 2021-10-07 | doc: guarantee call order for sort_by_cached_key | Mario Carneiro | -1/+2 |
| 2021-10-06 | Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip... | Manish Goregaokar | -16/+21 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -2/+3 |
| 2021-10-05 | refactor: VecDeques IterMut fields to private | DeveloperC | -16/+21 |
| 2021-10-05 | refactor: VecDeques Drain fields to private | DeveloperC286 | -17/+26 |