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
/
clippy_lints
/
src
/
let_if_seq.rs
Age
Commit message (
Expand
)
Author
Lines
2017-04-06
fix various rustup failures
Oliver Schneider
-1
/
+1
2017-03-31
Fix src/needless_bool.rs by using ExprBlock(block) = then
Enrico Schmitz
-1
/
+1
2017-03-31
Fixing src/copies.rs and src/entries.rs by using ExprBlock(block) = then.node
Enrico Schmitz
-2
/
+4
2017-03-31
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
Enrico Schmitz
-6
/
+5
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-1
/
+1
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-2
/
+2
2016-12-21
function definition style simplification
Oliver Schneider
-2
/
+5
2016-12-21
remove nondeterminism by adjusting thresholds
Oliver Schneider
-1
/
+1
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-10
/
+3
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-3
/
+3
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-5
/
+16
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-12
/
+9
2016-11-24
let_if_seq: fix rewrite example
Hoàng Đức Hiếu
-3
/
+3
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-1
/
+1
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-1
/
+1
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-1
/
+1
2016-06-10
Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
mcarton
-6
/
+6
2016-06-10
Run rustfmt
mcarton
-1
/
+1
2016-06-09
Fix yet another FP in `USELESS_LET_IF_SEQ`
mcarton
-0
/
+1
2016-06-05
Fix false-positive in `USELESS_LET_IF_SEQ`
mcarton
-5
/
+12
2016-06-03
Correctly check for variable use in `useless_let_if_seq`
mcarton
-5
/
+10
2016-05-31
another one. Somehow I failed to correctly commit
Andre Bogus
-1
/
+1
2016-05-29
Add a `USELESS_LET_IF_SEQ` lint
mcarton
-0
/
+176
[prev]