about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-03-15parent_def_id -> parentflip1995-1/+2
2019-03-15item_path_str -> def_path_strflip1995-3/+3
2019-03-15Reimplement AbsolutePathBufferflip1995-34/+107
2019-03-15Auto merge of #3883 - daxpedda:missing_docs_in_private_items, r=phanschbors-2/+19
2019-03-14Add a test for `doc(include)`daxpedda-3/+1
2019-03-14Add `doc(include = ...)` detection to `missing_docs_in_private_items`daxpedda-2/+21
2019-03-14Auto merge of #3877 - rink1969:3842, r=flip1995bors-1/+29
2019-03-14casting integer literal to float is unnecessaryrink1969-1/+29
2019-03-13Auto merge of #3873 - phansch:hiridification, r=flip1995bors-16/+15
2019-03-13cargo fmtPhilipp Hansch-2/+2
2019-03-12Auto merge of #3869 - taiki-e:use_self, r=flip1995bors-1/+2
2019-03-12Auto merge of #3794 - mikerite:fix-3739, r=phanschbors-2/+2
2019-03-12Use `HirId` instead of `NodeId` for lookupPhilipp Hansch-2/+1
2019-03-12Auto merge of #3871 - taiki-e:needless_continue, r=phanschbors-14/+26
2019-03-12Rename span_lint_node* functions to span_lint_hir*Philipp Hansch-14/+14
2019-03-12Auto merge of #3865 - phansch:run_more_doc_tests, r=flip1995bors-52/+103
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