| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-12-15 | Introduce `MatchCtxt` | Nadrieril | -29/+23 |
| 2023-12-15 | s/PatCtxt/PlaceCtxt/ | Nadrieril | -18/+18 |
| 2023-12-15 | `pattern_analysis` doesn't need to know what spans are | Nadrieril | -5/+5 |
| 2023-12-15 | Make the crate compile on stable | Nadrieril | -0/+5 |
| 2023-12-15 | Make the `rustc_data_structures` dependency optional | Nadrieril | -2/+8 |
| 2023-12-15 | Gate rustc-specific code under a feature | Nadrieril | -3/+4 |
| 2023-12-15 | Abstract `MatchCheckCtxt` into a trait | Nadrieril | -90/+87 |
| 2023-12-15 | Disentangle the arena from `MatchCheckCtxt` | Nadrieril | -57/+71 |
| 2023-12-15 | Remove all matching on `ty.kind()` outside `cx` | Nadrieril | -4/+3 |
| 2023-12-15 | Split `Single` ctor into more specific variants | Nadrieril | -6/+3 |
| 2023-12-11 | Fix doc links | Nadrieril | -5/+6 |
| 2023-12-11 | Fix item visibilities | Nadrieril | -11/+7 |
| 2023-12-11 | Move lints to their own module | Nadrieril | -297/+10 |
| 2023-12-11 | Gather rustc-specific functions around `MatchCheckCtxt` | Nadrieril | -56/+19 |
| 2023-12-11 | Extract exhaustiveness into its own crate | Nadrieril | -0/+1646 |
