about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-unused-mut-variables.rs
AgeCommit message (Expand)AuthorLines
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-0/+9
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-01-31Kill more `isize`sTobias Bucher-21/+21
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-21/+21
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2015-01-05fix cfail testsJorge Aparicio-3/+3
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-21/+21
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-05-08Fix false lint warnings in match arms with multiple patternsFalco Hirschenberger-0/+16
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-5/+5
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-4/+4
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-16lint: _-prefixed variables don't get an unused-mut warning.Huon Wilson-0/+4
2013-10-25Test for mut in ident patterns.Luqman Aden-0/+19
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-2/+2
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-0/+42