about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2024-10-29Remove region from adjustmentsMichael Goulet-8/+8
2024-10-28Fire large_const_arrays for computed array lengthsGnomedDev-2/+2
2024-10-28Auto merge of #13338 - CoCo-Japan-pan:nonminimal_bool_casted, r=Centri3bors-0/+15
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-1/+1
2024-10-28check if we need a parenthesisCoCo-Japan-pan-0/+15
2024-10-28New lint `needless_as_bytes`Samuel Tardieu-2/+69
2024-10-27Auto merge of #13548 - wowinter13:unnecessary_filter_map_filter_map_some, r=l...bors-5/+26
2024-10-27Auto merge of #13600 - samueltardieu:push-tzuvnutssmrs, r=xFrednetbors-2/+2
2024-10-26[`infinite_loops`]: fix suggestion error on async functions/closuresJ-ZhengLi-8/+54
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-10/+64
2024-10-26Effects cleanupDeadbeef-1/+1
2024-10-26Stop linting unused_io_amount in io traitsGnomedDev-1/+23
2024-10-24Auto merge of #13586 - evanj:evan.jones/long-paragraph-edit, r=xFrednetbors-4/+4
2024-10-24Auto merge of #13558 - alex-semenyuk:const_is_empty_fix, r=dswijbors-1/+12
2024-10-24borrow_deref_ref: do not trigger on `&raw` referencesSamuel Tardieu-2/+2
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-3/+3
2024-10-22docs: Fix too_long_first_doc_paragraph: line -> paragraphEvan Jones-4/+4
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-13/+13
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-5/+1
2024-10-21Move COGNITIVE_COMPLEXITY to use macro againblyxyas-45/+41
2024-10-21Auto merge of #13567 - y21:span_debug_assertions, r=flip1995bors-17/+20
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-9/+0
2024-10-20don't lint nested items that don't have generated documentation in `missing_d...y21-0/+16
2024-10-20don't lint unnamed constants in `missing_docs_in_private_items`y21-2/+7
2024-10-20remove the semicolon for builtin macro call statements in `statement_outside_...y21-12/+15
2024-10-20Rip out old effects var handling code from traitsMichael Goulet-9/+0
2024-10-20Fix version for `ref_option`alexey semenyuk-1/+1
2024-10-19Fix testsMichael Goulet-23/+19
2024-10-19fix empty suggestion ICE in from_over_intoy21-5/+5
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-2/+2
2024-10-19Remove module passes filteringblyxyas-36/+22
2024-10-19Follow review comments (optimize the filtering)blyxyas-29/+97
2024-10-19Do not run lints that cannot emitblyxyas-5/+9
2024-10-19Auto merge of #13564 - GnomedDev:fix-manualbits-in-macro, r=blyxyasbors-3/+2
2024-10-18Auto merge of #13543 - GnomedDev:symbol-comparisons, r=y21bors-45/+116
2024-10-18Stop linting manual_bits in any macro invokeGnomedDev-3/+2
2024-10-18Hotfix TRAIT_METHODS static->constPhilipp Krones-1/+2
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-340/+962
2024-10-18Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-350/+969
2024-10-17Don't trigger const_is_empty for inline const assertionsAlexey Semenyuk-1/+12
2024-10-17Auto merge of #13525 - xFrednet:changelog-1-82, r=dswijbors-1/+1
2024-10-16fix: linterwowinter13-1/+1
2024-10-16fix: simplify suggestionwowinter13-1/+1
2024-10-15Correct typo in lint descriptionAnastasis Georgoulas-1/+1
2024-10-15Change the category of `manual_is_power_of_two` to `pedantic`Asuna-2/+4
2024-10-15Use path_res instead of lowering hir::Ty to ty::TyGnomedDev-2/+4
2024-10-15Add lint for unnecessary lifetime bounded &str returnGnomedDev-0/+159
2024-10-15Move `too_long_first_doc_paragraph` to nurseryxFrednet-1/+1
2024-10-15fix: remove unnecessary unfilter_map usageswowinter13-5/+26
2024-10-14Move trait bound modifiers into hir::PolyTraitRefMichael Goulet-20/+20