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-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-10
/
+6
2022-12-19
clippy::complexity fixes
Matthias Krüger
-1
/
+0
2022-12-04
drive-by: move field_index to typeck results
Michael Goulet
-3
/
+3
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-1
/
+1
2022-11-18
couple of clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-8
/
+4
2022-11-04
Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco
Matthias Krüger
-91
/
+84
2022-10-31
Rewrite implementation of `#[alloc_error_handler]`
Amanieu d'Antras
-5
/
+0
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-23
/
+23
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-4
/
+4
2022-10-24
Port `dead_code` lints to be translatable.
Charles Lew
-91
/
+84
2022-10-07
migrate dead.rs to translateable diagnostics
Nathan Stocks
-11
/
+5
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-27
/
+29
2022-10-01
Refactor rustc lint API
Maybe Waffle
-27
/
+29
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-8
/
+2
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-14
/
+19
2022-09-14
change AccessLevels representation
Bryanskiy
-7
/
+4
2022-09-09
Handle generic parameters.
Camille GILLOT
-1
/
+1
2022-09-08
Introduce `DotDotPos`.
Nicholas Nethercote
-7
/
+4
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-8
/
+1
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-18
/
+111
2022-06-22
Rewrite dead-code pass to avoid fetching HIR.
Camille GILLOT
-168
/
+89
2022-06-22
Uniform spans in dead code lint.
Camille GILLOT
-96
/
+52
2022-06-22
Simplify match.
Camille GILLOT
-5
/
+3
2022-06-22
Mark inherent impls as using the type during liveness collection.
Camille GILLOT
-25
/
+21
2022-06-19
collapse dead code warnings into a single diagnostic
Takayuki Maeda
-70
/
+181
2022-06-19
emit only one note per unused struct field
Takayuki Maeda
-36
/
+51
2022-06-02
don't use a `span_note` for ignored impls
lcnr
-5
/
+1
2022-05-14
avoid fetching HIR when handling Impl assoc items
Miguel Guarniz
-12
/
+18
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
[next]