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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-19
/
+24
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+2
2020-04-23
clippy_dev: make it fatal when the regex for updating lint count does not match
Matthias Krüger
-2
/
+3
2020-04-03
Make lint modules private
flip1995
-5
/
+2
2020-04-03
Don't filter lints in code generation functions
flip1995
-30
/
+22
2020-04-03
Build lint lists once and the reuse them to update files
flip1995
-19
/
+26
2020-04-03
Get rid of Lint::is_internal method
flip1995
-22
/
+5
2020-04-03
Clean up update_lints
flip1995
-10
/
+9
2020-03-31
Define modules in lib.rs instead of main.rs
flip1995
-0
/
+5
2020-02-14
Adapt gen_lint_group_list test to also generate internal lints
flip1995
-1
/
+2
2020-02-14
Let update_lints also generate the internal lints
flip1995
-1
/
+6
2020-02-14
Save Lint::module as full path of module
flip1995
-13
/
+18
2020-02-14
Make Lint::by_lint_group take impl Iterator as argument
flip1995
-6
/
+3
2020-02-07
dev: Move DOCS_LINK out of lazy_static and reuse it
Lzu Tao
-2
/
+3
2020-02-07
dev: Prefer `fs::read*` and improvement to replace text region
Lzu Tao
-31
/
+23
2020-01-31
Mark clippy_project_root as `must_use`
Phil Hansch
-0
/
+1
2020-01-30
Move project_root function to clippy_dev/src/lib.rs
Philipp Hansch
-5
/
+18
2020-01-30
Deprecate util/dev in favor of cargo alias
Philipp Hansch
-4
/
+13
2019-12-24
do minor cleanups
Lzu Tao
-1
/
+1
2019-11-25
Enable deny-warnings feature everywhere in CI
flip1995
-0
/
+2
2019-10-24
Fix dogfood findings
flip1995
-2
/
+8
2019-10-24
Update clippy_dev
Mark Rousskov
-3
/
+17
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+7
2019-10-02
account for doc visibility
Andre Bogus
-1
/
+1
2019-08-19
Add option_and_then_some lint
Lzu Tao
-3
/
+3
2019-08-12
Update lint deprecation for tool lints
Philipp Hansch
-3
/
+3
2019-04-15
Remove clippy::default_hash_types internal lint
flip1995
-2
/
+0
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-2
/
+2
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
-10
/
+15
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+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
-80
/
+128
2018-11-22
rust-lang-nursery/rust-clippy => rust-lang/rust-clippy
Matthias Krüger
-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
-14
/
+27
2018-11-03
Merge #3399
bors[bot]
-2
/
+64
2018-11-03
RIIR update lints: Generate lint group registrations
Philipp Hansch
-0
/
+28
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
/
+36
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
-18
/
+20
2018-10-31
RIIR update lints: Generate deprecated lints
Philipp Hansch
-0
/
+33
2018-10-17
RIIR update_lints: Update changelog links
Philipp Hansch
-1
/
+31
2018-10-16
Fix dogfood
Philipp Hansch
-1
/
+2
2018-10-16
RIIR update_lints: Replace lint count in README.md
Philipp Hansch
-0
/
+119
2018-10-16
Rename `active_lints` to `usable_lints`
Philipp Hansch
-6
/
+8
2018-10-15
Add comment on WalkDir vs. fs::read_dir
Philipp Hansch
-0
/
+2
2018-10-15
Some more documentation for clippy_dev
Philipp Hansch
-0
/
+2
[next]