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
/
tests
/
ui
/
mir
/
lint
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Lint overlapping assignments in MIR.
Camille Gillot
-1
/
+1
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-1
/
+1
2025-05-04
compiletest: Support matching on non-json lines in compiler output
Vadim Petrochenkov
-7
/
+9
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-5
/
+5
2025-01-18
Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints
Michael Goulet
-1
/
+1
2025-01-01
Try to write the panic message with a single `write_all` call
John Kåre Alsaker
-0
/
+1
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-4
/
+4
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-4
/
+4
2024-06-12
Make `storage-live.rs` robust against rustc internal changes.
Nicholas Nethercote
-3
/
+4
2024-06-03
Reformat `mir!` macro invocations to use braces.
Nicholas Nethercote
-10
/
+10
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-26
/
+26
2024-01-13
Don't consider delayed bugs for `-Ztreat-err-as-bug`.
Nicholas Nethercote
-3
/
+7
2024-01-04
Migrate memory overlap check from validator to lint
Tomasz Miąsko
-0
/
+42
2023-12-28
Don't validate / lint MIR before each pass
Tomasz Miąsko
-1
/
+1
2023-12-21
Stricter check for a use of locals without storage
Tomasz Miąsko
-0
/
+30
2023-12-21
Lint missing StorageDead when returning from functions
Tomasz Miąsko
-0
/
+19
2023-12-21
Add pass to identify undefined or erroneous behaviour
Tomasz Miąsko
-0
/
+44