about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-unused-extern-crate.rs
AgeCommit message (Expand)AuthorLines
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-3/+3
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+3
2015-01-21Fix up some tests for feature stagingBrian Anderson-1/+1
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+0
2014-11-12time: Deprecate the library in the distributionAlex Crichton-3/+5
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-09-12New lint : unused_extern_crate. #10385Victor Berger-0/+32