| Age | Commit message (Expand) | Author | Lines |
| 2019-02-02 | liballoc: prefer imports of borrow from libcore. | Mazdak Farrokhzad | -14/+13 |
| 2019-02-02 | liballoc: adjust abolute imports + more import fixes. | Mazdak Farrokhzad | -25/+15 |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -342/+424 |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -60/+61 |
| 2019-02-02 | liballoc => edition = 2018. | Mazdak Farrokhzad | -0/+1 |
| 2019-02-01 | Stabilize split_ascii_whitespace | Simon Sapin | -2/+1 |
| 2019-01-31 | Auto merge of #56696 - jonas-schievink:weak-counts, r=alexcrichton | bors | -1/+142 |
| 2019-01-31 | Rollup merge of #57934 - dwijnand:from-Arc/Rc-to-NonNull, r=alexcrichton | Mazdak Farrokhzad | -0/+42 |
| 2019-01-30 | override `VecDeque`'s `Iter::try_fold` | Andre Bogus | -1/+47 |
| 2019-01-29 | Add tracking issue to unstable attribute | Jonas Schievink | -4/+4 |
| 2019-01-29 | Make weak_count return an Option<usize> | Jonas Schievink | -26/+22 |
| 2019-01-29 | Implement a slightly racy `sync::Weak::weak_count` | Jonas Schievink | -5/+70 |
| 2019-01-29 | Implement Weak::{strong_count, weak_count} | Jonas Schievink | -0/+80 |
| 2019-01-28 | Introduce into_raw_non_null on Rc and Arc | Dale Wijnand | -0/+42 |
| 2019-01-28 | Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapin | Mazdak Farrokhzad | -21/+23 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -5/+5 |
| 2019-01-28 | Use warn() for extra diagnostics; with -D warnings this leads to errors | Ralf Jung | -2/+2 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -9/+3 |
| 2019-01-28 | avoid some raw ptr casts in BTreeMap | Ralf Jung | -7/+10 |
| 2019-01-28 | avoid mem::uninitialized in BTreeMap | Ralf Jung | -9/+17 |
| 2019-01-28 | liballoc: remove unneeded allow(deprecated) | Ralf Jung | -3/+0 |
| 2019-01-27 | impl Generator for Pin<Box<Generator>> | Wim Looman | -0/+10 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -7/+6 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -4/+4 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -1/+0 |
| 2019-01-15 | Deprecate the unstable Vec::resize_default | Scott McMurray | -0/+4 |
| 2019-01-15 | Rollup merge of #57456 - fintelia:patch-4, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | Add a debug_assert to Vec::set_len | Scott McMurray | -0/+2 |
| 2019-01-12 | Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril | Mazdak Farrokhzad | -27/+62 |
| 2019-01-09 | explain safety for vec.set_len(0) | Mazdak Farrokhzad | -0/+3 |
| 2019-01-08 | RawVec doesn't always abort on allocation errors | Jonathan Behrens | -1/+1 |
| 2019-01-05 | Rollup merge of #57313 - Nemo157:box-to-pin, r=cramertj | kennytm | -5/+15 |
| 2019-01-03 | Add discoverable function for converting Box<T> -> Pin<Box<T>> | Wim Looman | -4/+14 |
| 2019-01-03 | Allow converting Box<T: !Sized> -> Pin<Box<T>> | Wim Looman | -1/+1 |
| 2019-01-02 | Update src/liballoc/vec.rs
| Mazdak Farrokhzad | -0/+4 |
| 2018-12-29 | Mention ToString in std::fmt docs | Czipperz | -0/+9 |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+3 |
| 2018-12-26 | Stabilize duration_as_u128 | Sunjay Varma | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -511/+0 |
| 2018-12-24 | Rollup merge of #55470 - daniellimws:box-from-docs, r=Centril | Mazdak Farrokhzad | -0/+54 |
| 2018-12-23 | Rollup merge of #57032 - RalfJung:alloc-bench-deprecations, r=Centril | Mazdak Farrokhzad | -7/+10 |
| 2018-12-23 | Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton | Mazdak Farrokhzad | -11/+16 |
| 2018-12-23 | Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppe | kennytm | -6/+2 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -2/+10 |
| 2018-12-22 | Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichton | bors | -1/+248 |
| 2018-12-21 | Rename Box/Arc/Rc::pinned to ::pin | Taylor Cramer | -3/+9 |
| 2018-12-21 | Stabilize Pin | Taylor Cramer | -8/+7 |
| 2018-12-21 | fix deprecation warnings in liballoc benches | Ralf Jung | -7/+10 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -3/+15 |
| 2018-12-19 | Stabilize Vec(Deque)::resize_with | Scott McMurray | -6/+2 |