about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/early
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-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-2/+2
2025-01-25Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubileeJacob Pratt-1/+0
2025-01-25Filter well known names from check-cfg diagnosticsUrgau-4/+25
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-4/+2
2024-12-15Improve check-cfg Cargo macro diagnostic with crate nameUrgau-8/+14
2024-12-15Access `TyCtxt` from early diagnostic decorationUrgau-0/+830