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