| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-01-19 | Move VecDeque Drain iterator to new file | Jonas Schievink | -121/+5 |
| 2020-01-19 | Fix leak in VecDeque::drain when drop panics | Jonas Schievink | -34/+48 |
| 2020-01-19 | Fix `VecDeque::truncate` leak on drop panic | Jonas Schievink | -1/+16 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -142/+108 |
| 2019-12-13 | Rollup merge of #67235 - jonas-schievink:vecdeque-leak, r=KodrAus | Mazdak Farrokhzad | -1/+13 |
| 2019-12-12 | Add comment to `Dropper` | Jonas Schievink | -0/+2 |
| 2019-12-11 | VecDeque: drop remaining items on destructor panic | Jonas Schievink | -1/+11 |
| 2019-11-13 | Match VecDeque::extend to Vec::extend | Charles Gleason | -1/+16 |
| 2019-10-29 | Use truncate(0) in VecDeque clear | Charles Gleason | -1/+1 |
| 2019-10-29 | Use ptr::drop_in_place in VecDeque truncate | Charles Gleason | -2/+25 |
| 2019-10-29 | Match docs for VecDeque truncate to Vec truncate | Charles Gleason | -1/+2 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -1/+1 |
| 2019-10-10 | Override nth for VecDeque Iter and IterMut | Charles Gleason | -0/+20 |
| 2019-10-10 | Implement Clone::clone_from for VecDeque | Charles Gleason | -2/+79 |
| 2019-08-22 | Fix formatting. | Tomasz Różański | -1/+1 |
| 2019-08-22 | Fix a typo. | Tomasz Różański | -1/+1 |
| 2019-08-18 | Auto merge of #63045 - Rosto75:master, r=jonas-schievink | bors | -43/+43 |
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -8/+8 |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -386/+3 |
| 2019-07-28 | Use const generics for some VecDeque impls. | Mazdak Farrokhzad | -26/+14 |
| 2019-07-27 | Change the placement of two functions. | Tomasz Różański | -43/+43 |
| 2019-07-25 | Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton | bors | -17/+17 |
| 2019-07-18 | Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum | Mark Rousskov | -0/+6 |
| 2019-07-03 | Fix the links in Vec(Deque)-from-Vec(Deque) | Scott McMurray | -0/+6 |
| 2019-07-02 | When possible without changing semantics, implement Iterator::last in terms o... | Kyle Huey | -0/+10 |
| 2019-06-11 | Remove the questionably-useful example | Scott McMurray | -22/+0 |
| 2019-06-08 | Add hyperlinks to Vec and VecDeque | Scott McMurray | -2/+2 |
| 2019-06-08 | Apply suggestions from code review | scottmcm | -1/+1 |
| 2019-06-08 | Put the docs on the methods instead of the impls | Scott McMurray | -53/+53 |
| 2019-06-08 | Apply suggestions from code review | scottmcm | -10/+10 |
| 2019-06-08 | Add some Vec <-> VecDeque documentation | Scott McMurray | -0/+53 |
| 2019-05-19 | Rollup merge of #60678 - DutchGhost:master, r=scottmcm | Mazdak Farrokhzad | -6/+2 |
| 2019-05-10 | Add examples of ordered retain | Josh Stone | -0/+14 |
| 2019-05-09 | supposed to be 1.36.0 | Dodo | -2/+2 |
| 2019-05-09 | make vecdeque_rotate stable | Dodo | -6/+2 |
| 2019-04-29 | Document the order of {Vec,VecDeque,String}::retain | Josh Stone | -2/+2 |
| 2019-04-27 | Rename .cap() methods to .capacity() | Matthias Geier | -17/+17 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -4/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-19 | move variable down to where it is used | Ralf Jung | -5/+5 |
| 2019-04-18 | make liballoc internal test suite mostly pass in Miri | Ralf Jung | -1/+10 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -3/+1 |
| 2019-02-22 | Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm | Mazdak Farrokhzad | -5/+46 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -3/+3 |
| 2019-02-18 | override `VecDeque::try_rfold`, also update iterator | Andre Bogus | -5/+46 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -3/+3 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |