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
2019-01-20
Fixed breakage due to rust-lang/rust#57489
Michael Wright
-7
/
+6
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-7
/
+7
2018-11-27
Run rustfmt on clippy_lints
flip1995
-11
/
+6
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-20
Applicability adjustment per additional comments
Vitaly _Vi Shukela
-1
/
+1
2018-09-20
Fill in Applicability from review comments by @flip1995
Vitaly _Vi Shukela
-1
/
+1
2018-09-20
Fix indents
Vitaly _Vi Shukela
-5
/
+5
2018-09-20
Use span_suggestion_with_applicability instead of span_suggestion
Vitaly _Vi Shukela
-3
/
+7
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-6
/
+6
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-07-20
Remove import of if_chain
Manish Goregaokar
-0
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
Update for hir renamings in rustc
Oliver Schneider
-1
/
+1
2018-07-16
StmtKind
csmoe
-3
/
+3
2018-07-16
ExprKind
csmoe
-6
/
+6
2018-06-29
Rustup
Mateusz Mikuła
-2
/
+2
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-05-17
Rustup to 2018-05-16
Mateusz Mikuła
-2
/
+2
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2018-03-16
Apply clippy suggestions
Mateusz Mikuła
-3
/
+3
2017-11-05
Cargo fmt
topecongiro
-7
/
+7
2017-10-23
mechanically swap if_let_chain -> if_chain
Alex Burka
-89
/
+92
2017-09-12
Rustup
Oliver Schneider
-10
/
+14
2017-08-31
Accessing `Span` internals is deprecated
Oliver Schneider
-2
/
+1
2017-08-15
Rustup
Oliver Schneider
-2
/
+2
2017-08-14
Rustfmt
Oliver Schneider
-2
/
+2
2017-08-01
use BindingAnnotation instead of BindingMode
Frederick Zhang
-1
/
+2
2017-05-12
Fix various wrong uses of NestedVisitorMap::All
Oliver Schneider
-1
/
+1
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
[prev]
[next]