| Age | Commit message (Expand) | Author | Lines |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -3/+3 |
| 2014-12-29 | std: Return Result from RWLock/Mutex methods | Alex Crichton | -2/+2 |
| 2014-12-28 | Don't expose NonZero through libstd. | Luqman Aden | -1/+2 |
| 2014-12-28 | libcore: Make it unsafe to create NonZero and impl Deref. | Luqman Aden | -9/+6 |
| 2014-12-28 | liballoc: Use NonZero in Arc. | Luqman Aden | -12/+17 |
| 2014-12-26 | Implement Sync/Send for ArcInner and Weak | Flavio Percoco | -3/+10 |
| 2014-12-26 | Relax `Arc` bounds don't require Sync+Send | Flavio Percoco | -1/+1 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -2/+2 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -0/+4 |
| 2014-12-21 | Test fixes and rebase conflicts | Alex Crichton | -7/+8 |
| 2014-12-21 | rollup merge of #20070: aturon/stab-2-clone | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #19944: steveklabnik/doc_sync_arc | Alex Crichton | -71/+315 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -1/+1 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -2/+3 |
| 2014-12-17 | rollup merge of #19947: csouth3/arc-borrowfrom | Alex Crichton | -0/+7 |
| 2014-12-16 | Implement BorrowFrom<Arc<T>> for T | Chase Southwood | -0/+7 |
| 2014-12-16 | Improve Arc<T> documentation, and Rc<T> docs a bit | Steve Klabnik | -71/+315 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+2 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -2/+2 |
| 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 |