about summary refs log tree commit diff
path: root/compiler/rustc_plugin_impl/src/build.rs
AgeCommit message (Expand)AuthorLines
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-57/+0
2021-05-12Use () for plugin_registrar_fn.Camille GILLOT-23/+15
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-5/+5
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+2
2020-08-30mv compiler to compiler/mark-0/+62