about summary refs log tree commit diff
path: root/clippy_lints/src/entry.rs
AgeCommit message (Expand)AuthorLines
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-4/+3
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-2/+2
2017-03-30Fix falloutOliver Schneider-2/+2
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-13rustup to 2017-01-12Oliver Schneider-1/+1
2016-12-21function definition style simplificationOliver Schneider-2/+4
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-1/+1
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-1/+2
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-2/+2
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-4/+7
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-1/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-2/+2
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-1/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-2/+2
2016-07-29s/```/```rust when relevantmcarton-1/+1
2016-07-03Use `span_suggestion` in entry lintsmcarton-4/+4
2016-06-10Format all `if_let_chain` consistentlymcarton-1/+0
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+148