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
/
src
/
test
/
ui
/
lint
/
dead-code
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1735
/
+0
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-4
/
+4
2022-10-01
bless ui tests
Maybe Waffle
-11
/
+11
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-6
/
+64
2022-06-22
Rewrite dead-code pass to avoid fetching HIR.
Camille GILLOT
-30
/
+53
2022-06-22
Uniform spans in dead code lint.
Camille GILLOT
-40
/
+36
2022-06-19
collapse dead code warnings into a single diagnostic
Takayuki Maeda
-166
/
+252
2022-06-02
don't use a `span_note` for ignored impls
lcnr
-6
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-15
/
+14
2022-05-10
Add regression test for #68408
Yuki Okushi
-0
/
+22
2022-02-01
Make dead code check a query.
Camille GILLOT
-10
/
+10
2022-01-15
Use span of ignored impls for explanatory note
Fabian Wolff
-4
/
+5
2022-01-11
Annotate dead code lint with notes about ignored derived impls
Fabian Wolff
-0
/
+5
2021-11-22
Split inline const to two feature gates
Gary Guo
-1
/
+1
2021-08-24
Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726
bors
-0
/
+109
2021-08-15
Add a dead code test for using anon const in pattern
Gary Guo
-0
/
+45
2021-07-21
temporarily ignore a test until we reland PR 83171.
Felix S. Klock II
-0
/
+2
2021-07-21
Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.
Felix S. Klock II
-113
/
+0
2021-07-14
Warn about useless assignments of variables/fields to themselves
Fabian Wolff
-0
/
+94
2021-05-21
Warn about unreachable code following an expression with an uninhabited type
Fabian Wolff
-0
/
+109
2021-05-16
More tests for issue-85255
hi-rustin
-5
/
+82
2021-05-15
Warn about unused pub fields in non-pub structs
Fabian Wolff
-0
/
+54
2021-04-16
Remove #[main] attribute.
Charles Lew
-2
/
+2
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