| Age | Commit message (Expand) | Author | Lines |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -90/+0 |
| 2018-12-23 | Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppe | kennytm | -3/+1 |
| 2018-12-22 | Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichton | bors | -0/+112 |
| 2018-12-19 | Stabilize Vec(Deque)::resize_with | Scott McMurray | -3/+1 |
| 2018-12-16 | Rollup merge of #56672 - ccouzens:master, r=nikic | Mazdak Farrokhzad | -1/+5 |
| 2018-12-16 | Rollup merge of #56648 - RalfJung:btree, r=sfackler | Mazdak Farrokhzad | -57/+117 |
| 2018-12-15 | Add a note about why the unsafe is sound | Scott McMurray | -0/+10 |
| 2018-12-15 | Add unstable VecDeque::rotate_{left|right} | Scott McMurray | -0/+102 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -1/+4 |
| 2018-12-11 | Typo | Alexis Beingessner | -1/+1 |
| 2018-12-10 | Document time of back operations of a Linked List | Chris Couzens | -1/+5 |
| 2018-12-09 | avoid as_leaf_mut asserting exclusive access | Ralf Jung | -30/+33 |
| 2018-12-09 | fix BTree creating shared references that are not entirely in-bounds | Ralf Jung | -29/+86 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -7/+7 |
| 2018-12-07 | Fix broken doc test | Corey Farwell | -1/+1 |
| 2018-12-07 | Drain only needs a shared reference | Ralf Jung | -7/+5 |
| 2018-12-07 | VecDeque::drain: make sure the 'drain' raw pointer is actually still usable | Ralf Jung | -2/+7 |
| 2018-12-05 | Fix typo in variable name | Corey Farwell | -1/+1 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -9/+9 |
| 2018-12-04 | Add example of using the indexing operator to BTreeMap docs | Corey Farwell | -0/+3 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -2/+2 |
| 2018-12-03 | Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay | kennytm | -33/+27 |
| 2018-12-02 | avoid MaybeUninit::get_mut where it is not needed | Ralf Jung | -2/+2 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -2/+2 |
| 2018-11-30 | Move VecDeque::resize_with out of the impl<T:Clone> block | Scott McMurray | -33/+27 |
| 2018-11-17 | Add VecDeque::resize_with | Scott McMurray | -1/+39 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-06 | Format BtreeMap::range_mut example | kngwyu | -3/+4 |
| 2018-10-28 | msp430: fix compilation of liballoc | Jorge Aparicio | -0/+2 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-10 | remove a now outdated comment | Ralf Jung | -3/+0 |
| 2018-10-09 | address RalfJung's comment | Jorge Aparicio | -6/+6 |
| 2018-10-09 | alloc: fix deprecated warnings | Jorge Aparicio | -20/+20 |
| 2018-10-05 | Revert "Slightly refactor VecDeque implementation" | Alex Crichton | -3/+3 |
| 2018-10-05 | Revert "Optimize VecDeque::append" | Alex Crichton | -27/+2 |
| 2018-10-05 | Revert "Add docs and debug asserts" | Alex Crichton | -23/+11 |
| 2018-10-05 | Revert "Fix tidy" | Alex Crichton | -2/+1 |
| 2018-10-05 | Revert "Add another assert" | Alex Crichton | -4/+0 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -20/+20 |
| 2018-09-22 | address RalfJung's comment | Jorge Aparicio | -6/+6 |
| 2018-09-22 | alloc: fix deprecated warnings | Jorge Aparicio | -20/+20 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+1 |
| 2018-08-29 | Add another assert | MaloJaffre | -0/+4 |
| 2018-08-28 | Fix tidy | MaloJaffre | -1/+2 |
| 2018-08-28 | Add docs and debug asserts | MaloJaffre | -11/+23 |
| 2018-08-24 | Optimize VecDeque::append | MaloJaffre | -2/+27 |
| 2018-08-24 | Slightly refactor VecDeque implementation | MaloJaffre | -3/+3 |
| 2018-08-22 | Add a test for issue #53529 | MaloJaffre | -0/+17 |