| Age | Commit message (Expand) | Author | Lines |
| 2020-09-03 | implement drop handling | The8472 | -7/+26 |
| 2020-09-03 | assert that SourceIter requirements have not been violated by the pipeline | The8472 | -0/+2 |
| 2020-09-03 | mark SourceIter as unsafe, document invariants | The8472 | -2/+2 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -42/+156 |
| 2020-09-03 | bench | The8472 | -1/+40 |
| 2020-09-03 | unrelated typo fix | The8472 | -1/+1 |
| 2020-09-03 | Link & primitive using relative link | Ivan Tham | -0/+1 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -10/+10 |
| 2020-09-03 | Remove a number of vec UI tests, make them unit tests in the alloc library | Rune Tynan | -0/+53 |
| 2020-09-02 | Revert change to MaybeUninit until rustdoc bugs are fixed | Joshua Nelson | -4/+4 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -10/+10 |
| 2020-09-02 | Same typos in vec_deque | Anton | -2/+2 |
| 2020-09-02 | Fix typos in vec try_reserve(_exact) docs | Anton | -3/+3 |
| 2020-09-01 | Use intra-doc links for `MaybeUninit` in `boxed.rs` | Joshua Nelson | -4/+4 |
| 2020-09-01 | Will land in 1.48, not 1.47 | Jon Gjengset | -1/+1 |
| 2020-09-01 | Merge branch 'master' into stabilize-vecdeque-make_contiguous | Jon Gjengset | -1145/+2054 |
| 2020-09-01 | Removed [inline] and copied over comments from Arc::new_cyclic | mental | -1/+11 |
| 2020-08-31 | Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morse | Tyler Mandry | -2/+2 |
| 2020-08-31 | Rollup merge of #76069 - pickfire:patch-16, r=jyn514 | Aleksey Kladov | -3/+1 |
| 2020-08-31 | Rollup merge of #76058 - pickfire:patch-11, r=jyn514 | Aleksey Kladov | -2/+3 |
| 2020-08-31 | Rollup merge of #76055 - pickfire:patch-9, r=jyn514 | Aleksey Kladov | -1/+4 |
| 2020-08-31 | Rollup merge of #76033 - camelid:patch-7, r=Dylan-DPC | Aleksey Kladov | -1/+1 |
| 2020-08-31 | Rollup merge of #76023 - pickfire:patch-4, r=jyn514 | Aleksey Kladov | -1/+1 |
| 2020-08-31 | Make `cow_is_borrowed` methods const | CDirkx | -2/+2 |
| 2020-08-30 | Try removing [prim@reference] | Ivan Tham | -1/+1 |
| 2020-08-30 | Rollup merge of #75874 - pickfire:patch-3, r=jyn514 | Dylan DPC | -3/+1 |
| 2020-08-29 | Remove empty vec assertion flow distrupt | Ivan Tham | -1/+0 |
| 2020-08-29 | Reuse description from drain_filter | Ivan Tham | -1/+1 |
| 2020-08-29 | Use explicit intra-doc link in path for Vec resize | Ivan Tham | -3/+1 |
| 2020-08-29 | Vec slice example fix style and show type elision | Ivan Tham | -1/+1 |
| 2020-08-29 | Link vec doc to & reference | Ivan Tham | -1/+1 |
| 2020-08-29 | Use assertions on Vec doc | Ivan Tham | -2/+4 |
| 2020-08-29 | Add more info for Vec Drain doc | Ivan Tham | -0/+1 |
| 2020-08-29 | Remove brackets in drain filter docs | Ivan Tham | -1/+1 |
| 2020-08-29 | Keep doc standard for Vec DrainFilter | Ivan Tham | -1/+4 |
| 2020-08-29 | Liballoc vec doc use associated function | Ivan Tham | -0/+2 |
| 2020-08-29 | typo | mental | -1/+1 |
| 2020-08-28 | Add missing hyphen | Camelid | -1/+1 |
| 2020-08-28 | Liballoc extend use intra doc link | Ivan Tham | -2/+0 |
| 2020-08-27 | Add PartialEq impls for Vec <-> slice | Matt Brubeck | -1/+4 |
| 2020-08-27 | `impl Rc::new_cyclic` | mental32 | -0/+100 |
| 2020-08-27 | Rollup merge of #75875 - pickfire:patch-4, r=jyn514 | Dylan DPC | -5/+3 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -40/+66 |
| 2020-08-24 | Add more information to safety comment | dylni | -1/+3 |
| 2020-08-24 | Use translated variable for test string | Ivan Tham | -2/+2 |
| 2020-08-24 | Shorten liballoc vec resize intra-doc link | Ivan Tham | -5/+3 |
| 2020-08-24 | Shorten liballoc doc intra link while readable | Ivan Tham | -3/+1 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -5/+7 |
| 2020-08-24 | Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus | bors | -4/+147 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -3/+3 |