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