about summary refs log tree commit diff
path: root/tests/ui/mir/lint
AgeCommit message (Expand)AuthorLines
2025-09-17Lint overlapping assignments in MIR.Camille Gillot-1/+1
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-1/+1
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-7/+9
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-5/+5
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-1/+1
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-4/+4
2024-06-12Make `storage-live.rs` robust against rustc internal changes.Nicholas Nethercote-3/+4
2024-06-03Reformat `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-13Don't consider delayed bugs for `-Ztreat-err-as-bug`.Nicholas Nethercote-3/+7
2024-01-04Migrate memory overlap check from validator to lintTomasz Miąsko-0/+42
2023-12-28Don't validate / lint MIR before each passTomasz Miąsko-1/+1
2023-12-21Stricter check for a use of locals without storageTomasz Miąsko-0/+30
2023-12-21Lint missing StorageDead when returning from functionsTomasz Miąsko-0/+19
2023-12-21Add pass to identify undefined or erroneous behaviourTomasz Miąsko-0/+44