about summary refs log tree commit diff
path: root/src/test/compile-fail/rcmut-not-const-and-not-owned.rs
AgeCommit message (Expand)AuthorLines
2014-01-09stop treating `Rc` cycles as unsafeDaniel Micay-21/+0
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-4/+4
2013-11-22Remove RcMutSteven Fackler-4/+5
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-4/+4
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-1/+1
2013-07-24rc: Use ~T for allocationblake2-ppc-1/+1
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-4/+4
2013-06-09add test for RcMut being Const and Owned, tests #7017 being fixedBill Myers-0/+20