| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Rollup merge of #63061 - Centril:constantly-improving, r=scottmcm | Mazdak Farrokhzad | -26/+14 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -7/+7 |
| 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-22 | Rollup merge of #62858 - Rosto75:master, r=jonas-schievink | Mazdak Farrokhzad | -4/+4 |
| 2019-07-21 | Change wrong variable name. | Tomasz Różański | -4/+4 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -3/+3 |
| 2019-07-18 | Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum | Mark Rousskov | -0/+6 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -3/+3 |
| 2019-07-18 | Fix clippy::clone_on_copy warnings | Mateusz Mikuła | -4/+4 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-07-04 | Rollup merge of #62316 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+60 |
| 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/+60 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -3/+3 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 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-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -70/+0 |
| 2019-05-20 | Rollup merge of #60952 - dtolnay:heap, r=Amanieu | Mazdak Farrokhzad | -0/+43 |
| 2019-05-18 | Document BinaryHeap time complexity | David Tolnay | -0/+43 |
| 2019-05-19 | Rollup merge of #60678 - DutchGhost:master, r=scottmcm | Mazdak Farrokhzad | -6/+2 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+70 |
| 2019-05-12 | Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm | bors | -2/+16 |
| 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-05-01 | BinaryHeap: add min-heap example | Alexey Shmalko | -0/+24 |
| 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 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+70 |
| 2019-04-19 | Auto merge of #60072 - RalfJung:linked-list, r=shepmaster | bors | -11/+37 |
| 2019-04-19 | fix LinkedList invalidating mutable references | Ralf Jung | -11/+37 |
| 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/+12 |
| 2019-04-05 | Use for_each to extend collections | Josh Stone | -13/+7 |
| 2019-03-29 | improve worst-case performance of BTreeSet difference and intersection | Stein Somers | -65/+233 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -5/+5 |
| 2019-02-25 | Rollup merge of #58421 - nox:relax-bounds-binary-heap, r=dtolnay | Mazdak Farrokhzad | -244/+244 |
| 2019-02-22 | Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum | Mazdak Farrokhzad | -15/+42 |
| 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 | -29/+29 |
| 2019-02-18 | override `VecDeque::try_rfold`, also update iterator | Andre Bogus | -5/+46 |