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
/
src
/
librustc_passes
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-09
Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper
Ralf Jung
-3
/
+3
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-3
/
+3
2020-05-06
Dead-code pass highlights too much of impl functions
mibac138
-2
/
+12
2020-04-27
Change return type of `entry_fn` query to return a `LocalDefId`
marmeladema
-2
/
+1
2020-04-24
fix a couple more uses of def_kind
mark
-1
/
+1
2020-04-24
Remove redundant `descr`/`descriptive_variant` methods from HIR.
Eduard-Mihai Burtescu
-26
/
+8
2020-04-23
Address comments from review
marmeladema
-3
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-4
/
+4
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-4
/
+9
2020-04-19
Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPC
bors
-1
/
+3
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-10
/
+10
2020-04-19
Fix false "never constructed" warnings for `Self::` variant paths
seiya
-1
/
+3
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-6
/
+3
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-4
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-2
/
+2
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-1
/
+1
2020-03-16
remove unnecessary hir::map imports
Mazdak Farrokhzad
-1
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-4
/
+4
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-3
/
+3
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-3
/
+3
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-1
/
+1
2020-02-24
parser: tweak item kind wording
Mazdak Farrokhzad
-7
/
+1
2020-02-11
Invert control in struct_lint_level.
jumbatm
-6
/
+3
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-4
/
+4
2020-01-11
lints: promote levels.rs to lint.rs & extract passes.rs
Mazdak Farrokhzad
-1
/
+1
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-2
/
+7
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-6
/
+5
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-3
/
+1
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-3
/
+3
2019-12-27
Fallout in other crates.
Camille GILLOT
-4
/
+4
2019-12-26
Fallout in other crates.
Camille GILLOT
-6
/
+11
2019-12-22
Format the world
Mark Rousskov
-130
/
+147
2019-12-21
Use Arena inside hir::StructField.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::EnumDef.
Camille GILLOT
-4
/
+4
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::ForeignItem.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-5
/
+5
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-3
/
+3
2019-11-16
Use "field is never read" instead of "field is never used"
cosine
-1
/
+1
2019-11-05
Use source_callee().is_some() to detect macros
Pi Lanningham
-4
/
+5
2019-11-05
Detect if item.span is in a macro, and fall back
Pi Lanningham
-3
/
+13
2019-10-26
Use ident instead of def_span in dead-code pass
Pi Lanningham
-1
/
+1
2019-10-04
middle::dead -> rustc_passes
Mark Rousskov
-0
/
+676