| Age | Commit message (Expand) | Author | Lines |
| 2019-07-21 | use a const to hack around promotion limitations | Ralf Jung | -0/+1 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -3/+4 |
| 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 | -6/+6 |
| 2019-07-13 | Auto merge of #61953 - Centril:shared-from-iter, r=RalfJung | bors | -140/+652 |
| 2019-07-09 | Update src/liballoc/str.rs | Simon Sapin | -1/+1 |
| 2019-07-09 | Update src/liballoc/slice.rs | Simon Sapin | -1/+1 |
| 2019-07-09 | Update src/liballoc/slice.rs | Simon Sapin | -1/+1 |
| 2019-07-09 | Add joining slices of slices with a slice separator, not just a single item | Simon Sapin | -1/+25 |
| 2019-07-09 | Take separator by value in `[T]::join` | Simon Sapin | -6/+6 |
| 2019-07-09 | Split the SliceConcat trait into Concat and Join | Simon Sapin | -22/+69 |
| 2019-07-09 | Remove obsolete “should not have to exist” reasons | Simon Sapin | -6/+2 |
| 2019-07-09 | Rollup merge of #62403 - SimonSapin:concat, r=alexcrichton | Mazdak Farrokhzad | -68/+76 |
| 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 |