| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+32 | |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -0/+136 | |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -2/+2 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -12/+12 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -208/+208 | |
| Migrate mir_build's borrow conflicts This also changes the error message slightly, for two reasons: - I'm not a fan of saying "value borrowed, by `x`, here" - it simplifies the error implementation significantly. | ||||
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+2 | |
| Tweak E0597 CC #99430 | ||||
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -29/+27 | |
| 2023-01-17 | Migrate mir_build's borrow conflicts | mejrs | -208/+208 | |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+2 | |
| CC #99430 | ||||
| 2023-01-14 | suggest fix for attempted integer identifier in patterns | Ezra Shaw | -0/+42 | |
| 2023-01-11 | Translate `Overlap` eagerly | mejrs | -0/+1 | |
| 2023-01-11 | Don't recommend `if let` if `let else` works | mejrs | -10/+2 | |
| 2023-01-11 | Migrate pattern matching | mejrs | -59/+65 | |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -1/+0 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+14295 | |
