about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-1.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-116/+0
2018-07-21dead-code lint: say "constructed" for structsZack M. Davis-2/+2
2017-11-19dead code lint to say "never constructed" for variantsZack M. Davis-1/+1
2015-12-18Fix the falloutVadim Petrochenkov-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+0
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Fix up some tests for feature stagingBrian Anderson-0/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-15/+15
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-13rustc: Remove the dummy hack from check_matchAlex Crichton-3/+7
2014-10-12rustc: Warn about dead constantsAlex Crichton-0/+7
2014-10-09test: Convert statics to constantsAlex Crichton-11/+5
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