summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-1.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1
2014-09-25auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr...bors-1/+1
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-1/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-8/+8
2014-09-24Add detection of unused enum variantsJakub Wieczorek-1/+5
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+4
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