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
/
compiler
/
rustc_passes
/
src
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
replace hir().def_kind for def_kind query in rustc_passes
Miguel Guarniz
-3
/
+3
2022-05-13
remove LifeSeeder
Miguel Guarniz
-52
/
+69
2022-05-09
review
lcnr
-1
/
+1
2022-05-09
only compute `codegen_fn_attrs` where needed
lcnr
-9
/
+11
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-3
/
+3
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-1
/
+1
2022-04-23
Fix lints.
Camille GILLOT
-35
/
+14
2022-04-23
Drop vis in Item.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-4
/
+14
2022-04-16
Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
bors
-0
/
+4
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-0
/
+4
2022-04-14
remove redundant function param in check_for_self_assign_helper()
Matthias Krüger
-3
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-6
/
+6
2022-02-28
5 - Make more use of let_chains
Caio
-28
/
+27
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-02-06
`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)
cynecx
-1
/
+4
2022-02-01
Make dead code check a query.
Camille GILLOT
-22
/
+33
2022-01-19
Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis
Matthias Krüger
-6
/
+54
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-11
/
+5
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-2
/
+2
2022-01-15
Use span of ignored impls for explanatory note
Fabian Wolff
-19
/
+27
2022-01-11
Annotate dead code lint with notes about ignored derived impls
Fabian Wolff
-6
/
+46
2021-12-15
Remove `in_band_lifetimes` for `rustc_passes`
Peter Jaszkowiak
-3
/
+3
2021-10-02
only check for automatically_derived on impls, not individual methods
Erik Desjardins
-18
/
+6
2021-10-01
perf: only check for rustc_trivial_field_reads attribute on traits
Erik Desjardins
-23
/
+1
2021-09-29
Avoid more invocations of hir_crate query.
Camille GILLOT
-12
/
+7
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+62
2021-09-02
Rename walk_crate.
Camille GILLOT
-1
/
+1
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-14
Fix dead code warning when inline const is used in pattern
Gary Guo
-0
/
+7
2021-07-31
rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables
Vadim Petrochenkov
-52
/
+49
2021-07-21
Allow some temporarily dead code.
Felix S. Klock II
-0
/
+2
2021-07-21
Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.
Felix S. Klock II
-6
/
+0
2021-07-14
Warn about useless assignments of variables/fields to themselves
Fabian Wolff
-0
/
+54
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-3
/
+3
2021-05-15
Warn about unused pub fields in non-pub structs
Fabian Wolff
-20
/
+29
2021-05-12
Use () for privacy.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
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
[next]