rust/compiler/rustc_macros/src
Xiretza f2acbb9d1e Forbid #[suggestion_*(...)] on Vecs
It is ambiguous whether this should produce several `.span_suggestions()`
calls or one `.multipart_suggestions()` call.
2023-02-01 21:49:45 +01:00
..
diagnostics Forbid #[suggestion_*(...)] on Vecs 2023-02-01 21:49:45 +01:00
symbols Simplify some iterator combinators 2023-01-04 00:48:07 +00:00
hash_stable.rs more clippy fixes 2021-11-07 16:59:05 +01:00
lib.rs Support eager subdiagnostics again 2023-01-11 14:20:34 -08:00
lift.rs
newtype.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
query.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
serialize.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
symbols.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
type_foldable.rs Add #[derive(TypeVisitable)] 2022-07-05 22:25:15 +01:00
type_visitable.rs Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00