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
/
utils
/
internal_lints.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-13
Add lint to check for slow symbol comparisons
GnomedDev
-0
/
+1
2024-08-12
Replace the metadata collector with tests
Alex Macleod
-1
/
+0
2024-07-06
remove internal `compiler_lint_functions` lint
y21
-1
/
+0
2023-11-10
Clean up after if chain removal
Alex Macleod
-1
/
+0
2023-10-25
Remove the `internal_warn` lint category
Alex Macleod
-1
/
+1
2023-06-03
Add lint to check lint formulation messages
Raghul Nanth A
-0
/
+1
2022-10-15
Separate internal lints by pass
Samuel Moelius
-1559
/
+11
2022-10-11
Replace manual let else patterns with let else
est31
-8
/
+2
2022-10-05
Add `disallowed_macros` lint
Alex Macleod
-5
/
+5
2022-10-02
Fix and improve internal lint checking for `match_type` usages
Jason Newcomb
-69
/
+208
2022-09-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-18
/
+8
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-23
fallout2: rework clippy_dev & _lints fmt inlining
Yuri Astrakhan
-17
/
+7
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-21
/
+20
2022-09-08
Merge remote-tracking branch 'upstream/auto' into rustup
Philipp Krones
-21
/
+20
2022-09-05
separate the receiver from arguments in HIR under /clippy
Takayuki Maeda
-1
/
+1
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-2
/
+2
2022-08-28
Fixes for latest nightly
Jason Newcomb
-2
/
+2
2022-08-11
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
Philipp Krones
-7
/
+9
2022-07-18
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Philipp Krones
-4
/
+4
2022-06-30
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
Philipp Krones
-20
/
+87
2022-06-16
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
flip1995
-17
/
+9
2022-06-04
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
Philipp Krones
-4
/
+4
2022-05-05
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
flip1995
-2
/
+2
2022-04-08
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
flip1995
-3
/
+12
2022-03-14
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
flip1995
-1
/
+53
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-1
/
+1
2022-02-10
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
flip1995
-5
/
+5
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-0
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-3
/
+3
2022-01-16
Fix Visitor::NestedFilter in Clippy
Cameron Steffen
-5
/
+4
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-7
/
+23
2022-01-09
rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...
Vadim Petrochenkov
-2
/
+2
2021-12-30
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
flip1995
-11
/
+9
2021-12-17
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
flip1995
-7
/
+3
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-2
/
+78
2021-10-21
Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup
flip1995
-2
/
+1
2021-10-07
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
flip1995
-6
/
+6
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-09-28
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
flip1995
-5
/
+8
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-18
/
+10
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-54
/
+55
2021-07-15
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
flip1995
-8
/
+8
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-3
/
+3
2021-05-06
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
flip1995
-0
/
+3
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-7
/
+7
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-16
/
+183
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-4
/
+4
2021-02-25
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
flip1995
-14
/
+9
2021-02-11
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
flip1995
-9
/
+7
[next]