about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/foreign_modules.rs
AgeCommit message (Expand)AuthorLines
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-1/+1
2024-10-27compiler: Depend on rustc_abi in rustc_lintJubilee Young-1/+1
2024-09-27Make clashing_extern_declarations considering generic args for ADT fieldsurechen-3/+3
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-39/+35
2024-08-24Don't use TyKind in lintMichael Goulet-12/+13
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-3/+3
2024-01-23Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.Nicholas Nethercote-1/+1
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-5/+5
2023-11-17rename bound region instantiationlcnr-2/+2
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-20Adjust importsMichael Goulet-1/+1
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-4/+3
2023-08-04Simplify clashing_extern_declarations.Camille GILLOT-270/+263
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-0/+409