about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/context/diagnostics
AgeCommit message (Expand)AuthorLines
2024-12-15Access `TyCtxt` from early diagnostic decorationUrgau-362/+0
2024-11-19Add external macro specific diagnostic to check-cfgUrgau-8/+49
2024-11-19Disable most Cargo check-cfg help in external macrosUrgau-3/+10
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-18Improve handling of raw-idents in check-cfgUrgau-3/+11
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-01Improve well known value check-cfg diagnostic for the standard libraryUrgau-6/+12
2024-05-22Don't suggest adding the unexpected cfgs the build-script it-selfUrgau-12/+18
2024-05-21Make early lints translatableXiretza-7/+9
2024-05-21Convert unexpected_cfg_{name,value} to struct diagnosticsXiretza-152/+151
2024-05-20Fix quote escaping inside check-cfg valueUrgau-3/+2
2024-05-19Refer to the Cargo specific doc in the check-cfg diagnosticsUrgau-2/+4
2024-05-19Prefer suggesting string-literal for Cargo `check-cfg` lint configUrgau-18/+29
2024-05-16Update `unexpected_cfgs` lint for Cargo new `check-cfg` configUrgau-6/+8
2024-05-04Update Cargo diagnostics in check-cfgUrgau-4/+4
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-04-15Move --check-cfg documentation to stable booksUrgau-2/+2
2024-03-16Move check-cfg diagnostic logic into it's own moduleUrgau-0/+277