| Age | Commit message (Expand) | Author | Lines |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -4/+4 |
| 2021-08-07 | Inline from of TryReserveErrorKind | Kornel | -0/+1 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -17/+55 |
| 2021-08-06 | Auto merge of #87777 - the8472:fix-mir-max-rss, r=oli-obk,joshtriplett | bors | -1/+65 |
| 2021-08-05 | add Box::try_new_uninit_slice for symmetry | The8472 | -0/+33 |
| 2021-08-05 | remove cfg gate on `use RawVec` since it is now also used in fallible code | The8472 | -1/+0 |
| 2021-08-05 | alloc: Use intra doc links for the reserve function | est31 | -4/+12 |
| 2021-08-05 | add Box::try_new_zeroed_slice() | The8472 | -0/+32 |
| 2021-08-02 | BTree: merge the complication introduced by #81486 and #86031 | Stein Somers | -56/+56 |
| 2021-08-02 | Rollup merge of #87644 - Flying-Toast:vec-remove-note, r=the8472 | Yuki Okushi | -0/+6 |
| 2021-08-01 | Auto merge of #86031 - ssomers:btree_lazy_iterator, r=Mark-Simulacrum | bors | -68/+171 |
| 2021-08-01 | Auto merge of #84662 - dtolnay:unwindsafe, r=Amanieu | bors | -0/+8 |
| 2021-07-31 | Relocate Arc and Rc UnwindSafe impls | David Tolnay | -12/+8 |
| 2021-07-31 | Auto merge of #87488 - kornelski:track-remove, r=dtolnay | bors | -0/+2 |
| 2021-07-30 | Recommend `swap_remove` in `Vec::remove` docs | Flying-Toast | -0/+6 |
| 2021-07-30 | Fix comment referring to formerly-above code | David Tolnay | -1/+1 |
| 2021-07-30 | Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core | David Tolnay | -0/+12 |
| 2021-07-30 | Rollup merge of #87574 - cuviper:retain-examples, r=joshtriplett | Yuki Okushi | -6/+8 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -13/+13 |
| 2021-07-29 | Auto merge of #85874 - steffahn:fix_unsound_zip_optimization, r=yaahc | bors | -19/+43 |
| 2021-07-28 | Update the examples in `String` and `VecDeque::retain` | Josh Stone | -6/+8 |
| 2021-07-28 | Documentation improvements | Frank Steffahn | -2/+17 |
| 2021-07-28 | Make `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce` | Frank Steffahn | -2/+4 |
| 2021-07-28 | Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmt | Frank Steffahn | -11/+7 |
| 2021-07-28 | Add back TrustedRandomAccess-specialization for Vec, but only without coercions | Frank Steffahn | -1/+33 |
| 2021-07-28 | Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees... | Frank Steffahn | -4/+12 |
| 2021-07-28 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -30/+1 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -1/+2 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -1/+2 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -1/+1 |
| 2021-07-26 | Track caller of Vec::remove() | Kornel | -0/+2 |
| 2021-07-25 | Auto merge of #86595 - a1phyr:allocator_api_for_vecdeque, r=Amanieu | bors | -74/+137 |
| 2021-07-24 | Auto merge of #84111 - bstrie:hashfrom, r=joshtriplett | bors | -5/+136 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -17/+55 |
| 2021-07-24 | Update std_collections_from_array stability version | bstrie | -5/+5 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2021-07-24 | Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-se | Yuki Okushi | -0/+2 |
| 2021-07-23 | Add `#[unstable]` on new functions | Benoît du Garreau | -2/+2 |
| 2021-07-23 | Add unstable attribute for `A` in `Drain` and `IntoIter` | Benoît du Garreau | -2/+9 |
| 2021-07-23 | Add support for custom allocator in `VecDeque` | Benoît du Garreau | -74/+130 |
| 2021-07-21 | Remove unsound TrustedRandomAccess implementations | Frank Steffahn | -29/+1 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+4 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+2 |
| 2021-07-15 | Added Arc::try_pin | Alex Gaynor | -1/+7 |
| 2021-07-12 | Make BTreeSet::split_off name elements like other set methods do | Stein Somers | -4/+4 |
| 2021-07-08 | BTree: lazily locate leaves in rangeless iterators | Stein Somers | -68/+171 |
| 2021-07-08 | Auto merge of #86982 - GuillaumeGomez:rollup-7sbye3c, r=GuillaumeGomez | bors | -9/+11 |
| 2021-07-08 | Rollup merge of #86789 - janikrabe:btreeset-drainfilter-doc, r=kennytm | Guillaume Gomez | -9/+11 |
| 2021-07-08 | Auto merge of #86520 - ssomers:btree_iterators_checked_unwrap, r=Mark-Simulacrum | bors | -24/+10 |