| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -1/+1 |
| 2014-12-06 | liballoc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+4 |
| 2014-11-21 | Shuffle locations for Deref | Alexander Light | -51/+30 |
| 2014-11-21 | Add `weak_count` and `strong_count` to Rc and Arc | Alexander Light | -0/+74 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -3/+3 |
| 2014-10-27 | alloc: Make deriving more friendly with Arc | Alex Crichton | -19/+53 |
| 2014-10-26 | Implement Show for `Arc<T>` | Adolfo OchagavĂa | -0/+14 |
| 2014-10-16 | liballoc: Remove all uses of {:?}. | Luqman Aden | -2/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+0 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -3/+3 |
| 2014-08-19 | A few minor documentation fixes | P1start | -3/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -11/+11 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -28/+28 |
| 2014-07-29 | Elide lifetimes around Arc<T>. | OGINO Masanori | -4/+4 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -6/+14 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+1 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -4/+2 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-05-29 | Make Arc::make_unique check weak refs; add make_unique to Rc | Aaron Turon | -1/+19 |
| 2014-05-28 | Issue #13933: Remove transmute_mut from Arc | Ariel Ben-Yehuda | -1/+2 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -15/+19 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -0/+400 |