about summary refs log tree commit diff
path: root/clippy_dev/src/fmt.rs
AgeCommit message (Expand)AuthorLines
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