| Age | Commit message (Expand) | Author | Lines |
| 2018-07-22 | Simplify vecdeque append test | Pazzaz | -42/+64 |
| 2018-07-22 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -9/+9 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -1/+1 |
| 2018-07-19 | Non-naive implementation for `VecDeque.append` | Pazzaz | -2/+192 |
| 2018-07-18 | Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapin | kennytm | -2/+27 |
| 2018-07-11 | Revert borked changes in last commit. | ljedrz | -14/+15 |
| 2018-07-10 | Add missing dyn in liballoc | ljedrz | -37/+36 |
| 2018-07-10 | Deny bare trait objects in in src/liballoc | ljedrz | -12/+13 |
| 2018-07-09 | doc: Clarify the lifetime returned by `Box::leak` | Josh Stone | -1/+3 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -1/+30 |
| 2018-07-09 | Removed a single trailing space. Oops. | Orson Peters | -1/+1 |
| 2018-07-09 | Reimplemented Vec's swap_remove to not rely on pop. | Orson Peters | -4/+6 |
| 2018-07-09 | Performance improvement of Vec's swap_remove. | Orson Peters | -3/+7 |
| 2018-07-07 | Add the `alloc::prelude` module | Simon Sapin | -1/+30 |
| 2018-07-06 | Rollup merge of #52103 - tmccombs:rc_downcast, r=Mark-Simulacrum | Mark Rousskov | -4/+2 |
| 2018-07-07 | Fix is_dangling import when Arc is #[cfg]’ed out | Simon Sapin | -7/+7 |
| 2018-07-07 | Add some unit tests for dangling Weak references | Simon Sapin | -0/+112 |
| 2018-07-07 | Rc: remove unused allocation from Weak::new() | Simon Sapin | -24/+37 |
| 2018-07-07 | Use an aligned dangling pointer in Weak::new, rather than address 1 | Simon Sapin | -21/+29 |
| 2018-07-06 | Handle array manually in string case conversion methods | Pazzaz | -2/+27 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -4/+16 |
| 2018-07-06 | Stabilize rc_downcast | Thayne McCombs | -4/+2 |
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -9/+16 |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -4/+9 |
| 2018-07-03 | Strenghten synchronization in `Arc::is_unique` | Ralf Jung | -6/+7 |
| 2018-07-03 | Rollup merge of #51914 - nikomatsakis:nll-fix-issue-issue-btreemap-annotation... | Pietro Albini | -7/+10 |
| 2018-07-02 | Implemented `UnsafeFutureObj` on `Box` | Josef Reinhard Brandl | -2/+21 |
| 2018-07-02 | Implement `UnsafeFutureObj` for `&mut Future` | Josef Reinhard Brandl | -1/+3 |
| 2018-07-02 | add outlives annotations to `BTreeMap` | Niko Matsakis | -7/+10 |
| 2018-07-02 | `UnsafeFutureObj` impl for `PinMut` | Josef Reinhard Brandl | -7/+6 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -8/+9 |
| 2018-07-02 | Use `From` impls for `FutureObj<()>` | Josef Reinhard Brandl | -12/+12 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -15/+15 |
| 2018-07-02 | Make `BTreeMap::clone()` not allocate when cloning an empty tree. | Nicholas Nethercote | -1/+10 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-29 | liballoc docs: Remove “not intended for general usage” | Simon Sapin | -4/+4 |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -3/+3 |
| 2018-06-29 | Remove the Vec and String reexports at the root of the alloc crate | Simon Sapin | -5/+0 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -5/+34 |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -42/+65 |
| 2018-06-29 | Remove the unstable alloc::allocator module reexport, deprecated since 1.27 | Simon Sapin | -7/+0 |
| 2018-06-29 | Make raw_vec perma-unstable and hidden | Simon Sapin | -2/+5 |
| 2018-06-28 | Arc: remove unused allocation from Weak::new() | Sean McArthur | -20/+36 |
| 2018-06-27 | Add str::split_ascii_whitespace. | Clar Charr | -0/+3 |
| 2018-06-26 | Add `LocalTaskObj` | Josef Reinhard Brandl | -2/+16 |
| 2018-06-26 | removed slice_uncheked from src/liballoc/tests/str.rs | newpavlov | -4/+4 |
| 2018-06-26 | Deprecation of str::slice_uncheked(_mut) | newpavlov | -5/+5 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -2/+8 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -2/+8 |