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
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
/
+5
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-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
/
+2
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
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
/
+29
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
update_lints rewrite: Add structure and --print-only
Philipp Hansch
-0
/
+197
[prev]