about summary refs log tree commit diff
path: root/clippy_dev/src
AgeCommit message (Expand)AuthorLines
2021-10-21Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyupflip1995-80/+150
2021-10-07Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyupflip1995-582/+614
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-16/+4
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-60/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-8/+5
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-124/+510
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-1/+5
2021-04-27Implement `x.py test src/tools/clippy --bless`Joshua Nelson-2/+2
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-9/+9
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-7/+7
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-656/+5
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-70/+277
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-59/+197
2021-02-02Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippyManish Goregaokar-8/+37
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-5/+312
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-13/+46
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-2/+2
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-49/+151
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-10/+24
2020-11-24clippy: Remove now obsolete lintlist moduleflip1995-14/+1
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-1/+10
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-1/+1
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-20/+107
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-2/+2
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-1/+1
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-1/+2
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-2/+109
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-75/+115
2020-04-23clippy_dev: make it fatal when the regex for updating lint count does not matchMatthias Krüger-2/+3
2020-04-03Make lint modules privateflip1995-5/+2
2020-04-03Don't filter lints in code generation functionsflip1995-30/+22
2020-04-03Build lint lists once and the reuse them to update filesflip1995-40/+43
2020-04-03Get rid of Lint::is_internal methodflip1995-24/+7
2020-04-03Clean up update_lintsflip1995-15/+14
2020-03-31Don't use an exact lint counter anymoreflip1995-11/+14
2020-03-31Move update_lints logic to its own moduleflip1995-175/+168
2020-03-31Make limit_stderr_length a subcommandflip1995-8/+6
2020-03-31Define modules in lib.rs instead of main.rsflip1995-8/+14
2020-03-18Auto merge of #5329 - matthiaskrgr:int_arith_on_ref_5328, r=flip1995bors-6/+10
2020-03-18Fix limit-stderr-files testflip1995-6/+10
2020-03-18new_lint.rs: encourage authors to write more detailed code samples in lint de...Matthias Krüger-1/+5
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+4
2020-02-14Adapt gen_lint_group_list test to also generate internal lintsflip1995-1/+2
2020-02-14Rename lint_count -> usable_lint_countflip1995-4/+4
2020-02-14Let update_lints also generate the internal lintsflip1995-2/+9
2020-02-14Save Lint::module as full path of moduleflip1995-13/+18
2020-02-14Make Lint::by_lint_group take impl Iterator as argumentflip1995-8/+5
2020-02-10Remove unnecessary imports from `new_lint` toolKrishna Sai Veera Reddy-1/+1
2020-02-07dev: Move DOCS_LINK out of lazy_static and reuse itLzu Tao-9/+12