index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_dev
/
src
/
fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-23
fallout2: rework clippy_dev & _lints fmt inlining
Yuri Astrakhan
-3
/
+3
2022-08-16
Fix adjacent code
Samuel E. Moelius III
-4
/
+4
2022-07-28
Tell the user how to revert `dev setup intellij`
Serial
-4
/
+4
2022-01-10
Use `rustup which rustfmt`
Cameron Steffen
-4
/
+21
2022-01-10
Fix output capturing
Cameron Steffen
-2
/
+5
2021-11-12
Run rustfmt on batches of multiple files
Alex Macleod
-16
/
+24
2021-11-11
Use rustfmt version from `rust-toolchain`
Jason Newcomb
-3
/
+3
2021-06-25
Print cargo dev help on missing arg and updated setup documentation
xFrednet
-1
/
+1
2021-06-21
Remove rustfmt workaround
Cameron Steffen
-5
/
+1
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-1
/
+1
2021-03-17
rename `cargo dev ra_setup` to `cargo dev ide_setup`
Matthias Krüger
-1
/
+1
2021-03-11
lintcheck: fix --fix and document it in the readme.
Matthias Krüger
-0
/
+1
2021-01-31
clippy_dev: Pass stderr to CommandFailed
Philipp Hansch
-8
/
+15
2020-12-13
cargo dev: rename ra-setup to ra_setup to be in line with the other commands
Matthias Krüger
-1
/
+1
2020-12-13
clippy dev fmt: don't format if we have a local rustc repo enabled as path de...
Matthias Krüger
-1
/
+20
2020-03-31
Define modules in lib.rs instead of main.rs
flip1995
-1
/
+1
2020-01-30
Move project_root function to clippy_dev/src/lib.rs
Philipp Hansch
-25
/
+3
2020-01-30
Deprecate util/dev in favor of cargo alias
Philipp Hansch
-1
/
+1
2019-10-08
Revert "Workaround cargo bug on Windows"
Shotaro Yamada
-12
/
+3
2019-10-04
Rollup merge of #4509 - sinkuu:redundant_clone_fix, r=llogiq
Phil Hansch
-4
/
+1
2019-10-04
Use home::cargo_home
Shotaro Yamada
-1
/
+1
2019-10-04
Workaround cargo bug on Windows
Shotaro Yamada
-3
/
+12
2019-10-03
Test fixes
Shotaro Yamada
-4
/
+1
2019-08-01
Merge branch 'master' into dev-fmt-20190728
Michael Wright
-2
/
+2
2019-07-31
Update all the code to pass the updated `use_self` lint.
Jakub Wieczorek
-2
/
+2
2019-07-28
dev-fmt: better error handling
Michael Wright
-0
/
+29
2019-07-11
Avoid rustfmt bug on Windows
Michael Wright
-1
/
+5
2019-07-07
Add dev fmt subcommand
Michael Wright
-0
/
+167