about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2023-08-30Auto merge of #11396 - y21:issue11345, r=Jarchobors-0/+2
2023-08-28Auto merge of #11387 - y21:issue11371, r=blyxyasbors-1/+12
2023-08-28Auto merge of #11401 - y21:issue11394, r=xFrednetbors-1/+2
2023-08-24Auto merge of #11338 - y21:issue11337, r=Centri3bors-1/+7
2023-08-24[`if_then_some_else_none`]: look into local initializersy21-1/+2
2023-08-24Bump Clippy version -> 0.1.74Philipp Krones-1/+1
2023-08-24Fix dogfood issuesPhilipp Krones-3/+0
2023-08-24Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+5
2023-08-24new lint: `iter_out_of_bounds`y21-0/+2
2023-08-23[`unnecessary_unwrap`]: lint on `.as_ref().unwrap()`y21-1/+12
2023-08-23Fix clippy lint for identical `if`/`else` contraining `?` expressionsEsteban Küber-1/+2
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-2/+2
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-3/+3
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-4/+4
2023-08-14Move scrutinee `HirId` into `MatchSource::TryDesugar`Esteban Küber-3/+3
2023-08-14allow trait alias DefIds in `implements_trait_with_env_from_iter`y21-1/+7
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-4/+4
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-1/+1
2023-08-13feat: update manual_retain to lint binary_heap_retainunvalley-1/+2
2023-08-11Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyupPhilipp Krones-5/+14
2023-08-11Dogfood and bless testsPhilipp Krones-1/+1
2023-08-10Revert "New lint [`filter_map_bool_then`]"Catherine Flores-2/+0
2023-08-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-6/+13
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-2/+2
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-2/+2
2023-08-05fix: Make ConstEvalLateContext::new() public, to match the 'constant_context(...Morten Lohne-1/+1
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-11/+11
2023-08-04Improve spans for indexing expressionsNilstrieb-11/+11
2023-08-04Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillotMatthias Krüger-0/+2
2023-08-02Extract never-like into `clippy_utils`Catherine Flores-0/+5
2023-08-02Remove constness from `TraitPredicate`Deadbeef-3/+4
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-124/+889
2023-07-30Resolve type aliases in `type_certainty`Jason Newcomb-2/+7
2023-07-30Rework `redundant_closure`Jason Newcomb-23/+38
2023-07-30Add debug assertions to `implements_trait`Jason Newcomb-81/+103
2023-07-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-23/+746
2023-07-28Make Clippy understand generic const itemsLeón Orell Valerian Liehr-4/+8
2023-07-27bless clippyDeadbeef-23/+29
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-1/+1
2023-07-25New lint [`filter_map_bool_then`]Catherine-0/+2
2023-07-25Auto merge of #11226 - GuillaumeGomez:needless-ref-mut-cfg, r=llogiqbors-0/+11
2023-07-25Auto merge of #11198 - y21:issue10938, r=Centri3bors-0/+1
2023-07-25simplify looking for `Vec::with_capacity` exprsy21-0/+1
2023-07-25Move `inherits_cfg` function into clippy_utilsGuillaume Gomez-0/+11
2023-07-25Make everything builtin!Michael Goulet-2/+2
2023-07-24Perform OpaqueCast field projection on HIR, too.Oli Scherer-0/+2
2023-07-23Auto merge of #11214 - y21:issue11213, r=Jarchobors-7/+7
2023-07-23Auto merge of #11166 - Jarcho:expr_use, r=Centri3bors-6/+264
2023-07-23check that the types are equal in `SpanlessEq::eq_expr`y21-7/+7
2023-07-23Refactor `dereference.rs`Jason Newcomb-6/+264