]> git.lizzy.rs Git - rust.git/history - clippy_dev/src/crater.rs
clippy dev crater: address more review commetns
[rust.git] / clippy_dev / src / crater.rs
2021-01-23 Matthias Krügerclippy dev crater: address more review commetns
2021-01-23 Matthias Krügercargo dev crater: throw an error if we can't find our...
2021-01-23 Matthias Krügerclippy dev crater: add option to only check a single...
2021-01-23 Matthias Krügermake stats stable
2021-01-23 Matthias Krügercargo dev crater: gather and save lint statistics ...
2021-01-23 Matthias Krügercargo dev crater: refactor to get a list of all ClippyW...
2021-01-23 Matthias Krügerclippy dev crater: use and parse clippy messages as...
2021-01-23 Matthias Krügerremove duplicate code and other cleanup
2021-01-23 Matthias Krügerrename symbols: krate -> crate
2021-01-23 Matthias Krügercargo dev crater: support multiple versions per crate
2021-01-23 Matthias Krügeruse a .toml file to list the crates we want to check
2021-01-23 Matthias Krügerallow clippy::filter_map
2021-01-23 Matthias Krügercargo dev crater: share target dir between clippy...
2021-01-23 Matthias Krügercargo dev crater: add more crates to be checked
2021-01-23 Matthias Krügercargo dev crater: save all warnings into a file
2021-01-23 Matthias Krügercargo dev crater: cleanup, don't re-download and reextr...
2021-01-23 Matthias Krügerprint all clippy warnings in the end
2021-01-23 Matthias Krügercargo clippy dev: collecting one-line clippy warnings...
2021-01-23 Matthias Krügerclippy cargo dev: fix checking of crates
2021-01-23 Matthias Krügercargo clippy dev: fix extraction of downloaded crates
2021-01-23 Matthias Krügercargo dev crater: fixes and debug prints
2021-01-23 Matthias Krügercrater: hook into main.rs
2021-01-23 Matthias Krügercargo dev crater: work on downloading and extracting...
2021-01-23 Matthias Krügercargo dev crater: lay out the base plan