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
Age
Commit message (
Expand
)
Author
Lines
2019-06-12
move Lint static def into its own module
Jane Lusby
-10
/
+3
2019-06-12
switch to sorted usable lints
Jane Lusby
-5
/
+10
2019-06-12
Update clippy_dev/src/main.rs
Jane Lusby
-1
/
+1
2019-06-12
initial commit for help improvements on clippy-driver
Jane Lusby
-0
/
+22
2019-06-03
Bump clap in clippy_dev
Lzu Tao
-1
/
+1
2019-05-17
Collect at callsite, use eprintln instead of println
Philipp Hansch
-4
/
+3
2019-05-16
Add a stderr file length check to clippy_dev
Philipp Hansch
-2
/
+65
2019-04-16
Remove rust-toolchain file from clippy_dev
flip1995
-1
/
+0
2019-04-15
Remove clippy::default_hash_types internal lint
flip1995
-2
/
+0
2019-03-15
Add rust-toolchain for clippy_dev
Michael Wright
-0
/
+1
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-2
/
+2
2019-03-08
Improve Clippy dev help
Michael Wright
-2
/
+4
2019-03-05
move lint documentation into macro invocations
Andy Russell
-3
/
+5
2019-02-10
removing redundant closures in the whole project
Grzegorz
-2
/
+2
2019-01-25
dependencies: update itertools from 0.7 to 0.8
Matthias Krüger
-11
/
+16
2019-01-08
Remove all copyright license headers
Philipp Hansch
-18
/
+0
2018-12-25
fix a couple of ftrivial typos (NFC).
Matthias Krüger
-2
/
+2
2018-11-27
Run rustfmt on clippy_dev
flip1995
-115
/
+181
2018-11-22
rust-lang-nursery/rust-clippy => rust-lang/rust-clippy
Matthias Krüger
-3
/
+3
2018-11-05
Fix dogfood
Philipp Hansch
-10
/
+10
2018-11-05
Update println! formatting
Philipp Krones
-1
/
+1
2018-11-05
Fix false positive in check mode caused by `gen_deprecated`
Philipp Hansch
-39
/
+50
2018-11-05
RIIR update lints: Add check mode (update_lints.py rewrite complete)
Philipp Hansch
-32
/
+68
2018-11-03
Merge #3399
bors[bot]
-4
/
+109
2018-11-03
Fix typo
Philipp Hansch
-1
/
+1
2018-11-03
Improve clippy_dev help text
Philipp Hansch
-2
/
+7
2018-11-03
RIIR update lints: Generate lint group registrations
Philipp Hansch
-0
/
+58
2018-11-03
Test clippy_dev on CI and fix test
Philipp Hansch
-3
/
+3
2018-11-03
RIIR update lints: Generate modules section
Philipp Hansch
-2
/
+44
2018-11-02
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
Matthias Krüger
-1
/
+0
2018-10-31
Fix dogfood and pedantic lints
Philipp Hansch
-19
/
+21
2018-10-31
RIIR update lints: Generate deprecated lints
Philipp Hansch
-0
/
+41
2018-10-17
RIIR update_lints: Update changelog links
Philipp Hansch
-3
/
+41
2018-10-16
Fix dogfood
Philipp Hansch
-1
/
+2
2018-10-16
RIIR update_lints: Replace lint count in README.md
Philipp Hansch
-0
/
+139
2018-10-16
Rename `active_lints` to `usable_lints`
Philipp Hansch
-9
/
+13
2018-10-15
Add comment on WalkDir vs. fs::read_dir
Philipp Hansch
-0
/
+2
2018-10-15
sort_by -> sort_by_key
Philipp Hansch
-1
/
+1
2018-10-15
Some more documentation for clippy_dev
Philipp Hansch
-0
/
+2
2018-10-15
Use `WalkDir` to also gather from subdirectories
Philipp Hansch
-4
/
+6
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-11
Use `impl Iterator` in arg position in clippy_dev
Philipp Hansch
-4
/
+4
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+20
2018-09-30
remove cargo edition 2018 feature gate.
Matthias Krüger
-2
/
+0
2018-09-28
Merge pull request #3224 from matthiaskrgr/clippy_self__use_self
Philipp Krones
-4
/
+4
2018-09-27
consistently gitignore all Cargo.lock files
Matthias Krüger
-224
/
+0
2018-09-26
fix all clippy::use_self pedantic warnings found in the codebase.
Matthias Krüger
-4
/
+4
2018-09-23
clippy_dev: port to edition 2018
Matthias Krüger
-5
/
+5
2018-09-12
Change Hash{Map, Set} to FxHash{Map, Set}
flip1995
-0
/
+2
2018-09-06
Pass by ref instead of value
Philipp Hansch
-2
/
+2
[prev]
[next]