summary refs log tree commit diff
path: root/compiler/rustc_lint/src/early/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Reword messageEsteban Küber-2/+2
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-2/+2
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-2/+1
2025-01-23Make the wasm_c_abi future compat warning a hard errorbjorn3-1/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-15Improve check-cfg Cargo macro diagnostic with crate nameUrgau-3/+3
2024-12-15Access `TyCtxt` from early diagnostic decorationUrgau-0/+468