| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -8/+2 | |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -57/+2 | |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -1/+16 | |
| When encountering a binop where the types would have been accepted, if all the predicates had been fulfilled, include information about the predicates and suggest appropriate `#[derive]`s if possible. Point at trait(s) that needs to be `impl`emented. | ||||
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -27/+42 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -33/+15 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -4/+0 | |
| Update tests Extend to other operations Refractor check in a separate function Fix more tests | ||||
| 2019-12-23 | Add new folder for destructuring assignment tests | varkor | -0/+122 | |
