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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
lint
/
dead-code
Age
Commit message (
Expand
)
Author
Lines
2021-05-03
Revert PR 81473 to resolve (on beta) issues 81626 and 81658.
Felix S. Klock II
-113
/
+0
2021-02-19
Consider auto derefs before warning about write only fields
Tomasz Miąsko
-1
/
+68
2021-01-28
Warn write-only fields
Seo Sanghyeon
-0
/
+46
2021-01-23
Do not mark unit variants as used when in path pattern
Tomasz Miąsko
-1
/
+40
2021-01-13
Update tests for extern block linting
Mark Rousskov
-5
/
+5
2020-12-08
Visit ForeignItems when marking dead code.
Camille GILLOT
-0
/
+19
2020-09-22
dead_code: look at trait impls even if they don't contain items
Bastian Kauschke
-0
/
+19
2020-06-28
Rename the lint to clashing_extern_declarations.
jumbatm
-1
/
+1
2020-06-20
Update existing test cases.
jumbatm
-6
/
+7
2020-05-06
Dead-code pass highlights too much of impl functions
mibac138
-2
/
+54
2020-04-24
Remove redundant `descr`/`descriptive_variant` methods from HIR.
Eduard-Mihai Burtescu
-8
/
+8
2020-04-19
test for false "never constructed" warnings for `Self::` variant paths
jakubadamw
-1
/
+21
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-14
/
+14
2020-01-24
Normalise notes with the/is
varkor
-14
/
+14
2020-01-23
Use check-pass mode for lint tests
Tomasz Miąsko
-1
/
+1
2019-11-16
Use "field is never read" instead of "field is never used"
cosine
-10
/
+10
2019-10-26
Use ident instead of def_span in dead-code pass
Pi Lanningham
-42
/
+87
2019-10-26
Move dead_code related tests to test/ui/dead-code
Pi Lanningham
-0
/
+974