summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-04-13Handle ambiguous projectionsSamuel Moelius-4/+4
2023-04-13Cache `has_sig_drop_attr` for `significant_drop_tightening`Nilstrieb-7/+31
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-2/+2
2023-02-26Auto merge of #108474 - Jarcho:clippyup, r=Manishearthbors-292/+1360
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-5/+6
2023-02-26Remove `from_fn` lang itemNilstrieb-5/+6
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-292/+1360
2023-02-25Make clippy happyMichael Goulet-5/+5
2023-02-24Rename many interner functions.Nicholas Nethercote-4/+4
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-9/+9
2023-02-22Remove type-traversal trait aliasesAlan Egerton-9/+9
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-17/+34
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-3/+1
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-48/+52
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-50/+50
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-47/+51
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-2/+2
2023-02-16Rename some region-specific stuffMichael Goulet-2/+2
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-2/+2
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-1/+1
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-2/+2
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-10/+9
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-1/+1
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-6/+6
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-10/+9
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-1/+2
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-275/+546
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+2
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-150/+178
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-2/+1
2023-01-28Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnayMatthias Krüger-2/+1
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-0/+4
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-6/+5
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-145/+174
2023-01-27Remove from librustdoc and clippy tooScott McMurray-2/+1
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-0/+1
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-95/+437
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-38/+38
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-38/+39
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-3/+3
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-3/+4
2023-01-21Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obkbors-30/+30
2023-01-20Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnrbors-2/+2
2023-01-20fix overlapping spans for `clippy::uninlined_format_args`Lukas Markeffsky-0/+4
2023-01-19Move `unchecked_duration_subtraction` to pedanticAlex Macleod-1/+1
2023-01-19Allow for more efficient sorting when exporting Unord collections.Michael Woerister-2/+2