about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2019-03-16cargo fmtflip1995-23/+17
2019-03-16Use LocalInternedString inside of AbsolutePathPrinterflip1995-10/+13
2019-03-16AbsolutePathBuffer -> AbsolutePathPrinterflip1995-4/+4
2019-03-15Reimplement AbsolutePathBufferflip1995-22/+94
2019-03-10Addressed points raised in review.Alexander Regueiro-11/+11
2019-03-10Various cosmetic improvements.Alexander Regueiro-61/+63
2019-03-09Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995bors-4/+0
2019-03-09Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995Philipp Krones-1/+20
2019-03-09Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995Philipp Krones-0/+27
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-4/+0
2019-03-08Document match_path, improve match_qpath docsPhilipp Hansch-1/+20
2019-03-08Update clippy_lints/src/utils/mod.rsPhilipp Krones-1/+1
2019-03-08Fix doctestPhilipp Hansch-2/+8
2019-03-07align with rust-lang/rust/#58992ljedrz-6/+6
2019-03-07Refactor: Extract `trait_ref_of_method` functionPhilipp Hansch-0/+21
2019-03-01enable rust-lang/rust#58754ljedrz-4/+3
2019-02-28Error an unknown or deprecated Clippy attributeflip1995-55/+4
2019-02-25fix: replace wrong idljedrz-1/+1
2019-02-24HirIdify some lintsljedrz-16/+18
2019-02-24Extract diagnostics module and document some functionsPhilipp Hansch-199/+3
2019-02-24Document some `span_lint_*` util functionsPhilipp Hansch-0/+56
2019-02-20Fixed formatting and typobzzzz-5/+2
2019-02-20Make needless_range_loop not applicable to structures without iter methodbzzzz-0/+44
2019-02-14Fix breakage from rust-lang/rust#58296flip1995-2/+2
2019-02-10removing redundant closures in the whole projectGrzegorz-1/+4
2019-02-09Use Hir::Def opt_def_idHirokazu Hata-34/+1
2019-02-09Add new Def type ConstParamHirokazu Hata-0/+1
2019-02-04Auto merge of #3725 - mikerite:fix-2728, r=phanschbors-0/+15
2019-02-04Document `get_def_path`Michael Wright-0/+9
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-4/+4
2019-01-31Fix `cast_sign_loss` false positiveMichael Wright-0/+6
2019-01-29cargo fmtPhilipp Hansch-2/+2
2019-01-29Use built-in entry_fn detection over self-builtPhilipp Hansch-10/+7
2019-01-29cargo fmtPhilipp Hansch-5/+3
2019-01-29Add initial version of const_fn lintPhilipp Hansch-0/+13
2019-01-28Auto merge of #3700 - phansch:would_you_like_some_help_with_this_const_fn, r=...bors-0/+4
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-1/+1
2019-01-26Prevent incorrect cast_lossless suggestion in const_fnPhilipp Hansch-0/+4
2019-01-22Rustfmt all the thingsOliver Scherer-5/+16
2019-01-22Don't make decisions on values that don't represent the decisionOliver Scherer-3/+8
2019-01-22RustupOliver Scherer-1/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+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
2018-12-31Some improvements to util documentationPhilipp Hansch-1/+20
2018-12-30rustup https://github.com/rust-lang/rust/pull/56225/Matthias Krüger-1/+1
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-19/+19
2018-12-10Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phanschbors-3/+2
2018-12-10Lint redundant clone of projectionShotaro Yamada-3/+2