about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-7/+7
2021-03-11lintcheck: fix --fix and document it in the readme.Matthias Krüger-0/+1
2021-03-11lintcheck: update readme and remove the now redundant readme from clippy-devMatthias Krüger-77/+0
2021-03-11move testfiles to "lintcheck" and fix more pathsMatthias Krüger-39/+0
2021-03-11lintcheck: move out of clippy-dev into own crateMatthias Krüger-880/+3
2021-03-09Set Clippy authors to "The Rust Clippy Developers"flip1995-2/+1
2021-03-05lintcheck: add --fix mode which tries to apply lint suggestions to the source...Matthias Krüger-5/+47
2021-03-05Extract directory creation into its own functionflip1995-15/+24
2021-03-05Fix dogfood errors in clippy_devflip1995-29/+41
2021-03-04lintcheck: add testMatthias Krüger-1/+35
2021-03-04lintcheck: fix clippy warningsMatthias Krüger-26/+27
2021-02-28update lintcheck_crates logs and fix typosMatthias Krüger-3/+3
2021-02-28lintcheck: add more embark crate sources to the sources tomlMatthias Krüger-1/+6
2021-02-28lintcheck: make download path and source path consts, move source directory f...Matthias Krüger-4/+7
2021-02-28lintcheck: more fixesMatthias Krüger-12/+11
2021-02-28lintcheck: add a couple of dtolnays crates to the source listMatthias Krüger-0/+7
2021-02-28lintcheck: put the full paths (target/lintcheck/sources/<crate>...) to the so...Matthias Krüger-1/+1
2021-02-28lintcheck: uses consts for clippy driver and cargo clippy pathsMatthias Krüger-10/+14
2021-02-28lintcheck: don't run clippy in parallel by defaultMatthias Krüger-22/+35
2021-02-28lintcheck: refactor: introduce a basic LintcheckConfig struct which holds the...Matthias Krüger-45/+66
2021-02-26lintcheck: update logs and do minor fixesMatthias Krüger-3/+2
2021-02-26lintcheck: print stats how lint counts have changed between runsMatthias Krüger-18/+100
2021-02-26lintcheck: fix bug when getting the config toml path.Matthias Krüger-3/+4
2021-02-23lintcheck fix build (forgot to pass function parameter) and runtime (don't ch...Matthias Krüger-14/+25
2021-02-23lintcheck: rerun if clippy changedMatthias Krüger-3/+47
2021-02-22Quick fix cargo dev blessYoshitomo Nakanishi-1/+2
2021-02-19lintcheck: add -j <N> option to configure threads.Matthias Krüger-6/+38
2021-02-19lintcheck: sort crates before lintingMatthias Krüger-1/+4
2021-02-19lintcheck: show progress percentage in the "Linting..." messageMatthias Krüger-6/+16
2021-02-19lintheck: show output (and compiler errors!) when compiling clippy for lintcheckMatthias Krüger-5/+5
2021-02-19lintcheck: tweak some commentsMatthias Krüger-5/+7
2021-02-19lintcheck: parallelizeMatthias Krüger-8/+33
2021-02-17lintcheck: Add a note that -Wclippy::all is enabled by defaultflip1995-0/+3
2021-02-16Reformat clippy_dev READMEflip1995-21/+29
2021-02-16lintcheck: Slight improvements to the error reportingflip1995-3/+10
2021-02-16Add command line options option to lintcheck crates configflip1995-36/+79
2021-02-15lintcheck: filter out messages that come from cargo-metadata errors or contai...Matthias Krüger-1/+24
2021-02-15lintcheck: print warnings if we can't check out or clone a git repoMatthias Krüger-6/+14
2021-02-15lintcheck: fix bug in downloade_and_extract() for git sources: we need to exe...Matthias Krüger-0/+1
2021-02-15lintcheck: put some code into a gather_stats() functionMatthias Krüger-18/+22
2021-02-15lintcheck: rename a few symbols, add documentation to functionsMatthias Krüger-12/+18
2021-02-15lintcheck: rename struct fieldMatthias Krüger-3/+3
2021-02-13Use title case in clippy_dev READMEPhilipp Krones-1/+2
2021-02-13lintcheck: explain sources.toml configurationMatthias Krüger-0/+23
2021-02-13lintcheck: env var LINTCHECK_TOML can be used to override toml file location ...Matthias Krüger-3/+5
2021-02-11lintcheck: collect ICEsMatthias Krüger-2/+15
2021-02-11lintcheck: add support for path sourcesMatthias Krüger-6/+54
2021-02-11start a clippy-dev readme and some rough info on how to use lintcheckMatthias Krüger-0/+26
2021-02-11lintcheck: make the log file be ${source-file}-logs.txtMatthias Krüger-4/+7
2021-02-11lintcheck toml: explain why tokei is commented outMatthias Krüger-0/+1