about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/early/diagnostics
AgeCommit message (Expand)AuthorLines
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+8
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-2/+2
2025-01-25Filter well known names from check-cfg diagnosticsUrgau-4/+25
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-5/+11
2024-12-15Access `TyCtxt` from early diagnostic decorationUrgau-0/+362