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
2022-06-23
Add `cargo dev dogfood`
Serial
-0
/
+1
2022-04-30
Auto merge of #8625 - Jarcho:rename_lint, r=xFrednet
bors
-0
/
+1
2022-04-24
Add `rename_lint` command
Jason Newcomb
-0
/
+1
2022-04-05
Auto merge of #8607 - Alexendoo:cargo-dev-lint-dir, r=flip1995,giraffate
bors
-0
/
+13
2022-04-01
Remove cargo_metadata dependency from clippy_dev
Jason Newcomb
-0
/
+1
2022-04-01
Remove regex dependency from clippy_dev
Jason Newcomb
-0
/
+3
2022-03-29
Allow running `cargo dev lint` on a package directory
Alex Macleod
-0
/
+13
2021-11-06
Add `cargo dev lint` to manually run clippy on a file
Alex Macleod
-0
/
+1
2021-09-29
Move `update_lints` specific code out of `lib`
Michael Wright
-550
/
+1
2021-09-29
Fix lint register code format
Michael Wright
-89
/
+99
2021-09-29
Move code generated by `update_lints` to includes
Michael Wright
-25
/
+43
2021-08-23
Remove stderr limit
Cameron Steffen
-1
/
+0
2021-06-25
Added `cargo dev setup git-hook`
xFrednet
-1
/
+1
2021-06-25
Moved dev `ide_setup` to `setup/intellij.rs`
xFrednet
-1
/
+1
2021-05-18
Deny warning in every main sub-crate
flip1995
-1
/
+3
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-8
/
+8
2021-03-17
rename `cargo dev ra_setup` to `cargo dev ide_setup`
Matthias Krüger
-1
/
+1
2021-03-11
lintcheck: move out of clippy-dev into own crate
Matthias Krüger
-1
/
+0
2021-03-05
Fix dogfood errors in clippy_dev
flip1995
-1
/
+1
2021-02-02
Add missing_panics_doc lint
Caden Haustein
-0
/
+13
2021-01-23
rename cargo dev crater to cargo dev lintcheck
Matthias Krüger
-1
/
+1
2021-01-23
cargo dev crater: lay out the base plan
Matthias Krüger
-0
/
+1
2020-12-12
Rewrite update-all-references bash scripts in Rust
Philipp Hansch
-0
/
+1
2020-11-29
address review comments and rebase
Matthias Krüger
-4
/
+2
2020-11-29
fix clippy-dev update_lints
Matthias Krüger
-7
/
+23
2020-10-08
Clippy dev subcommand to build and serve website
David Tolnay
-0
/
+1
2020-10-06
clippy_dev: Replace lazy_static with SyncLazy
Philipp Hansch
-19
/
+23
2020-05-28
clippy_dev: add ra_setup
Matthias Krüger
-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
[next]