summary refs log tree commit diff
path: root/src/test/compile-fail/issue-7013.rs
AgeCommit message (Expand)AuthorLines
2014-09-15Update error messages in compile-fail testsNiko Matsakis-6/+1
2014-08-26Rebasing changesNick Cameron-1/+1
2014-08-26DST coercions and DST structsNick Cameron-1/+1
2014-06-16Change prints: @T -> Gc<T> , ~T -> Box<T>John Schmidt-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-13/+8
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-22rustc: Remove all usage of manual deref()Alex Crichton-1/+1
2014-03-22test: Fix fallout of removing get()Alex Crichton-1/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-01-09stop treating `Rc` cycles as unsafeDaniel Micay-1/+1
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-5/+5
2013-11-22Remove RcMutSteven Fackler-6/+9
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-3/+2
2013-08-21Testsuite: Test for #7013. Closes #7013Tim Chevalier-0/+43