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
/
main.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-1
/
+0
2023-08-11
Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup
Philipp Krones
-1
/
+1
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-5
/
+5
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-1
/
+3
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-58
/
+69
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-1
/
+1
2022-07-28
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
Philipp Krones
-2
/
+9
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-1
/
+19
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-0
/
+18
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-124
/
+88
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-86
/
+70
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-2
/
+15
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-10
/
+74
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-5
/
+15
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-1
/
+14
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-0
/
+6
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-8
/
+1
2021-07-01
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
flip1995
-13
/
+68
2021-05-20
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
flip1995
-0
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-4
/
+4
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-41
/
+3
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-0
/
+8
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-0
/
+7
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-3
/
+25
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-3
/
+11
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-47
/
+55
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-1
/
+19
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-1
/
+15
2020-03-31
Move update_lints logic to its own module
flip1995
-175
/
+5
2020-03-31
Make limit_stderr_length a subcommand
flip1995
-8
/
+6
2020-03-31
Define modules in lib.rs instead of main.rs
flip1995
-3
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+4
2020-02-14
Rename lint_count -> usable_lint_count
flip1995
-4
/
+4
2020-02-14
Let update_lints also generate the internal lints
flip1995
-1
/
+3
2020-02-14
Make Lint::by_lint_group take impl Iterator as argument
flip1995
-2
/
+2
2020-02-07
dev: Move DOCS_LINK out of lazy_static and reuse it
Lzu Tao
-7
/
+9
2020-02-07
dev: Make UpdateMode a copy type
Lzu Tao
-14
/
+14
2020-01-30
Deprecate util/dev in favor of cargo alias
Philipp Hansch
-11
/
+12
2020-01-15
Generate new lints easily
Brad Sherman
-0
/
+52
2019-12-23
a few small cleanups
Lzu Tao
-4
/
+0
2019-11-25
Enable deny-warnings feature everywhere in CI
flip1995
-0
/
+2
2019-10-24
Fix dogfood findings
flip1995
-0
/
+1
2019-10-24
Run ./util/dev fmt
flip1995
-3
/
+3
2019-10-24
Update clippy_dev
Mark Rousskov
-5
/
+15
2019-07-07
Fix crash on `dev --limit-stderr-length`
Michael Wright
-1
/
+1
2019-07-07
Add dev fmt subcommand
Michael Wright
-8
/
+32
2019-06-14
Use replace_region_in_file for creating the lint list
flip1995
-16
/
+17
2019-06-12
make it pass dogfood
Jane Lusby
-2
/
+2
2019-06-12
run rustfmt
Jane Lusby
-1
/
+1
2019-06-12
fix padding and put clippy someplaces
Jane Lusby
-0
/
+1
[next]