| Age | Commit message (Expand) | Author | Lines |
| 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 | -58/+143 |
| 2021-06-19 | Auto merge of #86433 - paolobarbolini:string-overlapping, r=m-ou-se | bors | -1/+1 |
| 2021-06-18 | Use `copy_nonoverlapping` to copy `bytes` in `String::insert_bytes` | Paolo Barbolini | -1/+1 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -10/+10 |
| 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 | -58/+143 |
| 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 | -20/+13 |
| 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 |
| 2021-06-04 | removed ref to bindings_after_at | marcusdunn | -1/+0 |
| 2021-06-04 | Rollup merge of #85717 - fee1-dead:document-cow, r=yaahc | Yuki Okushi | -0/+18 |
| 2021-06-03 | Auto merge of #85867 - steffahn:remove_unnecessary_specfromiter_impls, r=Mark... | bors | -34/+1 |
| 2021-06-02 | Stabilize VecDeque::partition_point. | Mara Bos | -2/+1 |
| 2021-06-02 | Bump vecdeque_binary_search stabilization to 1.54. | Mara Bos | -3/+3 |
| 2021-06-02 | Bumped `vecdeque_binary_search` stabilization version to 1.53.0 | SOFe | -3/+3 |
| 2021-06-02 | Stabilize `vecdeque_binary_search` | SOFe | -8/+3 |
| 2021-06-02 | Update expressions where we can use array's IntoIterator implementation | Muhammad Mominul Huque | -18/+12 |