summary refs log tree commit diff
path: root/src/test/compile-fail/issue-7013.rs
AgeCommit message (Expand)AuthorLines
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-1/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-26Keep track of the whole error chainFlavio Percoco-0/+1
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-1/+1
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