| Age | Commit message (Expand) | Author | Lines |
| 2020-12-29 | refactor: moving vec.rs to vec/mod.rs | C | -3725/+0 |
| 2020-12-28 | Add "length" as doc alias to len methods | Konrad Borowski | -0/+1 |
| 2020-12-15 | Auto merge of #78682 - glandium:issue78471, r=lcnr | bors | -1/+4 |
| 2020-12-08 | Do not inline finish_grow | Mike Hommey | -1/+4 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -111/+113 |
| 2020-11-23 | Auto merge of #79186 - JulianKnodt:str_from, r=Mark-Simulacrum | bors | -10/+16 |
| 2020-11-22 | Change slice::to_vec to not use extend_from_slice | kadmin | -10/+16 |
| 2020-11-22 | Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink | bors | -2/+2 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -2/+2 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -176/+450 |
| 2020-11-07 | remove needs_drop | The8472 | -8/+4 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -2/+2 |
| 2020-10-23 | Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -1/+1 |
| 2020-10-15 | Following #74010 by converting some newer cases of backticked O notations to ... | Ryan Scott | -1/+1 |
| 2020-10-12 | Remove deprecated unstable Vec::resize_default | Kornel | -44/+0 |
| 2020-10-10 | Improve vec leak wording | Ivan Tham | -1/+1 |
| 2020-10-10 | Alloc vec doc mention cannot undo leak | Ivan Tham | -1/+2 |
| 2020-10-08 | Link Vec leak doc to Box | Ivan Tham | -1/+1 |
| 2020-10-07 | Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler | bors | -0/+2 |
| 2020-10-01 | Fix typo in vec doc "tries to reserves" | Ivan Tham | -3/+4 |
| 2020-09-30 | Rollup merge of #77340 - pickfire:patch-9, r=kennytm | Jonas Schievink | -1/+1 |
| 2020-09-29 | Alloc vec use imported path | Ivan Tham | -1/+1 |
| 2020-09-29 | Fix typo in alloc vec comment | Ivan Tham | -1/+1 |
| 2020-09-25 | Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorino | bors | -3/+9 |
| 2020-09-25 | Rename Iterator::get_unchecked | Matthew Jasper | -1/+1 |
| 2020-09-25 | Improve <vec::IntoIter>::get_unchecked` safety comment | Matthew Jasper | -2/+8 |
| 2020-09-25 | Remove extra space from vec drawing | Ivan Tham | -1/+0 |
| 2020-09-25 | Rollup merge of #77050 - follower:patch-1, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-09-23 | Rollup merge of #77017 - GuillaumeGomez:vec-missing-examples-iter, r=Dylan-DPC | Dylan DPC | -0/+31 |
| 2020-09-22 | Add missing examples on Vec iter types | Guillaume Gomez | -0/+31 |
| 2020-09-22 | Typo fix: "satsify" -> "satisfy" | follower | -1/+1 |
| 2020-09-19 | Rollup merge of #76310 - scottmcm:array-try_from-vec, r=dtolnay | Ralf Jung | -0/+52 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -1/+1 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -1/+1 |
| 2020-09-16 | Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-09-16 | Rollup merge of #76062 - pickfire:patch-13, r=jyn514 | Ralf Jung | -1/+3 |
| 2020-09-16 | Rollup merge of #76056 - pickfire:patch-10, r=jyn514 | Ralf Jung | -0/+1 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -1/+1 |
| 2020-09-15 | Vec doc use elision as code rather than comment | Ivan Tham | -1/+3 |
| 2020-09-15 | Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrum | bors | -0/+5 |
| 2020-09-13 | Optimize behavior of vec.split_off(0) (take all) | Rich Kadel | -0/+5 |
| 2020-09-11 | Auto merge of #73951 - pickfire:liballoc-intoiter, r=Mark-Simulacrum | bors | -33/+25 |
| 2020-09-07 | Typo fix
| scottmcm | -1/+1 |
| 2020-09-07 | Rollup merge of #76303 - jyn514:vec-assert-doc, r=Dylan-DPC | Dylan DPC | -0/+3 |
| 2020-09-05 | Nightly is currently 1.48 | scottmcm | -1/+1 |
| 2020-09-05 | Rollup merge of #76060 - pickfire:patch-12, r=jyn514 | Dylan DPC | -1/+3 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -31/+2 |
| 2020-09-03 | Add `[T; N]: TryFrom<Vec<T>>` | Scott McMurray | -0/+52 |
| 2020-09-04 | Add slice primitive link to vec | Ivan Tham | -1/+2 |