about summary refs log tree commit diff
path: root/clippy_dev/src
AgeCommit message (Expand)AuthorLines
2021-02-13lintcheck: env var LINTCHECK_TOML can be used to override toml file location ...Matthias Krüger-2/+4
2021-02-11lintcheck: collect ICEsMatthias Krüger-2/+15
2021-02-11lintcheck: add support for path sourcesMatthias Krüger-3/+47
2021-02-11lintcheck: make the log file be ${source-file}-logs.txtMatthias Krüger-4/+7
2021-02-07lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate s...Matthias Krüger-3/+10
2021-02-07Auto merge of #6686 - matthiaskrgr:lintcheck_git, r=flip1995bors-49/+118
2021-02-07Auto merge of #6682 - camsteffen:let-underscore-ref, r=llogiqbors-1/+1
2021-02-06Eat dogfoodCameron Steffen-1/+1
2021-02-06lintcheck: avoid dbg!() callsMatthias Krüger-6/+7
2021-02-06lintcheck: cleanup, fix --only for git crates, better error msgsMatthias Krüger-6/+15
2021-02-06lintcheck: add git source as an example and update logsMatthias Krüger-0/+1
2021-02-06implement the download_and_extract() step for git sourcesMatthias Krüger-40/+88
2021-02-06lintcheck: make TomlCrate also accept git-data from lintcheck_crates.tomlMatthias Krüger-11/+21
2021-02-05Use absolute path to Rust repo in ra_setupflip1995-1/+3
2021-02-02Add missing_panics_doc lintCaden Haustein-0/+22
2021-01-31clippy_dev: Pass stderr to CommandFailedPhilipp Hansch-8/+15
2021-01-23lintcheck: fix paths in the logsMatthias Krüger-1/+1
2021-01-23rename cargo dev crater to cargo dev lintcheckMatthias Krüger-20/+20
2021-01-23clippy dev crater: address more review commetnsMatthias Krüger-2/+9
2021-01-23cargo dev crater: throw an error if we can't find our specified crate in the ...Matthias Krüger-19/+40
2021-01-23clippy dev crater: add option to only check a single one of the listed crates...Matthias Krüger-10/+32
2021-01-23make stats stableMatthias Krüger-4/+3
2021-01-23cargo dev crater: gather and save lint statistics (how often a lint triggered)Matthias Krüger-1/+24
2021-01-23cargo dev crater: refactor to get a list of all ClippyWarningsMatthias Krüger-10/+7
2021-01-23clippy dev crater: use and parse clippy messages as json message, to get the ...Matthias Krüger-20/+56
2021-01-23remove duplicate code and other cleanupMatthias Krüger-17/+11
2021-01-23rename symbols: krate -> crateMatthias Krüger-25/+26
2021-01-23cargo dev crater: support multiple versions per crateMatthias Krüger-6/+26
2021-01-23use a .toml file to list the crates we want to checkMatthias Krüger-28/+30
2021-01-23allow clippy::filter_mapMatthias Krüger-0/+3
2021-01-23cargo dev crater: share target dir between clippy runs, enable pedantic and ...Matthias Krüger-7/+7
2021-01-23cargo dev crater: add more crates to be checkedMatthias Krüger-2/+32
2021-01-23cargo dev crater: save all warnings into a fileMatthias Krüger-2/+4
2021-01-23cargo dev crater: cleanup, don't re-download and reextract crates on every runMatthias Krüger-36/+52
2021-01-23print all clippy warnings in the endMatthias Krüger-10/+19
2021-01-23cargo clippy dev: collecting one-line clippy warnings works nowMatthias Krüger-9/+14
2021-01-23clippy cargo dev: fix checking of cratesMatthias Krüger-8/+17
2021-01-23cargo clippy dev: fix extraction of downloaded cratesMatthias Krüger-15/+19
2021-01-23cargo dev crater: fixes and debug printsMatthias Krüger-10/+18
2021-01-23crater: hook into main.rsMatthias Krüger-3/+7
2021-01-23cargo dev crater: work on downloading and extracting crate sourcesMatthias Krüger-6/+33
2021-01-23cargo dev crater: lay out the base planMatthias Krüger-0/+70
2021-01-21Remove unneeded allow'sCameron Steffen-2/+0
2021-01-05Auto merge of #6547 - camsteffen:curse-outdated, r=phanschbors-10/+40
2021-01-04Bless only updated since clippy buildCameron Steffen-10/+40
2021-01-04Add ui-internal to cargo dev blessCameron Steffen-0/+1
2020-12-31s/test_dir/test_suite_dirPhilipp Hansch-4/+4
2020-12-31Fix blessing of test output in subdirectoriesPhilipp Hansch-5/+7
2020-12-25lint &PathBuf instead of &Path in PTR_ARGAleksei Latyshev-2/+2
2020-12-19Fix blessing of new reference filesPhilipp Hansch-1/+4