about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/early
AgeCommit message (Expand)AuthorLines
2025-07-15Implement resolver warnings about reexporting private dependenciesDavid Mládek-0/+3
2025-07-07Remove unused allow attrsYotam Ofek-3/+0
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-3/+0
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-14/+3
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-0/+21
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-2/+2
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-2/+2
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-0/+21
2025-05-26Expose `rustc_lint::decorate_builtin_lint` for use in `rustdoc`Urgau-1/+1
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+8
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