about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/tests/exhaustiveness.rs
AgeCommit message (Expand)AuthorLines
2025-07-28In rustc_pattern_analysis, put `true` witnesses before `false` witnessesChayim Refael Friedman-0/+3
2025-07-20List all the variants of non-exhaustive enums in exhaustive modeNadrieril-2/+20
2025-07-20pattern_analysis: add option to get a full set of witnessesNadrieril-5/+87
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-0/+2
2025-02-17Add `pattern_complexity_limit` to `Limits`.Nicholas Nethercote-1/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+3
2024-07-24Add some testsNadrieril-0/+14
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-03-19Add a crate-custom test harnessNadrieril-0/+77