about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
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
2021-03-09Introduce HirIdVec.Camille GILLOT-0/+53
2021-03-09Rollup merge of #82841 - hvdijk:x32, r=joshtriplettMara Bos-1/+1
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-20/+93
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-02-28Convert some lang item comments to doc-commentsCamelid-6/+8
2021-02-28Enable `extended_key_value_attributes` in `rustc_hir`Camelid-0/+1
2021-02-28Improve lang item generated docsCamelid-10/+16
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+10
2021-02-23Improve error msgs when found type is deref of expectedÖmer Sinan Ağacan-0/+8
2021-02-23Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnrDylan DPC-1/+58
2021-02-21fix rebaseEsteban Küber-2/+1
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-0/+58
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-4/+26
2021-02-19Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011Dylan DPC-1/+1
2021-02-19Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obkDylan DPC-2/+22
2021-02-18ignore file lengthGus Wynn-0/+1
2021-02-18Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726Dylan DPC-0/+1
2021-02-18ast: Stop using `Mod` in `Crate`Vadim Petrochenkov-1/+1
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+4
2021-02-15Trait impls are Items, therefore HIR owners.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-7/+27
2021-02-15Index Modules using their LocalDefId.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-15/+46
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-15/+32
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-14/+33
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-27/+48
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-1/+13
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-7/+16
2021-02-15Add assertions on HIR enum sizes.Camille GILLOT-4/+15