summary refs log tree commit diff
path: root/compiler/rustc_plugin_impl/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
Instead of loading the Fluent resources for every crate in `rustc_error_messages`, each crate generates typed identifiers for its own diagnostics and creates a static which are pulled together in the `rustc_driver` crate and provided to the diagnostic emitter. Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-22Migrate rustc_plugin_impl to SessionDiagnosticPeter Medus-0/+3
2022-06-03Fully stabilize NLLJack Huey-1/+0
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-1/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-08-30mv compiler to compiler/mark-0/+25