about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-06-30Fix dogfoodPhilipp Krones-1/+2
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+3
2022-06-23Check for `--force-warn` in Clippy's driver run conditionxFrednet-4/+3
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-0/+4
2022-05-18Improve "unknown field" error messagesSamuel E. Moelius III-0/+4
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2/+1
2022-05-05Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+2
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-2/+1
2022-04-07Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+1
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-1/+3
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-2/+1
2022-01-17Remove __CLIPPY_INTERNAL_TESTS env varCameron Steffen-2/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2022-01-03Fix clippy warningsPiotr Mikulski-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-1/+1
2021-11-08Add MSRV to deprecated_cfg_attrSerial-1/+1
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-19/+1
2021-09-08Remove special dogfood targetCameron Steffen-19/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-1/+8
2021-07-27Handle `--no-deps` flag same as `--fix` flag.Nadir Fejzic-3/+6
2021-07-26Include more information in --helpNadir Fejzic-2/+4
2021-07-25Explain flags missing in cargo check in --helpNadir Fejzic-0/+2
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-22/+4
2021-06-28Stabilize `cargo clippy --fix`Joshua Nelson-22/+4
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-1/+1
2021-05-06Merge remote-tracking branch 'upstream/master' into rustupflip1995-1/+1
2021-04-28Remove leftover plugin conf_file codeCameron Steffen-1/+1
2021-04-27Switch `rustc::internal` from deny to warnJoshua Nelson-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-6/+6
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-6/+6
2021-03-15Use `rustc_interface::interface::Config::parse_sess_created` in Clippyhyd-dev-12/+8
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-14/+46
2021-03-05Make clippy set mir_opt_level using OptionSantiago Pastorino-1/+1
2021-02-19Move try_print_query_stack to rustc_interface.Camille GILLOT-3/+1
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-24/+2
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-1/+1
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-170/+44
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-43/+207
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-16/+18
2020-11-24clippy: Remove now obsolete lintlist moduleflip1995-2969/+0
2020-11-24clippy: Let rustc handle describing lintsflip1995-121/+0
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-11/+25
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-7/+49
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-5/+54