about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/foreign_modules.rs
AgeCommit message (Expand)AuthorLines
2025-09-06ImproperCTypes: more pre-emptive cleanupniacdoial-19/+8
2025-08-15Merge link_name and export_namebjorn3-1/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-1/+2
2025-06-28Port `#[link_name]` to the new attribute parsing infrastructureJonathan Brouwer-2/+7
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-03-15Stop relying on rustc_type_ir in non-type-system cratesMichael Goulet-21/+22
2025-02-24Change span field accesses to method callsJana Dönszelmann-1/+1
2025-02-22Fix builtin lintsMichael Goulet-2/+2
2025-02-11Correctly handle pattern types in FFI redeclaration lintsOli Scherer-6/+3
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-15/+15
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