| Age | Commit message (Expand) | Author | Lines |
| 2019-07-08 | Auto merge of #61224 - aloucks:drain_filter, r=Gankro | bors | -9/+169 |
| 2019-07-07 | Clarify double-drop comment | Aaron Loucks | -1/+1 |
| 2019-07-07 | Remove while loop in DrainFilter::drop and add additional docs | Aaron Loucks | -19/+21 |
| 2019-07-07 | Add doc links to liballoc crate page | Chris Gregory | -13/+19 |
| 2019-07-06 | Rollup merge of #61862 - vorner:weak-into-raw-methods, r=sfackler | Mazdak Farrokhzad | -30/+30 |
| 2019-07-06 | Rollup merge of #62296 - RalfJung:memalign, r=alexcrichton | Mazdak Farrokhzad | -15/+17 |
| 2019-07-05 | Rollup merge of #62371 - Nemo157:fix-62288, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -6/+6 |
| 2019-07-05 | Replace SliceConcatExt trait with inherent methods and SliceConcat helper trait | Simon Sapin | -68/+76 |
| 2019-07-04 | Add missing doc links in boxed module | Guillaume Gomez | -5/+9 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -3/+1 |
| 2019-07-04 | Add tracking issue for Box::into_pin | Wim Looman | -1/+1 |
| 2019-07-04 | Rollup merge of #62346 - RalfJung:miri-tests, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-07-04 | Rollup merge of #62316 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+73 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -4/+5 |
| 2019-07-03 | enable a few more tests in Miri and update the comment for others | Ralf Jung | -1/+0 |
| 2019-07-03 | Rollup merge of #62250 - czipperz:improve-box-clone-doctests, r=GuillaumeGomez | Mark Rousskov | -1/+13 |
| 2019-07-03 | Rollup merge of #62196 - cramertj:vec-leak, r=centril,withoutboats | Mark Rousskov | -0/+34 |
| 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/+73 |
| 2019-07-02 | test more possible overaligned requests | Ralf Jung | -15/+17 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -4/+4 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -6/+6 |
| 2019-06-30 | Improve box clone doctests to ensure the documentation is valid | Chris Gregory | -1/+13 |
| 2019-06-28 | Add Vec::leak | Taylor Cramer | -0/+34 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -79/+0 |
| 2019-06-25 | Remove RawVec::cap() | Matthias Geier | -6/+0 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -79/+0 |
| 2019-06-22 | Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=s... | Mazdak Farrokhzad | -9/+3 |
| 2019-06-21 | shared_from_iter: Polish internal docs. | Mazdak Farrokhzad | -30/+33 |
| 2019-06-21 | shared_from_iter: Add more tests. | Mazdak Farrokhzad | -0/+238 |
| 2019-06-20 | shared_from_iter: Clarify slice::Iter specialization impl. | Mazdak Farrokhzad | -4/+16 |
| 2019-06-20 | data_offset_align: add inline attribute. | Mazdak Farrokhzad | -0/+2 |
| 2019-06-20 | deduplicate slice_from_raw_parts_mut. | Mazdak Farrokhzad | -35/+3 |
| 2019-06-20 | shared_from_iter/Arc: Use specialization to elide allocation. | Mazdak Farrokhzad | -40/+167 |
| 2019-06-20 | Arc: refactor data_offset{_sized}. | Mazdak Farrokhzad | -8/+9 |
| 2019-06-20 | Arc: refactor away PhantomData noise. | Mazdak Farrokhzad | -15/+21 |
| 2019-06-20 | shared_from_iter/Rc: Use specialization to elide allocation. | Mazdak Farrokhzad | -39/+168 |
| 2019-06-20 | Rc: reduce duplicate calls. | Mazdak Farrokhzad | -4/+8 |
| 2019-06-20 | Rc: refactor data_offset{_sized}. | Mazdak Farrokhzad | -6/+7 |
| 2019-06-20 | Rc: refactor away PhantomData noise. | Mazdak Farrokhzad | -23/+30 |
| 2019-06-20 | Add basic 'shared_from_iter' impls. | Mazdak Farrokhzad | -0/+14 |
| 2019-06-17 | Rollup merge of #61893 - chpio:weak_ptr_eq_methods, r=rkruppe | Mazdak Farrokhzad | -14/+14 |
| 2019-06-16 | make `Weak::ptr_eq`s into methods | Thomas Heck | -14/+14 |
| 2019-06-16 | Separate liballoc module | chansuke | -1/+1 |
| 2019-06-16 | Rollup merge of #61447 - scottmcm:vec-vecdeque, r=sfackler | Mazdak Farrokhzad | -0/+31 |
| 2019-06-15 | Make the Weak::{into,as}_raw methods | Michal 'vorner' Vaner | -30/+30 |
| 2019-06-14 | Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung | bors | -28/+28 |
| 2019-06-13 | docs: Use String in Rc::into_raw examples | Michal 'vorner' Vaner | -28/+28 |