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
2021-05-18
Deny warning in every main sub-crate
flip1995
-1
/
+5
2021-04-27
Implement `x.py test src/tools/clippy --bless`
Joshua Nelson
-2
/
+2
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-9
/
+9
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-7
/
+7
2021-03-12
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
flip1995
-767
/
+6
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-83
/
+340
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-77
/
+247
2021-02-02
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
Manish Goregaokar
-8
/
+37
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-5
/
+340
2021-01-15
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
flip1995
-13
/
+46
2021-01-02
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
flip1995
-2
/
+2
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-49
/
+151
2020-12-06
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
flip1995
-10
/
+24
2020-11-24
clippy: Remove now obsolete lintlist module
flip1995
-14
/
+1
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-1
/
+10
2020-10-23
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
Eduardo Broto
-1
/
+1
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-21
/
+108
2020-09-24
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
flip1995
-2
/
+2
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-1
/
+1
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-1
/
+2
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-2
/
+109
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-75
/
+115
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
-40
/
+43
2020-04-03
Get rid of Lint::is_internal method
flip1995
-24
/
+7
2020-04-03
Clean up update_lints
flip1995
-15
/
+14
2020-03-31
Don't use an exact lint counter anymore
flip1995
-11
/
+14
2020-03-31
Move update_lints logic to its own module
flip1995
-175
/
+168
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
-8
/
+14
2020-03-29
Bump itertools
Lzu Tao
-1
/
+1
2020-03-18
Auto merge of #5329 - matthiaskrgr:int_arith_on_ref_5328, r=flip1995
bors
-6
/
+10
2020-03-18
Fix limit-stderr-files test
flip1995
-6
/
+10
2020-03-18
new_lint.rs: encourage authors to write more detailed code samples in lint de...
Matthias Krüger
-1
/
+5
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+4
2020-02-14
Adapt gen_lint_group_list test to also generate internal lints
flip1995
-1
/
+2
2020-02-14
Rename lint_count -> usable_lint_count
flip1995
-4
/
+4
2020-02-14
Let update_lints also generate the internal lints
flip1995
-2
/
+9
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
-8
/
+5
2020-02-10
Remove unnecessary imports from `new_lint` tool
Krishna Sai Veera Reddy
-1
/
+1
2020-02-07
dev: Move DOCS_LINK out of lazy_static and reuse it
Lzu Tao
-9
/
+12
2020-02-07
dev: Make UpdateMode a copy type
Lzu Tao
-14
/
+14
2020-02-07
dev: Prefer `fs::read*` and improvement to replace text region
Lzu Tao
-31
/
+23
2020-02-06
dev: Use bytecount for faster line count
Lzu Tao
-30
/
+26
2020-02-03
Decrease line length limit for stderrs
Yuki Okushi
-1
/
+1
2020-01-31
Auto merge of #5109 - phansch:ciao_util_dev, r=flip1995
bors
-61
/
+46
[next]