about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-1/+1
2024-11-10allow conditional `Send` futures in `future_not_send`y21-10/+57
2024-11-10Add match-based manual try to clippy::question_mark (#13627)Timo-5/+165
2024-11-09Fix `large_include_file` lint being triggered all the time by doc comments (#...Manish Goregaokar-0/+2
2024-11-09Fix `large_include_file` lint being triggered all the time by doc commentsGuillaume Gomez-0/+2
2024-11-09fix: `identity_op` suggestions use correct parenthesis (#13647)Jason Newcomb-102/+88
2024-11-07Remove check for duplicate parenthesisTheSlapstickDictator-7/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-344/+1511
2024-11-07Merge pull request #13657 from jdonszelmann/disallowed-macros-to-earlyPhilipp Krones-7/+67
2024-11-07Fix lint_without_lint_pass internal lintPhilipp Krones-3/+3
2024-11-07Clean up declare_clippy_lintPhilipp Krones-21/+30
2024-11-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-318/+1413
2024-11-06Link fixalexey semenyuk-1/+1
2024-11-05no_mangle_with_rust_abi: properly position the suggested ABISamuel Tardieu-2/+2
2024-11-05collect attribute spans early for disallowed macrosJonathan Dönszelmann-7/+67
2024-11-05Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995Matthias Krüger-19/+6
2024-11-05Do not filter empty passes & Make CTFE Clippy into lintless passblyxyas-19/+6
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-10/+10
2024-11-04Fixing a missed check for needs_parenthesis in divisionTheSlapstickDictator-7/+2
2024-11-04Swap Visitors to early exit, instead of storing poison flagGnomedDev-91/+97
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-75/+101
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-7/+7
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-3/+3
2024-11-03Auto merge of #13648 - samueltardieu:push-rpxvoukpolvm, r=Centri3bors-2/+3
2024-11-03Auto merge of #13631 - samueltardieu:push-uoowutzkvsrk, r=Centri3bors-6/+7
2024-11-03Fix parens getting removed for non-associative operatorsTheSlapstickDictator-16/+6
2024-11-03needless_continue: check labels consistency before warningSamuel Tardieu-2/+3
2024-11-03Auto merge of #13573 - y21:issue13427, r=Centri3bors-2/+23
2024-11-02fix: `identity_op` suggestions use correct parenthesisTheSlapstickDictator-102/+109
2024-11-02Avoid linting for closures with inferred return typesGnomedDev-2/+2
2024-11-02Auto merge of #13376 - decryphe:source-ordering, r=llogiqbors-0/+534
2024-11-01Auto merge of #13630 - samueltardieu:push-qrnxuykslnsl, r=y21bors-57/+54
2024-11-01Add match-based manual try to clippy::question_markGnomedDev-5/+165
2024-11-01Auto merge of #13608 - J-ZhengLi:issue12338-new, r=Alexendoobors-8/+54
2024-10-31Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieubors-1/+1
2024-10-31Auto merge of #13628 - samueltardieu:push-puluprmsyuzq, r=xFrednetbors-3/+3
2024-10-31Auto merge of #132301 - compiler-errors:adjust, r=lcnrbors-8/+8
2024-10-31Auto merge of #13636 - GuillaumeGomez:extend-large_include_file, r=dswijbors-15/+48
2024-10-30Extend `large_include_file` lint to also work on attributesGuillaume Gomez-15/+48
2024-10-30Cleanup code suggestion for `into_iter_without_iter`Yuri Astrakhan-1/+1
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-51/+38
2024-10-30no_mangle attribute requires unsafe in Rust 2024Samuel Tardieu-6/+7
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-57/+54
2024-10-30new lint: `source_item_ordering`decryphe-0/+534
2024-10-30Do not use `gen` as a variable nameSamuel Tardieu-3/+3
2024-10-29Add new `map_with_unused_argument_over_ranges` lintRobert Spencer-1/+176
2024-10-29update toolslcnr-9/+10
2024-10-29Add new lint: `map_all_any_identity`Samuel Tardieu-19/+99
2024-10-29Replace `.map(…).any(identity)` by `.any(…)`Samuel Tardieu-2/+1
2024-10-29Auto merge of #13437 - samueltardieu:issue-13434, r=y21bors-2/+69