about summary refs log tree commit diff
path: root/README.md
AgeCommit message (Expand)AuthorLines
2022-06-28Auto merge of #8774 - hellow554:cargo-rust-version, r=flip1995bors-0/+8
2022-06-28update README.md to reflect rust-version in cargo.tomlMarcel Hellwig-0/+8
2022-06-27cargo dev update_lintskyoto7250-1/+1
2022-01-15Update copyright year for Clippy (2022 edition)xFrednet-1/+1
2022-01-12Auto merge of #8037 - ojeda:doc-codegen-change, r=camsteffenbors-12/+8
2022-01-11`README`: mention `clippy-driver` on usage listMiguel Ojeda-2/+2
2022-01-11`README`: `clippy-driver` is not a replacement for `rustc`Miguel Ojeda-10/+6
2022-01-11Add borrow_as_ptr lintFederico Guerinoni-1/+1
2021-12-28Fixed some typos in README and CONTRIBUTINGBB-3/+3
2021-12-27Readme: note that config changes don't apply to already compiled codebors-0/+4
2021-12-09Remind users of separate `rustc` lint groupsMichael Edwards-1/+2
2021-09-22Tweak pedantic description for occasional FPsCameron Steffen-1/+1
2021-09-01Update README.mdAaron-4/+4
2021-07-01Merge remote-tracking branch 'upstream/master' into rustupflip1995-13/+13
2021-06-29Auto merge of #7405 - jyn514:fix-stable, r=camsteffenbors-3/+2
2021-06-28Stabilize `cargo clippy --fix`Joshua Nelson-3/+2
2021-06-25Add suspicious groupCameron Steffen-10/+11
2021-06-21Delete spacesAlexander Melentyev-1/+1
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+2
2021-05-26Add avoid_breaking_exported_api config optionCameron Steffen-0/+1
2021-05-20Updated years in copyrigthsYoh Deadfall-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-1/+1
2021-03-30Add non_octal_unix_permissions lintElliot Bobrow-1/+1
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-1/+0
2021-03-04Let Cargo track `CLIPPY_ARGS`hyd-dev-1/+0
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+17
2021-02-24README: Add subsection on running Clippy as a rustc wrapperMiguel Ojeda-0/+17
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-33/+10
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-0/+1
2020-12-22Revert "Pass Clippy args also trough RUSTFLAGS"Philipp Krones-0/+1
2020-12-22readme: remove paragraph about executing clippy via "cargo run .."Matthias Krüger-11/+0
2020-12-21readme: remove paragraph about installing clippy manually on ci, if it is mis...Matthias Krüger-22/+10
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-1/+16
2020-12-13Pass Clippy args also trough RUSTFLAGSEduardo Broto-1/+0
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-1/+28
2020-11-27Update README.mdEduardo Broto-0/+16
2020-11-26Note that it is possible to omit the patch versionflip1995-1/+4
2020-11-26Remove mention of possibility to specify the MSRV with a tilde/caretPhilipp Krones-2/+0
2020-11-25Fix formatting in README.mdPhilipp Krones-1/+1
2020-11-25update README.mdSuyash458-24/+26
2020-11-25update README.md for specifying msrvSuyash458-0/+24
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-19/+13
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-6/+9
2020-11-04Readme improvementsCameron Steffen-19/+13
2020-11-03Update wording to avoid code having "lint" metaphorRandall Mason-5/+4
2020-10-30Clarify allow/warn/deny. Remove enable/disable.Randall Mason-6/+10
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-5/+26
2020-10-14README: sort en/disabling section, fix typos, add noteLotte Steenbrink-5/+26
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-1/+1
2020-09-25run cargo dev update_lintsFrank-1/+1