summaryrefslogtreecommitdiff
path: root/compiler/rustc_plugin_impl
Commit message (Expand)AuthorAgeFilesLines
* Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-182-1/+2
* expand: Pass `ast::Crate` by reference to AST transforming passesVadim Petrochenkov2023-03-231-3/+3
* Simplify message pathsest312023-03-112-1/+1
* errors: generate typed identifiers in each crateDavid Wood2023-02-222-0/+8
* Migrate all diagnosticsNilstrieb2022-10-231-2/+2
* Remove from compiler/ cratesreez12g2022-09-291-1/+0
* UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena2022-09-211-3/+3
* UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena2022-09-211-3/+3
* Migrate rustc_plugin_impl to SessionDiagnosticPeter Medus2022-08-224-11/+29
* remove currently unused depsklensy2022-06-131-2/+0
* Fully stabilize NLLJack Huey2022-06-031-1/+0
* replace dynamic library module with libloadingAndy Russell2021-12-062-25/+18
* Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT2021-10-031-1/+1
* Migrate to 2021Mark Rousskov2021-09-201-1/+1
* Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill2021-08-211-1/+1
* Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn32021-08-103-70/+5
* rfc3052: Remove authors field from Cargo manifestsJade2021-07-291-1/+0
* Use () for plugin_registrar_fn.Camille GILLOT2021-05-121-23/+15
* Remove hir::Item::attrs.Camille GILLOT2021-03-091-1/+2
* Only store a LocalDefId in hir::Item.Camille GILLOT2021-02-151-5/+5
* Store ForeignItem in a side table.Camille GILLOT2020-11-261-0/+2
* /nightly/nightly-rustcErik Hofmayer2020-09-231-1/+1
* Updated html_root_url for compiler cratesErik Hofmayer2020-09-231-1/+1
* mv compiler to compiler/mark2020-08-304-0/+205