about summary refs log tree commit diff
path: root/src/liballoc/arc.rs
AgeCommit message (Expand)AuthorLines
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-27alloc: Make deriving more friendly with ArcAlex Crichton-19/+53
2014-10-26Implement Show for `Arc<T>`Adolfo OchagavĂ­a-0/+14
2014-10-16liballoc: Remove all uses of {:?}.Luqman Aden-2/+0
2014-10-13Clean up rustc warnings.NODA, Kai-1/+0
2014-09-22Update calls of deprecated functions in macros.Victor Berger-3/+3
2014-08-19A few minor documentation fixesP1start-3/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-11/+11
2014-08-04stabilize atomics (now atomic)Aaron Turon-28/+28
2014-07-29Elide lifetimes around Arc<T>.OGINO Masanori-4/+4
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-6/+14
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+1
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-4/+2
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-29Make Arc::make_unique check weak refs; add make_unique to RcAaron Turon-1/+19
2014-05-28Issue #13933: Remove transmute_mut from ArcAriel Ben-Yehuda-1/+2
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-15/+19
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-0/+400