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
/
compiler
/
rustc_passes
/
src
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-04
Revert PR 81473 to resolve (on beta) issues 81626 and 81658.
Felix S. Klock II
-21
/
+0
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+3
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-5
/
+5
2021-03-09
Access attrs directly from HirId in rustc_passes::dead.
Camille GILLOT
-23
/
+9
2021-02-19
Consider auto derefs before warning about write only fields
Tomasz Miąsko
-11
/
+17
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-5
/
+9
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-6
/
+6
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-8
/
+8
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2021-01-28
Add missing brace
Oli Scherer
-1
/
+1
2021-01-29
Simplify base_expr
Seo Sanghyeon
-8
/
+4
2021-01-28
Warn write-only fields
Seo Sanghyeon
-0
/
+19
2021-01-23
Do not mark unit variants as used when in path pattern
Tomasz Miąsko
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-19
/
+19
2020-12-08
Simplify visit_{foreign,trait}_item
LingMan
-20
/
+10
2020-12-08
Visit ForeignItems when marking dead code.
Camille GILLOT
-21
/
+25
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+2
2020-10-18
Remove weird slice conversion
Dániel Buga
-1
/
+1
2020-10-18
Clean up surprising borrow
Dániel Buga
-2
/
+2
2020-09-22
dead_code: look at trait impls even if they don't contain items
Bastian Kauschke
-1
/
+4
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+704