about summary refs log tree commit diff
path: root/clippy_dev/src/ra_setup.rs
AgeCommit message (Expand)AuthorLines
2021-02-05Use absolute path to Rust repo in ra_setupflip1995-1/+3
2021-02-02Add missing_panics_doc lintCaden Haustein-0/+3
2021-01-21Remove unneeded allow'sCameron Steffen-2/+0
2020-12-25lint &PathBuf instead of &Path in PTR_ARGAleksei Latyshev-2/+2
2020-12-13cargo dev: rename ra-setup to ra_setup to be in line with the other commandsMatthias Krüger-1/+1
2020-10-29cargo dev ra-setup: don't inject deps multiple times if we have already done soMatthias Krüger-1/+10
2020-09-09update cargo dev ra-setup to changed rustc source pathsMatthias Krüger-2/+2
2020-08-09Prevent compile parts of rustc when using `cargo dev ra-setup`Dmitry Murzin-1/+2
2020-05-28clippy_dev: add ra_setupMatthias Krüger-0/+90