| Age | Commit message (Expand) | Author | Lines |
| 2019-11-13 | Auto merge of #65637 - ssomers:master, r=scottmcm | bors | -11/+214 |
| 2019-11-11 | Auto merge of #65933 - crgl:vec-deque-truncate, r=alexcrichton | bors | -4/+63 |
| 2019-11-07 | Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung | Yuki Okushi | -1/+1 |
| 2019-11-05 | Reverted PhantomData in LinkedList, fixed PhantomData markers in Rc and Arc | Oleg Nosov | -2/+2 |
| 2019-11-05 | LinkedList: PhantomData<Box<Node<T>>> => PhantomData<T> | Oleg Nosov | -3/+3 |
| 2019-11-05 | Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=Centril | Pietro Albini | -7/+7 |
| 2019-10-31 | docs: improve disclaimer regarding LinkedList | Tshepang Lekhonkhobe | -7/+7 |
| 2019-10-29 | Use truncate(0) in VecDeque clear | Charles Gleason | -1/+1 |
| 2019-10-29 | Add test for VecDeque truncate | Charles Gleason | -0/+35 |
| 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-25 | fix doctest | Hideki Sekine | -10/+4 |
| 2019-10-25 | Simplify .drain_sorted() and its doc. | Hideki Sekine | -45/+40 |
| 2019-10-25 | Add .into_iter_sorted() and .drain_sorted() | Hideki Sekine | -1/+140 |
| 2019-10-23 | proposal for access to BTreeMap/BTreeSet first/last, #62924 | Stein Somers | -11/+214 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -1/+1 |
| 2019-10-19 | Rollup merge of #65226 - ssomers:master, r=bluss | Mazdak Farrokhzad | -120/+119 |
| 2019-10-18 | BTreeSet symmetric_difference & union optimized, cleaned | Stein Somers | -120/+119 |
| 2019-10-10 | Override nth for VecDeque Iter and IterMut | Charles Gleason | -0/+20 |
| 2019-10-10 | Add tests for VecDeque clone_from | Charles Gleason | -0/+23 |
| 2019-10-10 | Implement Clone::clone_from for VecDeque | Charles Gleason | -2/+79 |
| 2019-10-03 | Rollup merge of #64975 - crgl:clone-from-linked-list, r=bluss | Mazdak Farrokhzad | -0/+56 |
| 2019-10-02 | Add test for LinkedList clone_from | Charles Gleason | -0/+43 |
| 2019-10-02 | Use zipped iterators in clone_from for LinkedList | Charles Gleason | -2/+2 |
| 2019-10-01 | Implement Clone::clone_from for LinkedList | Charles Gleason | -0/+13 |
| 2019-10-01 | Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink | Mazdak Farrokhzad | -2/+0 |
| 2019-10-01 | BTreeSet intersection, difference & is_subnet optimizations | Stein Somers | -75/+155 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -2/+0 |
| 2019-09-27 | Stabilize map_get_key_value feature | Lzu Tao | -2/+1 |
| 2019-09-16 | Auto merge of #64383 - pcpthm:btreeset-size-hint, r=dtolnay | bors | -22/+22 |
| 2019-09-16 | Improve BTreeSet::Intersection::size_hint | pcpthm | -22/+22 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -2/+2 |
| 2019-08-30 | Rollup merge of #63684 - GrayJack:const_list_new, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 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-18 | Constify LinkedList new function | GrayJack | -1/+1 |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon Sapin | -11/+14 |
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -13/+13 |
| 2019-08-14 | Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril | bors | -3/+3 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -3/+3 |
| 2019-08-12 | Apply suggestions from code review | Observer42 | -2/+2 |
| 2019-08-12 | Document From trait for BinaryHeap | Observer42 | -0/+3 |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -1/+0 |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -656/+650 |
| 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 |