about summary refs log tree commit diff
path: root/src/liballoc/rc.rs
AgeCommit message (Expand)AuthorLines
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