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
Age
Commit message (
Expand
)
Author
Lines
2022-06-13
Fix `clap` deprecation warnings
Jason Newcomb
-127
/
+96
2022-06-06
Auto update lint count in Clippy book
flip1995
-0
/
+10
2022-05-23
update dependencies
Marcel Hellwig
-92
/
+74
2022-05-15
Add renamed lints to the changelog link list
Jason Newcomb
-2
/
+7
2022-05-13
Tweak some words improved representation
ydah
-3
/
+3
2022-05-09
New lint: [`derive_partial_eq_without_eq`]
nsunderland1
-3
/
+3
2022-05-06
Pass through extra args in `cargo dev lint`
Alex Macleod
-2
/
+18
2022-04-30
Auto merge of #8625 - Jarcho:rename_lint, r=xFrednet
bors
-27
/
+396
2022-04-24
Add `rename_lint` command
Jason Newcomb
-20
/
+322
2022-04-15
initialization misspell
whodi
-1
/
+1
2022-04-15
adding spell checking
whodi
-3
/
+3
2022-04-13
New lint `format_add_strings`
Peter Jaszkowiak
-9
/
+13
2022-04-09
Allow passing --remove to `cargo dev setup <SUBCOMMAND>`
Yoav Lavi
-7
/
+44
2022-04-07
Allow raw lint descriptions
flip1995
-1
/
+4
2022-04-05
Auto merge of #8607 - Alexendoo:cargo-dev-lint-dir, r=flip1995,giraffate
bors
-30
/
+79
2022-04-03
Generate renamed lint test
Jason Newcomb
-9
/
+64
2022-04-03
Generate deprecated lints test
Jason Newcomb
-0
/
+12
2022-04-01
Remove cargo_metadata dependency from clippy_dev
Jason Newcomb
-8
/
+17
2022-04-01
Remove regex dependency from clippy_dev
Jason Newcomb
-380
/
+274
2022-03-29
Allow running `cargo dev lint` on a package directory
Alex Macleod
-30
/
+79
2022-02-06
Support `cargo dev bless` for tests with revisions
Alex Macleod
-47
/
+18
2022-01-21
Don't bless outdated files on windows
Jason Newcomb
-1
/
+6
2022-01-17
Remove __CLIPPY_INTERNAL_TESTS env var
Cameron Steffen
-1
/
+0
2022-01-10
Use `rustup which rustfmt`
Cameron Steffen
-4
/
+21
2022-01-10
Fix output capturing
Cameron Steffen
-2
/
+5
2022-01-09
Combine internal features in clippy_lints
Cameron Steffen
-1
/
+1
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-11-10
Address review feedback
xFrednet
-1
/
+1
2021-11-10
Manually add `clippy::version` attribute to deprecated lints
xFrednet
-1
/
+2
2021-11-10
Document new `clippy::version` attribute and make it mandatory
xFrednet
-4
/
+22
2021-11-10
Add clippy version to Clippy's lint list
xFrednet
-0
/
+1
2021-11-06
Add `cargo dev lint` to manually run clippy on a file
Alex Macleod
-1
/
+35
2021-10-26
Register the generated lints from `cargo dev new_lint`
Alex Macleod
-11
/
+29
2021-10-15
Remove redundant `to_string`s
Samuel E. Moelius III
-2
/
+2
2021-10-09
Use `indoc` for formatting
Michael Wright
-73
/
+79
2021-10-09
Fix `clippy::too-many-arguments` violation
Michael Wright
-32
/
+14
2021-10-09
Add `--msrv` option to `new_lint` command
Michael Wright
-16
/
+98
2021-10-07
Revert `update_lints` module list generating code
Michael Wright
-12
/
+10
2021-10-06
Return to generating mod declarations in lib.rs
Manish Goregaokar
-5
/
+11
2021-09-30
Fix comment in `update_lints`
mikerite
-1
/
+1
2021-09-29
Add test module for `update_lints`
Michael Wright
-155
/
+161
2021-09-29
Move `update_lints` specific code out of `lib`
Michael Wright
-554
/
+551
2021-09-29
Fix lint register code format
Michael Wright
-119
/
+128
2021-09-29
Move code generated by `update_lints` to includes
Michael Wright
-84
/
+100
2021-09-08
Rename test_build_base to test
Cameron Steffen
-1
/
+1
2021-09-08
Use relative path for test builds
Cameron Steffen
-5
/
+2
2021-09-08
Use relative exe paths
Cameron Steffen
-11
/
+2
2021-08-23
Remove stderr limit
Cameron Steffen
-60
/
+1
2021-07-28
Rollup merge of #7420 - xFrednet:7172-update-lint-documentation, r=flip1995
Philipp Krones
-6
/
+3
[next]