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
/
reference.rs
Age
Commit message (
Expand
)
Author
Lines
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-0
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-2
/
+3
2021-08-12
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
flip1995
-1
/
+2
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-7
/
+12
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-2
/
+4
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-2
/
+14
2020-11-23
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
flip1995
-12
/
+49
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-0
/
+5
2020-03-01
Rustup to rust-lang/rust#69592
Yuki Okushi
-1
/
+1
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
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Re-add wildcards for BorrowKind in some places
Manish Goregaokar
-2
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-2
/
+2
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-2
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-6
/
+6
2019-09-03
Allow deref_addrof in macros
Yuki Okushi
-1
/
+2
2019-08-02
Doctests: Fix all complexity lint docs
Philipp Hansch
-3
/
+3
2019-04-17
Use lint pass macros
Matthew Kraai
-25
/
+5
2019-03-05
move lint documentation into macro invocations
Andy Russell
-25
/
+25
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+8
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2019-01-03
Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995
bors
-6
/
+2
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-4
/
+4
2018-12-28
Fix suggestion for unnecessary_ref lint
Philipp Hansch
-6
/
+2
2018-11-27
Run rustfmt on clippy_lints
flip1995
-1
/
+0
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-6
/
+8
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-3
/
+6
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-3
/
+3
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-07-23
Rustup
Oliver Schneider
-2
/
+2
2018-07-20
Remove import of if_chain
Manish Goregaokar
-0
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-05-28
Merge pull request #2808 from Aaronepower/master
Oliver Schneider
-0
/
+50
2018-05-28
Added lint for unnecessary references
Aaron Power
-0
/
+50
2018-05-28
Refactored nested if lets to if_chain! macro
Aaron Power
-2
/
+4
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2017-09-05
Run nightly rustfmt
Oliver Schneider
-1
/
+1
2017-08-14
Rustfmt
Oliver Schneider
-6
/
+8
2017-06-29
Run rustfmt
Oliver Schneider
-2
/
+6
2017-06-22
Use span_lint_and_sugg
Seo Sanghyeon
-4
/
+3
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-10
/
+4
2016-11-25
Convert DEREF_ADDROF to EarlyLintPass
Phil Turnbull
-5
/
+12
2016-11-22
Lint usage of `*&` and `*&mut`
Phil Turnbull
-0
/
+48