summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-1.rs
AgeCommit message (Expand)AuthorLines
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+1
2014-06-22libsyntax: don't allow enum structs with no fieldsBenjamin Herr-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-1/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-23Support unsized types with the `type` keywordNick Cameron-0/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-6/+6
2014-03-01rustc: implement a lint for publicly visible private types.Huon Wilson-0/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-01-12Mark allowed dead code and lang items as liveKiet Tran-0/+11
2013-12-16Check even more live Path nodes in dead-code passKiet Tran-0/+4
2013-12-16Mark live codes in struct/enum for dead-code passKiet Tran-0/+8
2013-12-14Check more live Path nodes in dead-code passKiet Tran-14/+20
2013-12-08Add dead-code warning passKiet Tran-0/+69