about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/foreign_modules.rs
AgeCommit message (Expand)AuthorLines
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