about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2023-03-28Replace remaining usage of `FormatArgsExpn`Alex Macleod-13/+14
2023-03-26Improve `is_range_full` implementationbluthej-7/+7
2023-03-26Merge branch 'rust-lang:master' into clear-with-drainbluthej-8/+4
2023-03-24Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-32/+17
2023-03-22Finish tests - add rustfixbluthej-2/+0
2023-03-22Add the lint logicbluthej-5/+32
2023-03-22Update lint declarationbluthej-3/+9
2023-03-22Pull `is_full_range` method from `iter_with_drain`bluthej-20/+3
2023-03-21Create `clear_with_drain` lintbluthej-0/+29
2023-03-14Remove box expressions from HIRclubby789-4/+0
2023-03-11Auto merge of #10434 - Jarcho:snip_context, r=dswijbors-31/+16
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-4/+4
2023-03-10Directly construct Inherited.Camille GILLOT-4/+4
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-2/+3
2023-03-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+4
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-3/+1
2023-03-02Remove `snippet_with_macro_callsite`Jason Newcomb-31/+16
2023-02-28Two small documentation improvementsSamuel Moelius-2/+3
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-18/+106
2023-02-25Merge branch 'master' into rustupJason Newcomb-19/+107
2023-02-24Rename many interner functions.Nicholas Nethercote-2/+2
2023-02-22fix fmtLiu Dingming-1/+1
2023-02-22Fix test function checker in [unwrap_used], [expect_used]Liu Dingming-4/+4
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-16/+16
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-16/+16
2023-02-16Stop bytes_nth from suggesting code that does not compileKrishna Sundarram-13/+29
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-7/+5
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-7/+5
2023-02-12Add SUSPICIOUS_COMMAND_ARG_SPACE to lint pass.Mara Bos-0/+1
2023-02-10Clarify description of suspicious_command_arg_space.Mara Bos-1/+1
2023-02-10Add suspicious_command_arg_space lint.Mara Bos-0/+69
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-5/+18
2023-02-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-6/+19
2023-02-06split suggestions into two separate suggestionsKartavya Vashishtha-3/+9
2023-02-05retain applicabilityKartavya Vashishtha-1/+1
2023-02-05use span_suggestions to suggest both intentsKartavya Vashishtha-5/+11
2023-01-29add UNNECESSARY_LAZY_EVALUATIONS to msrvkoka-0/+1
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-10/+7
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-2/+1
2023-01-28Take a LocalDefId in hir::Visitor::visit_fn.Camille GILLOT-9/+7
2023-01-27Remove from librustdoc and clippy tooScott McMurray-1/+1
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-2/+2
2023-01-27Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+3
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-7/+7
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-7/+7
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-1/+1
2023-01-19Update version attribute for 1.67 lintsxFrednet-2/+2
2023-01-14change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...Kyle Matsuda-2/+2