about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-8/+0
2014-08-19A few minor documentation fixesP1start-148/+148
2014-08-07Rename `Share` to `Sync`Alex Crichton-7/+7
2014-08-01Add is_unique(), try_unwrap(), get_mut() to alloc::rcKevin Ballard-9/+116
2014-07-31alloc, arena, test, url, uuid: Elide lifetimes.OGINO Masanori-5/+5
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-1/+0
2014-07-18alloc: Stabilize rc module.Brian Anderson-1/+18
2014-07-01Improve rustdocs for Rc, add examplesAlisdair Owens-9/+134
2014-06-30auto merge of #15030 : sfackler/rust/partial-cmp, r=huonwbors-0/+5
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-0/+5
2014-06-29alloc: impl Default for RcErick Tryzelaar-0/+8
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-7/+7
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-2/+2
2014-06-02Adding show impl for Rcfort-0/+7
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-29Make Arc::make_unique check weak refs; add make_unique to RcAaron Turon-0/+88
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-21/+25
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-0/+303