summary refs log tree commit diff
path: root/compiler/rustc_passes/src/entry.rs
AgeCommit message (Expand)AuthorLines
2021-03-09Remove hir::Item::attrs.Camille GILLOT-6/+8
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-2/+2
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-6/+5
2020-11-26Formatting.Camille GILLOT-1/+3
2020-11-26Store ForeignItem in a side table.Camille GILLOT-1/+3
2020-10-04Enforce crate level attributes checksGuillaume Gomez-18/+26
2020-08-30mv compiler to compiler/mark-0/+221