summaryrefslogtreecommitdiff
path: root/compiler/rustc_plugin_impl/src
Commit message (Expand)AuthorAgeFilesLines
* Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-181-1/+1
* expand: Pass `ast::Crate` by reference to AST transforming passesVadim Petrochenkov2023-03-231-3/+3
* Simplify message pathsest312023-03-111-1/+1
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-0/+4
* Migrate all diagnosticsNilstrieb2022-10-231-2/+2
* 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-223-11/+28
* Fully stabilize NLLJack Huey2022-06-031-1/+0
* replace dynamic library module with libloadingAndy Russell2021-12-061-25/+17
* Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT2021-10-031-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
* 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-303-0/+186