| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-08 | Rollup merge of #86917 - notriddle:notriddle/from-try-reserve-error, r=JohnTitor | Yuki Okushi | -0/+1 |
| 2021-07-06 | Add doc comment for `impl From<LayoutError> for TryReserveError` | Michael Howell | -0/+1 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -8/+4 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -23/+0 |
| 2021-07-04 | Stabilize `string_drain_as_str` | Yuki Okushi | -16/+14 |
| 2021-07-03 | Auto merge of #86810 - ojeda:alloc-gate, r=dtolnay | bors | -0/+12 |
| 2021-07-02 | alloc: `no_global_oom_handling`: disable `new()`s, `pin()`s, etc. | Miguel Ojeda | -0/+12 |
| 2021-07-02 | Rollup merge of #86714 - iwahbe:add-linked-list-cursor-end-methods, r=Amanieu | Guillaume Gomez | -0/+190 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+2 |
| 2021-07-01 | Update BTreeSet::drain_filter documentation | Janik Rabe | -9/+11 |
| 2021-07-01 | Implement changes suggested by @Amanieu | Ian Wahbe | -10/+29 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -5/+136 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -7/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -2/+0 |
| 2021-06-30 | Remove alloc/malloc/calloc/realloc doc aliases | Amanieu d'Antras | -14/+0 |
| 2021-06-30 | alloc: `RawVec<T, A>::shrink` can be in `no_global_oom_handling`. | Miguel Ojeda | -1/+0 |