| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-10 | Update tests | Nadrieril | -4/+3 | |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+0 | |
| mark `min_exhaustive_patterns` as complete This is step 1 and 2 of my [proposal](https://github.com/rust-lang/rust/issues/119612#issuecomment-1918097361) to move `min_exhaustive_patterns` forward. The vast majority of in-tree use cases of `exhaustive_patterns` are covered by `min_exhaustive_patterns`. There are a few cases that still require `exhaustive_patterns` in tests and they're all behind references. r? ``@ghost`` | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -1/+0 | |
| 2024-02-08 | Test `min_exhaustive_patterns` in more cases | Nadrieril | -2/+7 | |
| 2023-12-09 | Don't warn an empty pattern unreachable if we're not sure the data is valid | Nadrieril | -3/+3 | |
| 2023-10-05 | Fix handling slices of empty types | Nadrieril | -0/+22 | |
