about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-08-25lint vecs, version bump, more testsy21-26/+41
2023-08-24new lint: `iter_out_of_bounds`y21-2/+122
2023-08-23Auto merge of #11373 - Red-Rapious:master, r=blyxyas,y21bors-0/+137
2023-08-23Put `is_from_proc_macro` lastRed Rapious-1/+1
2023-08-22Minor changesRed Rapious-8/+3
2023-08-22Do not lint inside macrosRed Rapious-3/+5
2023-08-22Improved snippets and added testsRed Rapious-19/+17
2023-08-22Fix tuple_array_conversions lint on nightlyIgor Aleksanov-2/+2
2023-08-21Simplified code and added testsRed Rapious-112/+26
2023-08-21Added more use casesRed Rapious-13/+30
2023-08-21Changed documentation example and removed commentsRed Rapious-37/+3
2023-08-21Changed BoxRed Rapious-1/+1
2023-08-21Added new lint: `reserve_after_initialization`Red Rapious-0/+245
2023-08-20Auto merge of #11359 - Alexendoo:unwrap-or-default-check-suggestion, r=dswijbors-2/+17
2023-08-19Check that the suggested method exists in unwrap_or_defaultAlex Macleod-2/+17
2023-08-19[`iter_overeager_cloned`]: detect .cloned().map() and .cloned().for_each()lengyijun-8/+83
2023-08-18new lint: `should_panic_without_expect`y21-1/+74
2023-08-18Update version attribute for 1.72 lintsxFrednet-10/+10
2023-08-18Auto merge of #11280 - samueltardieu:issue-11267, r=Centri3bors-4/+17
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-22/+81
2023-08-17Use `HirId` from `PlaceWithHirId` rather than using the one provided to the f...Guillaume Gomez-2/+2
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-3/+15
2023-08-15allow calling `to_owned` with borrowed value for [`implicit_clone`]J-ZhengLi-0/+1
2023-08-14find expansions more efficientlyy21-12/+6
2023-08-14[`useless_conversion`]: fix FP in macro and add testy21-1/+14
2023-08-14[`useless_conversion`]: make sure path points to fn-like itemy21-3/+8
2023-08-14[`iter_overeager_cloned`]: detect .cloned().filter() and .cloned().find()lengyijun-18/+59
2023-08-13feat: update manual_retain to lint binary_heap_retainunvalley-2/+4
2023-08-11[new_without_default]: make the suggestion machine-applicableSamuel Tardieu-1/+1
2023-08-11[new_without_default]: include `where` clauses in suggestionSamuel Tardieu-3/+16
2023-08-11Auto merge of #11320 - max-niederman:redundant_locals_shadow_mutated, r=Alexe...bors-0/+11
2023-08-11Auto merge of #11316 - flip1995:rustup, r=flip1995bors-72/+66
2023-08-11Fix redundant_locals for Async desugaringPhilipp Krones-0/+2
2023-08-10redundant_locals: fix FPs on mutated shadowsMax Niederman-0/+11
2023-08-11Auto merge of #11318 - Centri3:#11309, r=Manishearthbors-3/+11
2023-08-10Don't ICE with late bound regionsCatherine Flores-3/+11
2023-08-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-269/+590
2023-08-10Correctly handle async blocks for NEEDLESS_PASS_BY_REF_MUTGuillaume Gomez-23/+82
2023-08-09Remove unnecessary paragraph, move examplesy21-12/+4
2023-08-09Reword paragraphTimo-1/+1
2023-08-09clarify why `Vec::new()` + resize is worse than `vec![0; N]`y21-0/+18
2023-08-08Auto merge of #11305 - y21:issue11304, r=Centri3bors-2/+8
2023-08-08document the new behavior and add test for float in structy21-0/+5
2023-08-08[`redundant_guards`]: don't lint on floatsy21-2/+3
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-1/+1
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-08-07Auto merge of #11295 - lengyijun:typo, r=Centri3bors-12/+6
2023-08-06Auto merge of #11191 - Alexendoo:redundant-type-annotations-ice, r=llogiqbors-4/+7
2023-08-06Update clippy_lints/src/operators/mod.rsManish Goregaokar-4/+4
2023-08-06Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJungMatthias Krüger-1/+1