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
/
context
Age
Commit message (
Expand
)
Author
Lines
2024-04-08
Be more specific when flagging imports that are redundant due to the extern p...
León Orell Valerian Liehr
-1
/
+1
2024-03-16
Move check-cfg diagnostic logic into it's own module
Urgau
-274
/
+282
2024-03-06
Fix redundant import errors for preload extern crate
yukang
-1
/
+5
2024-03-05
Limit the number of names and values in check-cfg diagnostics
Urgau
-20
/
+51
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-47
/
+38
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-7
/
+5
2024-03-01
Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister
Matthias Krüger
-1
/
+1
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-9
/
+16
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-85
/
+85
2024-02-25
make unused_imports less assertive in test modules
Suyashtnt
-1
/
+1
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-0
/
+3
2024-02-17
Use better heuristic for printing Cargo specific diagnostics
Urgau
-2
/
+2
2024-02-06
Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nils...
Matthias Krüger
-10
/
+40
2024-01-30
add missing potential_query_instability for keys and values in hashmap
yukang
-0
/
+1
2024-01-30
limit the names_possiblilities to less than 3
Yukang
-1
/
+1
2024-01-28
Suggest name value cfg when only value is used for check-cfg
yukang
-10
/
+40
2024-01-13
Add way to express no-values with check-cfg
Urgau
-0
/
+11
2024-01-12
Exclude well known names from showing a suggestion in check-cfg
Urgau
-2
/
+10
2023-12-31
rustc_lint: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-0
/
+5
2023-12-30
Move around the code responsible for decorating builtin diagnostics
Urgau
-0
/
+532
[prev]