about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-03-12Merge branch 'master' into fix-3739Michael Wright-6483/+6846
2019-03-12Run more doc testsPhilipp Hansch-52/+103
2019-03-12Fix `needless_continue` false positiveTaiki Endo-14/+26
2019-03-11Fix `use_self` false positive on nested functionsTaiki Endo-1/+2
2019-03-11Filter out proc_macro and proc_macro_attributeTaiki Endo-6/+11
2019-03-10Fix/Ignore doc testsflip1995-10/+13
2019-03-10Run rustfmtflip1995-6/+5
2019-03-10Addressed points raised in review.Alexander Regueiro-42/+37
2019-03-10Various cosmetic improvements.Alexander Regueiro-312/+334
2019-03-09Move get_unwrap to restrictionManish Goregaokar-3/+2
2019-03-09Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995bors-47/+41
2019-03-09Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995Philipp Krones-1/+20
2019-03-09Rollup merge of #3852 - phansch:refactor_assign_ops, r=flip1995Philipp Krones-46/+52
2019-03-09Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995Philipp Krones-27/+35
2019-03-08Refactor: Remove utils::opt_def_idPhilipp Hansch-47/+41
2019-03-08Document match_path, improve match_qpath docsPhilipp Hansch-1/+20
2019-03-08cargo fmtPhilipp Hansch-7/+13
2019-03-08fmtPhilipp Hansch-1/+3
2019-03-08Update clippy_lints/src/utils/mod.rsPhilipp Krones-1/+1
2019-03-08Fix doctestPhilipp Hansch-2/+8
2019-03-08Refactor: Cleanup one part of assign_ops lintPhilipp Hansch-46/+46
2019-03-07align with rust-lang/rust/#58992ljedrz-46/+42
2019-03-07fix missing a semicolonrchaser53-1/+1
2019-03-07Refactor: Extract `trait_ref_of_method` functionPhilipp Hansch-27/+27
2019-03-06Renamed: Cyclomatic Complexity -> Cognitive ComplexityFélix Fischer-33/+51
2019-03-05fix or ignore failing doc testsAndy Russell-127/+137
2019-03-05move lint documentation into macro invocationsAndy Russell-5359/+5377
2019-03-05Fix missing_const_for_fn for impl trait methodsPhilipp Hansch-1/+14
2019-03-04Don't trigger missing_const_for_fn in external macrosPhilipp Hansch-2/+2
2019-03-03fmt fixesPhilipp Hansch-7/+8
2019-03-01align with rust-lang/rust/#58836ljedrz-82/+80
2019-03-01enable rust-lang/rust#58754ljedrz-32/+31
2019-03-01Place::Local(x) is now Place::Base(PlaceBase::Local(x))Santiago Pastorino-4/+5
2019-02-28Error an unknown or deprecated Clippy attributeflip1995-84/+140
2019-02-27Auto merge of #3666 - detrumi:map-or-on-non-copy, r=flip1995bors-43/+124
2019-02-27Rustup https://github.com/rust-lang/rust/pull/58321Philipp Hansch-4/+4
2019-02-26Auto merge of #3821 - g-bartoszek:redundant_closure-different-borrow-levels, ...bors-9/+14
2019-02-26Fix false negativeWilco Kusee-12/+15
2019-02-26Attempt to fix false negativeWilco Kusee-4/+74
2019-02-26Move lint_map_unwrap_or to its own fileWilco Kusee-44/+51
2019-02-26Only suggest map_or for copy typesWilco Kusee-1/+2
2019-02-26Auto merge of #3817 - rust-lang:fix-bool_comparison-on-non-bool, r=oli-obkbors-20/+20
2019-02-26do not trigger redundant_closure when there is a difference in borrow level b...Grzegorz-9/+14
2019-02-26Auto merge of #3814 - ljedrz:HirIdification_lockstep_upgrade, r=phanschbors-126/+131
2019-02-26fix line formatljedrz-1/+2
2019-02-26Remove `#[feature(try_from)]`Michael Wright-1/+0
2019-02-25Fix `bool_comparison` with non-`bool` expressionsmcarton-20/+20
2019-02-25Auto merge of #3808 - mikerite:useless-format-suggestions, r=oli-obkbors-17/+23
2019-02-25Auto merge of #3816 - g-bartoszek:redundant_closure_for_macros, r=Manishearthbors-1/+5
2019-02-25redundant_closure does not trigger for external macrosGrzegorz-1/+5