about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-2/+2
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-14/+14
2023-02-22Remove type-traversal trait aliasesAlan Egerton-14/+14
2023-02-22clippy: update clippy to use new `TyCtxt::def_descr`Michael Howell-2/+2
2023-02-22various: translation resources from cg backendDavid Wood-3/+8
2023-02-22errors: generate typed identifiers in each crateDavid Wood-2/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-18/+36
2023-02-18Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com...bors-4/+2
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-17Add `Clause::ConstArgHasType` variantBoxy-1/+2
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-54/+58
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-56/+56
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-53/+57
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-4/+4
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-2/+2
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-4/+4
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-11/+10
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-2/+2
2023-02-14Rollup merge of #108007 - compiler-errors:str-less-kind, r=NilstriebMatthias Krüger-11/+10
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-8/+8
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-11/+10
2023-02-13Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_...bors-4/+4
2023-02-13Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisaMatthias Krüger-1/+3
2023-02-13Make visiting traits generic over the InternerAlan Egerton-3/+3
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-2/+2
2023-02-11Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnrbors-0/+1
2023-02-10add `AliasEq` to `PredicateKind`Boxy-0/+1
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-560/+2192
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+3
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+1
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-161/+184
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-5/+3
2023-01-28Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnayMatthias Krüger-5/+3
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-0/+4
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-15/+10
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-147/+175
2023-01-27Remove from librustdoc and clippy tooScott McMurray-5/+3
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-0/+1
2023-01-27Auto merge of #107386 - flip1995:clippyup, r=Manishearthbors-254/+2212
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-254/+2212
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-0/+1
2023-01-27Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitorbors-4/+4
2023-01-27Update clippy for restructured format flags fields.Mara Bos-4/+4
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-48/+48
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-47/+48
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-25/+36