rust/compiler/rustc_interface/src
David Wood d1fcf61117 errors: generate typed identifiers in each crate
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>
2023-02-22 09:15:53 +00:00
..
callbacks.rs Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
interface.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
passes.rs Remove some unnecessary tcx-passing 2023-02-20 15:28:59 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Move the resolver into a query 2023-02-20 15:28:59 +00:00
tests.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
util.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00