about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2023-04-03Fix bug with getting parent directories in `lookup_conf_file`bhould287-1/+2
2023-04-03Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!`bhould287-9/+10
2023-03-30Gramar, and spelin kleanupYuri Astrakhan-4/+4
2023-03-30Auto merge of #10414 - csmoe:large-future, r=xFrednetbors-0/+4
2023-03-30Auto merge of #9102 - botahamec:unused-box, r=xFrednetbors-1/+1
2023-03-28Migrate `format_args.rs` to `rustc_ast::FormatArgs`Alex Macleod-2/+77
2023-03-26Avoid breaking exported APIMicha White-1/+1
2023-03-24Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-03-20add large future lintcsmoe-0/+4
2023-03-14Remove box expressions from HIRclubby789-5/+0
2023-03-13make [`ifs_same_cond`] use `ignore_interior_mutablility` configurationJ-ZhengLi-1/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-2/+31
2023-03-10Auto merge of #10275 - Alexendoo:format-args-ast, r=flip1995bors-0/+24
2023-03-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+7
2023-03-06Add `format_args_collector` internal lintAlex Macleod-0/+24
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-2/+2
2023-03-03Include former name of renamed lints in lints.jsonDavid Tolnay-1/+6
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-1/+1
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-2/+2
2023-02-28Fix array-size-threshold config deserialization errorAlex Macleod-1/+1
2023-02-26Auto merge of #108474 - Jarcho:clippyup, r=Manishearthbors-6/+11
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-6/+11
2023-02-25Emit `unnecessary_def_path` in source order.Jason Newcomb-2/+2
2023-02-25Merge branch 'master' into rustupJason Newcomb-4/+9
2023-02-25Make clippy happyMichael Goulet-1/+1
2023-02-22correct commentsLiu Dingming-4/+4
2023-02-20Auto merge of #10303 - pvdrz:pub_crate_missing_docs, r=giraffatebors-0/+5
2023-02-17Address review commentsChristian Poveda-1/+2
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-4/+4
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-4/+5
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-13/+25
2023-02-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-13/+25
2023-02-09update metadataChristian Poveda-1/+1
2023-02-09Add docs and update testsChristian Poveda-2/+2
2023-02-06Add configuration to lint missing docs of `pub(crate)` itemsChristian Poveda-0/+4
2023-02-04Make `[clippy::dump]` support trait itemsxFrednet-0/+13
2023-01-30fix: use correct lint namekoka-1/+1
2023-01-29fix key name of MUTABLE_KEY_TYPEkoka-1/+1
2023-01-29add MANUAL_RETAIN to msrvkoka-1/+1
2023-01-29add MANUAL_REM_EUCLID to msrvkoka-1/+1
2023-01-29add MANUAL_IS_ASCII_CHECK to msrvkoka-1/+1
2023-01-29fix: add missing dot to suppress_restriction_lint_in_constkoka-1/+1
2023-01-29add DERIVABLE_IMPLS to msrvkoka-1/+1
2023-01-29add NEEDLESS_BORROW to msrvkoka-1/+1
2023-01-29fix: add missing dot to AWAIT_HOLDING_INVALID_TYPEkoka-1/+1
2023-01-29add ALMOST_COMPLETE_RANGE to msrvkoka-1/+1
2023-01-29add TRANSMUTE_PTR_TO_REF to msrvkoka-1/+1
2023-01-29add UNNECESSARY_LAZY_EVALUATIONS to msrvkoka-1/+1
2023-01-29add SEEK_REWIND in msrvkoka-1/+1
2023-01-29add SEEK_FROM_CURRENT in msrvkoka-1/+1