summary refs log tree commit diff
path: root/src/test/compile-fail/unsized3.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+4
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-07markers -> markerNick Cameron-6/+6
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-6/+6
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-10/+10
2015-01-06FalloutNick Cameron-9/+9
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-0/+3
2014-09-15Update error messages in compile-fail testsNiko Matsakis-32/+13
2014-09-09Check traits for built-in bounds in implsNick Cameron-5/+3
2014-09-08Forbid unsized rvaluesNick Cameron-2/+4
2014-09-05Check concrete type in impls with no traitNick Cameron-0/+2
2014-09-03Enable a test for correct treatment of Sized?Nick Cameron-2/+3
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-14/+14
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-23Check for unsized types in enums.Nick Cameron-0/+29
2014-04-23Support unsized types with the `type` keywordNick Cameron-0/+51