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
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
2018-09-06
More refactoring
Philipp Hansch
-18
/
+12
2018-09-05
Remove duplicated .gitignore
Philipp Hansch
-38
/
+0
2018-09-05
Return impl Iterator instead of Vec<Lint>
Philipp Hansch
-15
/
+15
2018-09-03
Refactor to use into_group_map from Itertools
Philipp Hansch
-27
/
+46
2018-09-03
s/direntry/dir_entry
Philipp Hansch
-5
/
+5
2018-09-03
Use insignificant whitespace mode for nice regex
Philipp Hansch
-2
/
+11
2018-09-03
cargo update in clippy_dev
Philipp Hansch
-44
/
+37
2018-09-03
update_lints rewrite: Add structure and --print-only
Philipp Hansch
-0
/
+459
[prev]