about summary refs log tree commit diff
path: root/compiler/rustc_save_analysis/src/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-1/+1
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-24/+28
2021-07-30Do not discard `?Sized` type params and suggest their removalEsteban Küber-0/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-4/+5
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-6/+1
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-1/+6
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-6/+1
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-05-05Revamp RealFileName public methodsAndy Wang-1/+1
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-1/+1
2021-03-30Remove hir::CrateItem.Camille GILLOT-10/+5
2021-03-23GenericParam does not need to be a HIR owner.Camille GILLOT-9/+0
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-09Remove hir::Item::attrs.Camille GILLOT-6/+9
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-6/+5
2021-03-09Remove hir::Variant::attrs.Camille GILLOT-10/+6
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-2/+3
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-10/+7
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-75/+42
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-15/+6
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-3/+3
2021-01-01first pass at default values for const genericsJulian Knodt-1/+4
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-4/+6
2020-10-22fix save-analysisBastian Kauschke-1/+11
2020-08-30mv compiler to compiler/mark-0/+1517