| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-08-07 | Use `TyCtxt::is_diagnostic_item` | Zalathar | -2/+2 |
| 2024-08-07 | Avoid using `ty::tls::with` in `write_struct_like` | Zalathar | -5/+6 |
| 2024-08-07 | Split out hoisting/printing of `box` patterns | Zalathar | -1/+5 |
| 2024-08-07 | Replace an unnecessary slice pattern with `has_dot_dot: bool` | Zalathar | -11/+8 |
| 2024-08-07 | Remove an impossible case under `EnumInfo::NotEnum` | Zalathar | -7/+1 |
| 2024-08-07 | Unify `Variant` and `Leaf` into `print::PatKind::StructLike` | Zalathar | -13/+14 |
| 2024-08-07 | Break up `print::Pat` printing into several helper functions | Zalathar | -113/+142 |
| 2024-07-31 | Use a separate pattern type for `rustc_pattern_analysis` diagnostics | Zalathar | -0/+193 |
