about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2019-03-05move lint documentation into macro invocationsAndy Russell-100/+100
2019-03-01align with rust-lang/rust/#58836ljedrz-8/+8
2019-03-01enable rust-lang/rust#58754ljedrz-8/+5
2019-02-28Error an unknown or deprecated Clippy attributeflip1995-84/+140
2019-02-26Auto merge of #3814 - ljedrz:HirIdification_lockstep_upgrade, r=phanschbors-24/+28
2019-02-25Auto merge of #3772 - flip1995:ice-3719, r=Manishearthbors-33/+46
2019-02-25fix: replace wrong idljedrz-1/+1
2019-02-25Make DiagnosticWrapper privatePhilipp Hansch-1/+1
2019-02-24HirIdify some lintsljedrz-24/+28
2019-02-24Auto merge of #3810 - phansch:refactor/extract_module, r=flip1995bors-143/+208
2019-02-24Auto merge of #3790 - ljedrz:HirIdify_intravisit, r=phanschbors-2/+2
2019-02-24Extract diagnostics module and document some functionsPhilipp Hansch-199/+208
2019-02-24Document some `span_lint_*` util functionsPhilipp Hansch-0/+56
2019-02-20Fixed formatting and typobzzzz-6/+3
2019-02-20partially HirIdify lintsljedrz-2/+2
2019-02-20Make needless_range_loop not applicable to structures without iter methodbzzzz-0/+46
2019-02-19Document the new `Sugg` functionsflip1995-0/+3
2019-02-19Implement Sugg::hir_with_macro_callsiteflip1995-33/+43
2019-02-17Add a lint to warn on `T: Drop` boundsMichael Howell-0/+1
2019-02-14Fix breakage from rust-lang/rust#58296flip1995-2/+2
2019-02-13Rustupflip1995-1/+1
2019-02-10removing redundant closures in the whole projectGrzegorz-2/+5
2019-02-09Auto merge of #3751 - h-michael:opt-def-id, r=phanschbors-34/+1
2019-02-09Use Hir::Def opt_def_idHirokazu Hata-34/+1
2019-02-09Auto merge of #3748 - phansch:uitest, r=oli-obkbors-1/+1
2019-02-09Add new Def type ConstParamHirokazu Hata-0/+1
2019-02-08Add a uitest subcommand to simplify UI test invocationPhilipp Hansch-1/+1
2019-02-06Auto merge of #3665 - jsgf:master, r=oli-obkbors-2/+7
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-7/+7
2019-02-02Let CLIPPY_CONF_DIR be used to start search for config, and fall back toJeremy Fitzhardinge-2/+7
2019-02-01Adding back tests, but also reducing threshold by 1Unknown-1/+1
2019-02-01Adding lint for too many lines.Araam Borhanian-1/+5
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-28Update more changed iterator pathsOliver Scherer-1/+1
2019-01-28Update changed iterator pathsOliver Scherer-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-4/+4
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+23
2019-01-26Prevent incorrect cast_lossless suggestion in const_fnPhilipp Hansch-0/+4
2019-01-22Auto merge of #3684 - g-bartoszek:sugg-snippet-modifications, r=phanschbors-0/+29
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-22Added "make_return" and "blockify" convenience methods in Sugg and used them ...Grzegorz Bartoszek-0/+29