summary refs log tree commit diff
path: root/src/test/compile-fail/bad-sized.rs
AgeCommit message (Expand)AuthorLines
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