| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-29 | Add non-mutable methods to `Cursor` | Ian Wahbe | -0/+17 |
| 2021-06-29 | add head/tail methods to linked list mutable cursor | Ian Wahbe | -0/+154 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -2/+1 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -2/+2 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -2/+2 |
| 2021-06-24 | Use `hash_one` to simplify some other doctests | Scott McMurray | -8/+3 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -2/+2 |
| 2021-06-22 | Add comments around code where ordering is important due for panic-safety | The8472 | -0/+8 |
| 2021-06-21 | BTree: consistently avoid unwrap_unchecked in iterators | Stein Somers | -24/+10 |
| 2021-06-20 | Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simulacrum | bors | -51/+111 |
| 2021-06-18 | Use `copy_nonoverlapping` to copy `bytes` in `String::insert_bytes` | Paolo Barbolini | -1/+1 |
| 2021-06-17 | Rollup merge of #85970 - jsha:remove-methods-implementors, r=GuillaumeGomez | Yuki Okushi | -0/+4 |
| 2021-06-17 | Rollup merge of #85663 - fee1-dead:document-arc-from, r=m-ou-se | Yuki Okushi | -0/+14 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+4 |
| 2021-06-17 | Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytm | Yuki Okushi | -0/+17 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -1/+0 |
| 2021-06-12 | Remove "generic type" in boxed.rs | Deadbeef | -1/+1 |
| 2021-06-09 | BTree: encapsulate LeafRange better & some debug asserts | Stein Somers | -51/+111 |
| 2021-06-09 | Rollup merge of #85715 - fee1-dead:document-string, r=JohnTitor | Yuki Okushi | -7/+43 |
| 2021-06-08 | Mention the Borrow guarantee on the Hash implementations for Array and Vec | Scott McMurray | -0/+17 |
| 2021-06-08 | Auto merge of #83515 - tamird:string-remove-matches-rev, r=m-ou-se | bors | -22/+39 |
| 2021-06-06 | String::remove_matches O(n^2) -> O(n) | Tamir Duberstein | -15/+38 |
| 2021-06-06 | Use iter::from_fn in String::remove_matches | Tamir Duberstein | -9/+3 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -7/+6 |
| 2021-06-05 | Document Arc::from | Deadbeef | -0/+14 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-06-04 | added back bindings_after_at as a cfg_attr | marcusdunn | -0/+1 |