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
/
main.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-10
Fix CLI of clippy_dev
Philipp Krones
-14
/
+14
2023-01-31
update some dependencies
KaDiWa
-44
/
+55
2022-09-23
and a few more from other dirs
Yuri Astrakhan
-1
/
+1
2022-07-26
Implicitly set `--type=cargo` when using `--category=cargo`
Serial
-2
/
+2
2022-07-25
Add `--type` flag to `dev new_lint`
Serial
-1
/
+8
2022-07-01
Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate
bors
-1
/
+19
2022-06-23
Add `cargo dev dogfood`
Serial
-1
/
+20
2022-06-21
Add `dev deprecate`
Serial
-0
/
+18
2022-06-13
Fix `clap` deprecation warnings
Jason Newcomb
-124
/
+88
2022-05-23
update dependencies
Marcel Hellwig
-86
/
+70
2022-05-13
Tweak some words improved representation
ydah
-1
/
+1
2022-05-06
Pass through extra args in `cargo dev lint`
Alex Macleod
-1
/
+14
2022-04-30
Auto merge of #8625 - Jarcho:rename_lint, r=xFrednet
bors
-3
/
+30
2022-04-24
Add `rename_lint` command
Jason Newcomb
-3
/
+30
2022-04-09
Allow passing --remove to `cargo dev setup <SUBCOMMAND>`
Yoav Lavi
-7
/
+44
2022-03-29
Allow running `cargo dev lint` on a package directory
Alex Macleod
-5
/
+15
2021-11-06
Add `cargo dev lint` to manually run clippy on a file
Alex Macleod
-1
/
+14
2021-10-09
Add `--msrv` option to `new_lint` command
Michael Wright
-0
/
+6
2021-08-23
Remove stderr limit
Cameron Steffen
-8
/
+1
2021-06-29
Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995
bors
-0
/
+14
2021-06-28
Updated `clippy_dev` ui message and vscode task name
xFrednet
-1
/
+1
2021-06-27
Added `cargo dev setup vscode-tasks` for simplicity
xFrednet
-0
/
+14
2021-06-25
Add suspicious group
Cameron Steffen
-0
/
+1
2021-06-25
Added `cargo dev remove intellij`
xFrednet
-5
/
+9
2021-06-25
Updated `cargo dev setup intellij` for cleaner user messages
xFrednet
-1
/
+5
2021-06-25
Added the `cargo dev remove` command for convenience
xFrednet
-1
/
+12
2021-06-25
Print cargo dev help on missing arg and updated setup documentation
xFrednet
-1
/
+3
2021-06-25
Added `cargo dev setup git-hook`
xFrednet
-12
/
+31
2021-06-25
Moved dev `ide_setup` to `setup/intellij.rs`
xFrednet
-2
/
+2
2021-05-18
Deny warning in every main sub-crate
flip1995
-0
/
+2
2021-03-17
rename `cargo dev ra_setup` to `cargo dev ide_setup`
Matthias Krüger
-4
/
+4
2021-03-11
lintcheck: move out of clippy-dev into own crate
Matthias Krüger
-42
/
+3
2021-03-05
lintcheck: add --fix mode which tries to apply lint suggestions to the source...
Matthias Krüger
-1
/
+2
2021-02-19
lintcheck: add -j <N> option to configure threads.
Matthias Krüger
-0
/
+8
2021-02-07
lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate s...
Matthias Krüger
-0
/
+7
2021-01-23
rename cargo dev crater to cargo dev lintcheck
Matthias Krüger
-9
/
+9
2021-01-23
clippy dev crater: address more review commetns
Matthias Krüger
-1
/
+1
2021-01-23
cargo dev crater: throw an error if we can't find our specified crate in the ...
Matthias Krüger
-16
/
+24
2021-01-23
clippy dev crater: add option to only check a single one of the listed crates...
Matthias Krüger
-3
/
+13
2021-01-23
crater: hook into main.rs
Matthias Krüger
-1
/
+5
2021-01-04
Bless only updated since clippy build
Cameron Steffen
-3
/
+11
2020-12-13
cargo dev: rename ra-setup to ra_setup to be in line with the other commands
Matthias Krüger
-2
/
+2
2020-12-13
NFC: clippy cargo dev: move generation of clap config into a function
Matthias Krüger
-48
/
+52
2020-12-12
Rewrite update-all-references bash scripts in Rust
Philipp Hansch
-1
/
+5
2020-10-08
Clippy dev subcommand to build and serve website
David Tolnay
-1
/
+19
2020-05-28
clippy_dev: add ra_setup
Matthias Krüger
-1
/
+15
2020-03-31
Move update_lints logic to its own module
flip1995
-175
/
+5
2020-03-31
Make limit_stderr_length a subcommand
flip1995
-8
/
+6
2020-03-31
Define modules in lib.rs instead of main.rs
flip1995
-3
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+4
[next]