about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-04-08Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwcoDylan DPC-3/+3
2021-04-08Fix outdated crate names in compiler docspierwill-3/+3
2021-04-08Auto merge of #82958 - camelid:res-docs, r=petrochenkovbors-13/+142
2021-04-07Document `Res` and its friendsCamelid-13/+142
2021-04-08Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqdDylan DPC-1/+1
2021-04-07Add Debug implementation for hir::intravisit::FnKindGuillaume Gomez-1/+1
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-2/+4
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+4
2021-04-03Auto merge of #83599 - jyn514:unorderable, r=Aaron1011bors-2/+5
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-3/+3
2021-03-31Revert explicit lifetimesJack Huey-2/+2
2021-03-31Track bound varsJack Huey-2/+2
2021-03-30Remove hir::CrateItem.Camille GILLOT-10/+3
2021-03-28Avoid sorting by DefId for `necessary_variants()`Joshua Nelson-2/+5
2021-03-27Address review commentsJoshua Nelson-1/+69
2021-03-27Remove (lots of) dead codeJoshua Nelson-103/+5
2021-03-23progress, stuff compiles nowlcnr-1/+8
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-3/+3
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-23/+23
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-1/+1
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-23/+23
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-1/+3
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-03-15Special case type aliases from impl trait in const/static typesOli Scherer-1/+3
2021-03-14Remove unused `opt_local_def_id_to_hir_id` functionJoshua Nelson-5/+0
2021-03-11Auto merge of #82641 - camelid:lang-item-docs, r=jyn514bors-19/+28
2021-03-10Remove unnecessary `#[allow(dead_code)]`Camelid-1/+0
2021-03-10Clarify docsCamelid-1/+2
2021-03-10Remove `sym::` and `kw::` from generated docsCamelid-3/+3
2021-03-10Fix bugCamelid-2/+2
2021-03-09Use BTreeMap to store attributes.Camille GILLOT-3/+3
2021-03-09Track HirId when visiting attributes.Camille GILLOT-3/+5
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-3/+2
2021-03-09Remove hir::Item::attrs.Camille GILLOT-4/+2
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-23/+5
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-4/+2
2021-03-09Remove hir::ForeignItem::attrs.Camille GILLOT-4/+2
2021-03-09Remove hir::StructField::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::Variant::attrs.Camille GILLOT-2/+0
2021-03-09Remove hir::Param::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::Arm::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::MacroDef::attrs.Camille GILLOT-3/+1
2021-03-09Remove hir::GenericParam::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::Local::attrs.Camille GILLOT-1/+0
2021-03-09Remove hir::StmtKind::attrs.Camille GILLOT-10/+0
2021-03-09Visit attributes in one go.Camille GILLOT-15/+4
2021-03-09Do not store attrs in FnKind.Camille GILLOT-19/+11
2021-03-09Collect attributes during HIR lowering.Camille GILLOT-1/+18