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_lints
/
src
/
enum_variants.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-25
Improve span for module_name_repetitions
Martin Fischer
-2
/
+2
2022-11-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+1
2022-11-15
Extend `needless_borrowed_reference` to structs and tuples, ignore _
Alex Macleod
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-1
/
+1
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-4
/
+3
2022-09-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-4
/
+3
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-23
Apply uninlined_format-args to clippy_lints
Yuri Astrakhan
-4
/
+3
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-1
/
+6
2022-06-26
use all instead of join
kyoto7250
-1
/
+1
2022-06-26
treat argument as a slice.
kyoto7250
-1
/
+1
2022-06-22
enum_variant_names should ignore when all prefixes are _
kyoto7250
-1
/
+6
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-1
/
+2
2022-06-05
Improve lint doc consistency
Serial
-1
/
+2
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-1
/
+1
2022-05-28
Make docs more consistent
Serial
-1
/
+1
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-1
/
+1
2022-05-07
Replace `#[allow]` with `#[expect]` in Clippy
xFrednet
-1
/
+1
2022-04-23
Drop vis in Item.
Camille GILLOT
-1
/
+1
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-0
/
+3
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-61
/
+67
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+3
2021-11-04
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
flip1995
-38
/
+20
2021-07-31
Fix clippy
Vadim Petrochenkov
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-15
/
+15
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-51
/
+29
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+3
2020-09-10
Fully integrate token collection for additional AST structs
Aaron Hill
-2
/
+2
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-3
/
+3
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-5
/
+27
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-2
/
+2
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+4
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-2
/
+2
2019-09-05
Rustup "Minimize uses of `LocalInternedString`"
Lzu Tao
-12
/
+8
2019-08-19
Remove in_macro_or_desugar
KRAAI, MATTHEW [VISUS]
-2
/
+2
2019-08-15
Rustup to rust-lang/rust#63543
flip1995
-1
/
+1
2019-08-06
Don't emit enum_variant_names if remainder starts with a numeric
Philipp Hansch
-0
/
+4
2019-05-21
Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22)
Manish Goregaokar
-1
/
+1
2019-05-11
Rename in_macro to in_macro_or_desugar
Manish Goregaokar
-2
/
+2
2019-04-19
Fix false positive in module_name_repetitions lint
Philipp Hansch
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-15
/
+7
[next]