| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -5/+10 |
| 2021-09-16 | Add intra-doc-links to BinaryHeap rustdoc | est31 | -3/+7 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |
| 2021-09-15 | Const Deref | Deadbeef | -1/+5 |
| 2021-09-11 | Allow reverse iteration of lowercase'd/uppercase'd chars | Michael Spector | -0/+31 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -3/+0 |
| 2021-09-08 | rearrange to be panic safe | tabokie | -10/+12 |
| 2021-09-07 | Optimize VecDeque::append | tabokie | -2/+28 |
| 2021-09-07 | Auto merge of #88448 - xu-cheng:btree-blk-build, r=Mark-Simulacrum | bors | -10/+151 |
| 2021-09-05 | Fix typo: needede -> needed | Yechan Bae | -1/+1 |
| 2021-09-05 | Rollup merge of #88432 - terrarier2111:patch-1, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-09-02 | Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytm | Mara Bos | -1/+4 |
| 2021-09-01 | Rollup merge of #88040 - nbdd0121:btreemap, r=m-ou-se | Mara Bos | -44/+24 |
| 2021-08-31 | add safety annotation to `LinkedList::detach_all_nodes` | Ibraheem Ahmed | -0/+3 |
| 2021-08-30 | use `unwrap_unchecked` where possible | ibraheemdev | -1/+1 |
| 2021-08-28 | VecDeque: improve performance for From<[T; N]> | Cheng XU | -1/+41 |
| 2021-08-28 | add benchmark for From<[T; N]> in VecDeque | Cheng XU | -0/+15 |
| 2021-08-28 | BTreeSet::from_iter: use bulk building to improve the performance | Cheng XU | -5/+22 |
| 2021-08-28 | BTreeMap::from_iter: use bulk building to improve the performance | Cheng XU | -5/+79 |
| 2021-08-28 | add benchmark for BTreeMap::from_iter | Cheng XU | -0/+50 |
| 2021-08-28 | Fix a typo in raw_vec | terrarier2111 | -1/+1 |
| 2021-08-26 | Add missing # Panics section to `Vec` method | Sebastian Widua | -1/+6 |
| 2021-08-26 | Rollup merge of #88216 - kornelski:from_layout_err, r=kennytm | Manish Goregaokar | -3/+3 |
| 2021-08-25 | Rollup merge of #88293 - est31:fix_grammar, r=Mark-Simulacrum | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88226 - steffahn:an_rc, r=michaelwoerister | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-25 | Rollup merge of #88156 - steffahn:arc_make_mut_and_weak, r=Mark-Simulacrum | Léo Lanteri Thauvin | -19/+39 |
| 2021-08-24 | Make explanations of cross-references between `make_mut` and `get_mut` more a... | Frank Steffahn | -4/+6 |
| 2021-08-24 | Clarifiy weak pointers being diassociated… | Frank Steffahn | -4/+6 |
| 2021-08-24 | Fix grammar | est31 | -4/+4 |
| 2021-08-24 | Fix typo “a Rc” → “an Rc” | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Auto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnay | bors | -8/+57 |
| 2021-08-21 | Don't stabilize creation of TryReserveError instances | Kornel | -3/+3 |
| 2021-08-19 | Adjust documentation of `Arc::make_mut` | Frank Steffahn | -14/+30 |
| 2021-08-18 | BTree: remove Ord bound from new | Gary Guo | -44/+24 |
| 2021-08-17 | BTree: refine some comments | Stein Somers | -11/+9 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -15/+19 |
| 2021-08-16 | Rollup merge of #88030 - fee1-dead:fixme, r=oli-obk | Mara Bos | -3/+1 |
| 2021-08-16 | BTree: toughen panicky test of clone() | Stein Somers | -25/+32 |
| 2021-08-16 | Remove extra empty lines | Xuanwo | -2/+0 |
| 2021-08-16 | Optimize unnecessary check in VecDeque::retain | Xuanwo | -8/+59 |
| 2021-08-16 | Auto merge of #87696 - ssomers:btree_lazy_iterator_cleanup, r=Mark-Simulacrum | bors | -56/+56 |
| 2021-08-15 | Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnay | bors | -0/+61 |
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -3/+1 |
| 2021-08-14 | Auto merge of #87913 - a1phyr:vec_spec_clone_from, r=dtolnay | bors | -10/+30 |
| 2021-08-13 | Improve wording, correct -> tight. | Frank Steffahn | -6/+6 |
| 2021-08-13 | Consistent use of `impl Trait` arguments in the test's helper function. | Frank Steffahn | -5/+1 |
| 2021-08-13 | allow incomplete features for now | Deadbeef | -0/+2 |
| 2021-08-13 | Moved ui test | Deadbeef | -14/+56 |