about summary refs log tree commit diff
path: root/clippy_lints/src/map_clone.rs
AgeCommit message (Expand)AuthorLines
2018-06-21Check for arguments before accessing the first argflip1995-1/+2
2018-05-30Run rustfixMateusz MikuĊ‚a-1/+1
2018-05-11Rustup to 2018-05-11Philipp Hansch-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-01-19Merge branch 'master' of github.com:Manishearth/rust-clippy into fold_anyOliver Schneider-1/+3
2018-01-17Document map_clone known problems #498Vlad-Shcherbina-1/+3
2018-01-14Move get_arg_name into utilsPhil Ellison-10/+2
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-27/+28
2017-09-25Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25)Manish Goregaokar-1/+2
2017-09-05Run nightly rustfmtOliver Schneider-17/+15
2017-08-30Rustup (fixes #2002)Oliver Schneider-1/+1
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-2/+2
2017-08-14RustfmtOliver Schneider-12/+18
2017-07-10Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*Oliver Schneider-4/+4
2017-06-29Run rustfmtOliver Schneider-2/+2
2017-06-10Bump to 0.0.139Manish Goregaokar-2/+2
2017-05-10Fixes #443Oliver Schneider-4/+11
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-21Rustfmtup to 0.7.1Pascal Hertleif-2/+2
2017-01-13rustup to 2017-01-12Oliver Schneider-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-4/+6
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-4/+4
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-3/+3
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-3/+3
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-3/+3
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-2/+2
2016-11-17Handle closure with single expression blocksmcarton-1/+2
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-6/+3
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-3/+3
2016-08-07Make the lint docstrings more consistent.Georg Brandl-3/+4
2016-07-16Improve docsmcarton-1/+4
2016-06-16round 1Oliver Schneider-3/+3
2016-06-10Format all `if_let_chain` consistentlymcarton-21/+19
2016-05-31s/PatKind::Ident/PatKind::Binding/gAndre Bogus-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+128