index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
lint-unused-mut-variables.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-01
Make the unused_mut lint smarter with respect to locals.
Ariel Ben-Yehuda
-0
/
+9
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-21
/
+21
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-21
/
+21
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-5
/
+5
2015-01-05
fix cfail tests
Jorge Aparicio
-3
/
+3
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-21
/
+21
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+0
2014-05-08
Fix false lint warnings in match arms with multiple patterns
Falco Hirschenberger
-0
/
+16
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-5
/
+5
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-0
/
+2
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-4
/
+4
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+1
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-1
/
+1
2013-11-16
lint: _-prefixed variables don't get an unused-mut warning.
Huon Wilson
-0
/
+4
2013-10-25
Test for mut in ident patterns.
Luqman Aden
-0
/
+19
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-2
/
+2
2013-05-17
Re-implement lint with less emphasis on item ids
Alex Crichton
-0
/
+42