about summary refs log tree commit diff
path: root/clippy_lints/src/derive.rs
AgeCommit message (Collapse)AuthorLines
2017-05-14Update to rustc 1.19.0-nightly (826d8f385 2017-05-13)Oliver Schneider-1/+2
fixes #1759, #1758
2017-04-28Use `utils::is_copy` instead of hand-rolling itOliver Schneider-7/+3
2017-04-28RustupOliver Schneider-1/+1
2017-04-27Update to latest rustc versionOliver Schneider-2/+2
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-3/+3
2017-01-17apply rustfmtOliver Schneider-3/+1
2016-12-21function definition style simplificationOliver Schneider-2/+7
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-2/+2
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-5/+5
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-3/+3
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-1/+1
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-3/+3
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-1/+1
2016-10-30factor out `is_automatically_derived` util fnSebastian Ullrich-13/+3
2016-09-10Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*mcarton-3/+2
2016-09-04Revert "Remove all `union` stuffs"mcarton-1/+1
This reverts commit 888c34ad70e9f4491a404c4f0cb5a6241e4a12c1. This rustups to rustc 1.13.0-nightly (70598e04f 2016-09-03).
2016-08-31Remove all `union` stuffsmcarton-1/+1
The rustc's PR wasn't merged. Hopefully this commit can simply be reverted when it's time.
2016-08-31Support unions here and theremcarton-1/+3
2016-08-28Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)mcarton-1/+1
2016-08-18rustupGeorg Brandl-1/+2
2016-08-07Make the lint docstrings more consistent.Georg Brandl-10/+13
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-06-10Run rustfmtmcarton-2/+4
Only partially apply suggestions.
2016-06-05Remove useless `if_let_chain`mcarton-4/+2
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+180