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
/
eta_reduction.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
Rustup
Oliver Schneider
-1
/
+1
2018-07-21
Add known problem for redundant_closure lint
Wim
-1
/
+5
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
ExprKind
csmoe
-4
/
+4
2018-06-29
Rustup
Mateusz Mikuła
-1
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2017-09-05
Run nightly rustfmt
Oliver Schneider
-6
/
+3
2017-08-30
Rustup (fixes #2002)
Oliver Schneider
-1
/
+1
2017-08-14
Rustfmt
Oliver Schneider
-8
/
+7
2017-07-24
Get rid of double double colons
Oliver Schneider
-1
/
+1
2017-06-29
Run rustfmt
Oliver Schneider
-4
/
+2
2017-06-29
Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)
messense
-4
/
+5
2017-03-05
Mostly apply rustfmt
Oliver Schneider
-1
/
+2
2017-03-01
Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)
Enrico Schmitz
-1
/
+1
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-1
/
+1
2017-01-17
apply rustfmt
Oliver Schneider
-5
/
+7
2017-01-13
rustup to 2017-01-12
Oliver Schneider
-1
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes
Manish Goregaokar
-2
/
+2
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes
Manish Goregaokar
-1
/
+1
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...
Manish Goregaokar
-4
/
+5
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-3
/
+3
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-4
/
+3
2016-12-10
Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...
Arnavion
-1
/
+1
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-2
/
+2
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-2
/
+3
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-2
/
+2
2016-11-16
Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)
mcarton
-44
/
+37
2016-08-17
rustup for the ! type
Oliver Schneider
-1
/
+1
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-2
/
+3
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-8
/
+11
2016-08-01
lint on by ref patterns for references
Oliver Schneider
-1
/
+1
2016-07-16
redundant closures don't allocate
Manish Goregaokar
-2
/
+2
2016-07-16
Improve docs
mcarton
-3
/
+7
2016-05-31
s/PatKind::Ident/PatKind::Binding/g
Andre Bogus
-1
/
+1
2016-05-27
split clippy into lints, plugin and cargo-clippy
Oliver Schneider
-0
/
+99
[prev]