about summary refs log tree commit diff
path: root/clippy_dev/src/fmt.rs
AgeCommit message (Expand)AuthorLines
2022-09-23fallout2: rework clippy_dev & _lints fmt inliningYuri Astrakhan-3/+3
2022-08-16Fix adjacent codeSamuel E. Moelius III-4/+4
2022-07-28Tell the user how to revert `dev setup intellij`Serial-4/+4
2022-01-10Use `rustup which rustfmt`Cameron Steffen-4/+21
2022-01-10Fix output capturingCameron Steffen-2/+5
2021-11-12Run rustfmt on batches of multiple filesAlex Macleod-16/+24
2021-11-11Use rustfmt version from `rust-toolchain`Jason Newcomb-3/+3
2021-06-25Print cargo dev help on missing arg and updated setup documentationxFrednet-1/+1
2021-06-21Remove rustfmt workaroundCameron Steffen-5/+1
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-1/+1
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-1/+1
2021-03-11lintcheck: fix --fix and document it in the readme.Matthias Krüger-0/+1
2021-01-31clippy_dev: Pass stderr to CommandFailedPhilipp Hansch-8/+15
2020-12-13cargo dev: rename ra-setup to ra_setup to be in line with the other commandsMatthias Krüger-1/+1
2020-12-13clippy dev fmt: don't format if we have a local rustc repo enabled as path de...Matthias Krüger-1/+20
2020-03-31Define modules in lib.rs instead of main.rsflip1995-1/+1
2020-01-30Move project_root function to clippy_dev/src/lib.rsPhilipp Hansch-25/+3
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-1/+1
2019-10-08Revert "Workaround cargo bug on Windows"Shotaro Yamada-12/+3
2019-10-04Rollup merge of #4509 - sinkuu:redundant_clone_fix, r=llogiqPhil Hansch-4/+1
2019-10-04Use home::cargo_homeShotaro Yamada-1/+1
2019-10-04Workaround cargo bug on WindowsShotaro Yamada-3/+12
2019-10-03Test fixesShotaro Yamada-4/+1
2019-08-01Merge branch 'master' into dev-fmt-20190728Michael Wright-2/+2
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-2/+2
2019-07-28dev-fmt: better error handlingMichael Wright-0/+29
2019-07-11Avoid rustfmt bug on WindowsMichael Wright-1/+5
2019-07-07Add dev fmt subcommandMichael Wright-0/+167