| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-19 | Regroup many usefulness-related test in the same folder | Nadrieril | -35/+0 | |
| 2019-01-13 | librustc_mir: Fix ICE with slice patterns | Dan Robertson | -0/+35 | |
| If a match arm does not include all fields in a structure and a later pattern includes a field that is an array, we will attempt to use the array type from the prior arm. When calculating the field type, treat a array of an unknown size as a TyErr. | ||||
