summary refs log tree commit diff
path: root/src/test/compile-fail/lint-dead-code-3.rs
AgeCommit message (Expand)AuthorLines
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-4/+1
2015-11-08librustc: dont warn for inside of items when the parent is deadKevin Butler-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-16Fallout in testing.Nick Cameron-1/+1
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-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-09-24Use more descriptive names in dead code messagesJakub Wieczorek-6/+6
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-07-21privacy: Add publically-reexported foreign item to exported item setKiet Tran-0/+5
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+4
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2013-12-31Mark provided methods in dead-code passKiet Tran-0/+16
2013-12-14Dead-code pass now marks and warns foreign itemsKiet Tran-3/+19
2013-12-08Add dead-code warning passKiet Tran-0/+50