| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | clarify that `Box<T>` should only be used when defined *in Rust* | Nicholas Matsakis | -7/+16 |
| 2019-12-10 | Fix description based on review | Stephane Raux | -1/+1 |
| 2019-12-10 | Remove trailing whitespace | Stephane Raux | -4/+4 |
| 2019-12-09 | Specify behavior when passed a null pointer | Stephane Raux | -2/+6 |
| 2019-12-09 | Use Niko's wording | Stephane Raux | -2/+21 |
| 2019-11-01 | Update FFI example | Stephane Raux | -4/+4 |
| 2019-08-25 | Update Box representation comment based on reviews | Stephane Raux | -3/+2 |
| 2019-07-09 | Clarify `Box<T>` representation and its use in FFI | Stephane Raux | -0/+22 |
| 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-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-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-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-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-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 |
| 2019-06-12 | Hygienize macros in the standard library | Vadim Petrochenkov | -1/+1 |
| 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-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -2/+3 |
| 2019-06-04 | Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay | Mazdak Farrokhzad | -6/+4 |
| 2019-06-04 | Rollup merge of #61419 - scottmcm:casing-is-on-strings, r=cramertj | Mazdak Farrokhzad | -0/+7 |