about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2019-01-20Fix breakage due to rust-lang/rust#57651Michael Wright-0/+1
2019-01-20Run rustfmtMichael Wright-6/+7
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-80/+56
2019-01-19Catch up with `format_args` changeShotaro Yamada-0/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-126/+0
2019-01-05Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch"Matthias Krüger-1/+0
2019-01-03Auto merge of #3623 - phansch:rustup, r=flip1995bors-2/+2
2019-01-03rustup: https://github.com/rust-lang/rust/pull/55517Philipp Hansch-2/+2
2019-01-03Make clippy work with parallel rustcJohn Kåre Alsaker-2/+2
2019-01-03Auto merge of #3603 - xfix:random-state-lint, r=phanschbors-0/+1
2018-12-31Auto merge of #3608 - phansch:improve_util_docs, r=oli-obkbors-1/+20
2018-12-31Some improvements to util documentationPhilipp Hansch-1/+20
2018-12-30Check pattern equality while checking declaration equalityMax Taldykin-1/+3
2018-12-30Merge branch 'master' of https://github.com/rust-lang/rust-clippy into random...Konrad Borowski-3/+3
2018-12-30random_state lintKonrad Borowski-0/+1
2018-12-30rustup https://github.com/rust-lang/rust/pull/56225/Matthias Krüger-3/+3
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-82/+82
2018-12-28Match on ast/hir::ExprKind::Errflip1995-2/+11
2018-12-17Changes lint sugg to bitwise and operator `&`Lucas Lois-0/+5
2018-12-11Add 'CamelCase' to doc_valid_identsPhilipp Hansch-0/+1
2018-12-10Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phanschbors-3/+2
2018-12-10Lint redundant clone of projectionShotaro Yamada-3/+2
2018-12-09run rustfmtMatthias Krüger-1/+1
2018-12-08Fix c_void false positive caused by libc refactoringPhilipp Hansch-20/+20
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-23/+23
2018-12-07typo: emum → enumPhilipp A-1/+1
2018-12-06rustup clippy build with latest rustcMatthias Krüger-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-339/+346
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-1/+1
2018-11-27Fix bugs and improve documentationflip1995-11/+38
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-1/+4
2018-11-27Introduce snippet_with_applicability and hir_with_applicability functionsflip1995-116/+151
2018-11-26constants: add u128 i128 builtin types and fix outdated urlMatthias Krüger-1/+3
2018-11-22Merge pull request #3447 from phansch/small_renameOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+3
2018-11-22Merge branch 'master' into version_idsOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-11-22s/file_map/source_mapPhilipp Hansch-3/+3
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-1/+1
2018-11-21Enable rustup clippy to refer to the correct documentationOliver Scherer-2/+5
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-4/+0
2018-11-04rustup https://github.com/rust-lang/rust/pull/55665 (pass contexts by reference)Matthias Krüger-2/+2
2018-11-02Merge #3387bors[bot]-1/+24
2018-10-31Merge #3378bors[bot]-18/+19
2018-10-31Replace big if/else expression with matchMichael Wright-1/+24
2018-10-30Rustup to rustc 1.31.0-nightly (fb2446ad5 2018-10-30)Manish Goregaokar-2/+2
2018-10-29Rewrite registered lint collectionflip1995-14/+11
2018-10-29Fix lint_without_lint_passMichael Wright-6/+10
2018-10-27Don't expand macro in single_match suggestionPhilipp Hansch-1/+4
2018-10-27Don't expand macro in identity_conversion suggestionPhilipp Hansch-0/+6
2018-10-26Use lint_rootShotaro Yamada-0/+17
2018-10-26Add redundant_clone lintShotaro Yamada-0/+8