index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_lint
/
src
/
foreign_modules.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-06
ImproperCTypes: more pre-emptive cleanup
niacdoial
-19
/
+8
2025-08-15
Merge link_name and export_name
bjorn3
-1
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-06-28
Port `#[link_name]` to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+7
2025-05-05
Rename Instance::new to Instance::new_raw and add a note that it is raw
Michael Goulet
-1
/
+1
2025-03-15
Stop relying on rustc_type_ir in non-type-system crates
Michael Goulet
-21
/
+22
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-1
/
+1
2025-02-22
Fix builtin lints
Michael Goulet
-2
/
+2
2025-02-11
Correctly handle pattern types in FFI redeclaration lints
Oli Scherer
-6
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-15
/
+15
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-1
/
+1
2024-10-27
compiler: Depend on rustc_abi in rustc_lint
Jubilee Young
-1
/
+1
2024-09-27
Make clashing_extern_declarations considering generic args for ADT field
surechen
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-13
some fixes for clashing_extern_declarations lint
Ralf Jung
-39
/
+35
2024-08-24
Don't use TyKind in lint
Michael Goulet
-12
/
+13
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-3
/
+3
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-04
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
Michael Woerister
-5
/
+5
2023-11-17
rename bound region instantiation
lcnr
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-20
Adjust imports
Michael Goulet
-1
/
+1
2023-09-28
Remove `rustc_lint_defs::lint_array`
DaniPopes
-4
/
+3
2023-08-04
Simplify clashing_extern_declarations.
Camille GILLOT
-270
/
+263
2023-08-04
Querify clashing_extern_declarations lint.
Camille GILLOT
-0
/
+409