rust/compiler/rustc_expand/src
Oli Scherer 7ba82d61eb Use a dedicated type instead of a reference for the diagnostic context
This paves the way for tracking more state (e.g. error tainting) in the diagnostic context handle
2024-06-18 15:42:11 +00:00
..
mbe Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
base.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
build.rs Fix formatting 2024-06-06 20:27:25 -05:00
config.rs Rename buffer_lint_with_diagnostic to buffer_lint 2024-05-21 20:16:39 +00:00
errors.rs Convert proc_macro_back_compat lint to an unconditional error. 2024-05-28 08:15:15 +10:00
expand.rs Fix build 2024-06-06 20:27:25 -05:00
lib.rs Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
mbe.rs Add some comments. 2024-05-23 06:03:17 +10:00
module.rs Make top-level rustc_parse functions fallible. 2024-06-05 10:38:03 +10:00
placeholders.rs Add ErrorGuaranteed to Recovered::Yes and use it more. 2024-05-09 20:12:07 +10:00
proc_macro.rs Remove stream_to_parser. 2024-06-05 10:37:59 +10:00
proc_macro_server.rs Prefer dcx methods over fields or fields' methods 2024-06-18 13:45:08 +00:00