summary refs log tree commit diff
path: root/src/test/compile-fail/bad-sized.rs
AgeCommit message (Expand)AuthorLines
2017-11-04Fix checking of auto trait bounds in trait objects.leonardo.yvens-1/+1
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-4/+3
2016-11-28Remove BuiltinBound and BuiltinBounds.Mark-Simulacrum-2/+2
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-0/+2
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-1/+0
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-3/+3
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-3/+3
2016-03-30Fix fallout in testsJeffrey Seyfried-3/+3
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-1/+2
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-4/+0
2015-04-21test: Fix fallout in testsAlex Crichton-1/+1
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-2/+0
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2014-09-15Update error messages in compile-fail testsNiko Matsakis-5/+3
2014-09-01Second approach - using type contentsNick Cameron-7/+7
2014-08-28Forbid the Sized bound on unsized typesNick Cameron-0/+25