| Age | Commit message (Expand) | Author | Lines |
| 2017-06-25 | std: Fix implementation of `Alloc::alloc_one` | Alex Crichton | -1/+1 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -200/+12 |
| 2017-06-24 | Improve sort tests and benchmarks | Stjepan Glavina | -33/+76 |
| 2017-06-24 | Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, ... | bors | -4/+4 |
| 2017-06-23 | Rollup merge of #42825 - letheed:patch-1, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-06-23 | Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-23 | Correctly iterate on keys/values when debugging BTreeMap::{Keys,Values}. | Federico Ravasio | -2/+2 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -7/+25 |
| 2017-06-22 | Update docs for std::fmt::format #29355. | Ryan Thomas | -5/+3 |
| 2017-06-22 | Fix ref as mutable ref in std::rc::Rc doc | Letheed | -1/+1 |
| 2017-06-21 | Update version numbers for From impls | Oliver Middleton | -1/+1 |
| 2017-06-21 | Convert Intos to Froms. | Clar Charr | -3/+3 |
| 2017-06-20 | Rollup merge of #42717 - ollie27:into_to_from2, r=sfackler | Corey Farwell | -4/+6 |
| 2017-06-20 | Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton | bors | -118/+1339 |
| 2017-06-19 | Minor Allocator doc fix | Alex Crichton | -1/+0 |
| 2017-06-17 | Convert `Into<Box<[T]>> for Vec<T>` into `From<Vec<T>> for Box<[T]>` | Oliver Middleton | -4/+6 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -2/+2 |
| 2017-06-15 | implement Error trait for error structs added in allocator API. | Felix S. Klock II | -0/+28 |
| 2017-06-15 | Allocator integration in `RawVec`. | Felix S. Klock II | -117/+220 |
| 2017-06-15 | Add impl of `Alloc` for the global rust heap. | Felix S. Klock II | -1/+78 |
| 2017-06-15 | Changed `Layout::from_size_align` to return `Option`. | Felix S. Klock II | -19/+43 |
| 2017-06-15 | Add API for `Alloc` trait. | Felix S. Klock II | -0/+990 |
| 2017-06-15 | Utf8Lossy type with chunks iterator and impl Display and Debug | Stepan Koltsov | -99/+22 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -13/+29825 |
| 2017-06-05 | Use single quotes, and doc the Rc struct itself. | Ulysse Carion | -5/+6 |
| 2017-06-03 | Explicate what "Rc" and "Arc" stand for. | Ulysse Carion | -2/+4 |
| 2017-05-22 | Update Rc and Arc documentation. | Nicolas Silva | -28/+64 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-09 | Improve docs on Arc<T> and Send/Sync | steveklabnik | -10/+29 |
| 2017-05-05 | Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton | Corey Farwell | -64/+53 |
| 2017-05-04 | Deprecate heap::EMPTY in favour of Unique::empty or otherwise. | Alexis Beingessner | -17/+17 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -48/+37 |
| 2017-05-03 | Document the reasoning for the Acquire/Release handshake when dropping Arcs. | Bobby Holley | -0/+11 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-04-26 | Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi | bors | -5/+36 |
| 2017-04-24 | More methods for str boxes. | Clar Charr | -5/+36 |
| 2017-04-23 | Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichton | bors | -18/+1 |
| 2017-04-22 | cache attributes of items from foreign crates | Ariel Ben-Yehuda | -6/+36 |
| 2017-04-20 | Privatize Rc::is_unique | Josh Stone | -5/+1 |
| 2017-04-20 | Remove Rc::would_wrap | Josh Stone | -13/+0 |
| 2017-04-15 | Specialize Vec::from_elem<u8> to use calloc or memset | Matt Brubeck | -1/+50 |
| 2017-04-13 | Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton | Corey Farwell | -33/+33 |
| 2017-04-12 | Updating docs for std::rc::Rc | projektir | -33/+33 |
| 2017-04-12 | Updating docs for std::sync::Weak #29377 | projektir | -33/+33 |
| 2017-03-20 | Fix up various links | steveklabnik | -2/+2 |
| 2017-03-17 | Minor fixups to fix tidy errors | Alex Crichton | -1/+4 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -26/+18 |
| 2017-03-17 | Stabilize ptr_eq feature, closes #36497 | Aaron Turon | -10/+2 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -2/+2 |