summary refs log tree commit diff
path: root/src/test/compile-fail/lint-unused-imports.rs
AgeCommit message (Expand)AuthorLines
2014-01-03Remove std::eitherAlex Crichton-2/+0
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-5/+11
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-1/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-4/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-8/+8
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-0/+62