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
2024-01-25
Rebase slice_group_by stabilization PR
David Tolnay
-1
/
+1
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-2
/
+2
2024-01-18
`dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]`
Jake Goulding
-8
/
+10
2024-01-16
Skip dead code checks on items that failed typeck
Oli Scherer
-1
/
+4
2024-01-02
Merge `unused_tuple_struct_fields` into `dead_code`
Jake Goulding
-23
/
+35
2023-12-25
Pass DeadItem and lint as consistent group in dead-code.
Camille GILLOT
-62
/
+45
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-6
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-8
/
+8
2023-11-14
Fix some typos
cui fliter
-1
/
+1
2023-10-31
Enums in offset_of: update based on est31, scottmcm & llogiq review
George Bateman
-20
/
+5
2023-10-31
Support enum variants in offset_of!
George Bateman
-7
/
+22
2023-10-13
Format all the let chains in compiler
Michael Goulet
-9
/
+10
2023-10-04
Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-...
bors
-34
/
+39
2023-10-02
Tidy
Chinedu Francis Nwafili
-6
/
+1
2023-10-02
Tidy
Chinedu Francis Nwafili
-12
/
+2
2023-10-02
Address misc feedback
Chinedu Francis Nwafili
-18
/
+19
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-2
/
+2
2023-09-12
Fix formatting
Chinedu Francis Nwafili
-12
/
+8
2023-09-12
Tests passing
Chinedu Francis Nwafili
-14
/
+20
2023-08-15
Misc progress
Chinedu Francis Nwafili
-15
/
+25
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-3
/
+3
2023-08-12
Auto merge of #114710 - Urgau:fix-expect-dead_code-114557, r=cjgillot
bors
-33
/
+93
2023-08-10
Respect `#[expect]` the same way `#[allow]` is with the `dead_code` lint
Urgau
-33
/
+93
2023-08-08
Fix multiple `expect` attribs in impl block
Chinedu Francis Nwafili
-0
/
+7
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-2
/
+2
2023-07-14
Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino
Matthias Krüger
-1
/
+1
2023-07-14
Make it clearer that we're just checking for an RPITIT
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-0
/
+11
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-21
fmt
DrMeepster
-6
/
+3
2023-04-21
fix incorrect param env in dead code lint
DrMeepster
-4
/
+5
2023-04-21
offset_of
DrMeepster
-0
/
+36
2023-04-13
impl reviewer feedback
Ezra Shaw
-11
/
+10
2023-04-13
dead-code-lint: de-dup multiple unused assoc fns
Ezra Shaw
-17
/
+37
2023-04-13
refactor: emit "unused assoc fn" in lexical order
Ezra Shaw
-4
/
+7
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2023-03-21
Use local key in providers
Michael Goulet
-2
/
+2
2023-03-13
Don't opt_rpitit_info as a separate query
Michael Goulet
-1
/
+1
2023-03-12
Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors
bors
-0
/
+6
2023-03-08
Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk
bors
-13
/
+11
2023-03-06
Avoid accessing HIR for RPITITs assoc type on mark_live_symbols
Santiago Pastorino
-0
/
+6
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-03-01
Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.
Michael Woerister
-1
/
+1
2023-03-01
Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d...
Michael Woerister
-14
/
+12
2023-02-23
Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...
bors
-2
/
+2
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-2
/
+2
2023-02-22
Lint dead code in closures
clubby789
-0
/
+3
2023-02-19
Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726
bors
-1
/
+1
[prev]
[next]