| Age | Commit message (Expand) | Author | Lines |
| 2019-05-30 | Rollup merge of #61244 - RalfJung:box, r=rkruppe | Mazdak Farrokhzad | -5/+4 |
| 2019-05-29 | Rollup merge of #60766 - vorner:weak-into-raw, r=sfackler | Mazdak Farrokhzad | -12/+314 |
| 2019-05-27 | Box::into_vec: use Box::into_raw instead of mem::forget | Ralf Jung | -5/+4 |
| 2019-05-27 | Update src/liballoc/boxed.rs | Aleksey Kladov | -0/+1 |
| 2019-05-27 | make Box<str>::clone simpler & safer | Aleksey Kladov | -4/+2 |
| 2019-05-27 | avoid materializing unintialized Boxes in RawVec | Aleksey Kladov | -7/+12 |
| 2019-05-26 | rc::Weak::{as,from,into}_raw | Michal 'vorner' Vaner | -6/+156 |
| 2019-05-26 | sync::Weak::{as,from,into}_raw | Michal 'vorner' Vaner | -6/+158 |
| 2019-05-26 | Rollup merge of #61114 - RalfJung:vec, r=Gankro | Mazdak Farrokhzad | -7/+92 |
| 2019-05-25 | shadow as_ptr as as_mut_ptr in Vec to avoid going through Deref | Ralf Jung | -7/+71 |
| 2019-05-25 | add test checking that Vec push/pop does not invalidate pointers | Ralf Jung | -0/+21 |
| 2019-05-24 | Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since 1.35 | Simon Sapin | -9/+33 |
| 2019-05-24 | Rollup merge of #61086 - RalfJung:box, r=alexcrichton | Mazdak Farrokhzad | -5/+6 |
| 2019-05-23 | adjust comment | Ralf Jung | -1/+2 |
| 2019-05-23 | Box::into_unique: do the reborrow-to-raw *after* destroying the Box | Ralf Jung | -4/+4 |
| 2019-05-23 | fix dangling reference in Vec::append | Ralf Jung | -3/+4 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -88/+0 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -4/+4 |
| 2019-05-22 | Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton | Mazdak Farrokhzad | -25/+64 |
| 2019-05-20 | Create and reference Memory Layout section of boxed docs | Brent Kerby | -31/+39 |
| 2019-05-20 | Rollup merge of #60952 - dtolnay:heap, r=Amanieu | Mazdak Farrokhzad | -0/+43 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+18 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -4/+4 |
| 2019-05-20 | Remove trailing whitespaces to satisfy tidy | Brent Kerby | -5/+5 |
| 2019-05-20 | Update boxed::Box docs on memory layout | Brent Kerby | -14/+45 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -1/+1 |
| 2019-05-18 | Document BinaryHeap time complexity | David Tolnay | -0/+43 |
| 2019-05-19 | Rollup merge of #60931 - cuviper:array-iter, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-05-19 | Rollup merge of #60678 - DutchGhost:master, r=scottmcm | Mazdak Farrokhzad | -7/+2 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -2/+2 |
| 2019-05-17 | Update the compiler_builtins crate | Alex Crichton | -0/+1 |
| 2019-05-16 | Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler | Mazdak Farrokhzad | -0/+8 |
| 2019-05-14 | Rollup merge of #60130 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+88 |
| 2019-05-12 | Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm | bors | -6/+40 |
| 2019-05-11 | add comment to `Rc`/`Arc`'s `Eq` specialization | Thomas Heck | -0/+10 |
| 2019-05-10 | Add examples of ordered retain | Josh Stone | -0/+34 |
| 2019-05-10 | Auto merge of #60451 - rasendubi:binaryheap-min-heap, r=scottmcm | bors | -0/+24 |
| 2019-05-09 | supposed to be 1.36.0 | Dodo | -2/+2 |
| 2019-05-09 | make vecdeque_rotate stable | Dodo | -7/+2 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+18 |
| 2019-05-04 | Remove unused feature(need_allocator). | Mazdak Farrokhzad | -1/+0 |
| 2019-05-01 | BinaryHeap: add min-heap example | Alexey Shmalko | -0/+24 |
| 2019-04-30 | Implement `BorrowMut<str>` for `String` | YOSHIOKA Takuma | -1/+9 |
| 2019-04-29 | Document the order of {Vec,VecDeque,String}::retain | Josh Stone | -6/+6 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -4/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -2/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-20 | Deny rust_2018_idioms in liballoc tests | Philipp Hansch | -14/+15 |
| 2019-04-19 | Add implementations of last in terms of next_back on a bunch of DoubleEndedIt... | Kyle Huey | -0/+88 |