about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-7/+8
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-28Add `(..)` syntax for RTNMichael Goulet-7/+8
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-2/+2
2023-03-26Don't elaborate non-obligations into obligationsMichael Goulet-2/+2
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-276/+623
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-3/+3
2023-03-22Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errorsbors-2/+4
2023-03-21Use local key in providersMichael Goulet-7/+7
2023-03-21remove some trait solver helperslcnr-2/+4
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-2/+2
2023-03-14Remove box expressions from HIRclubby789-20/+5
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-8/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-2/+1
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-33/+32
2023-03-10Directly construct Inherited.Camille GILLOT-33/+32
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-261/+769
2023-03-08Remove `identity_future` indirectionArpad Borsos-8/+1
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-7/+3
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-13/+7
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-2/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-13/+7
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-7/+3
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