| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| - Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test | ||||
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+32 | |
| to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui. | ||||
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -2/+2 | |
| 2023-02-14 | Re-add replacement logic and add comment explaining it | Esteban Küber | -4/+6 | |
| 2023-02-14 | Show the effects of weird code commented out | Esteban Küber | -6/+4 | |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -6/+4 | |
| 2023-02-14 | rebase and review comments | Esteban Küber | -2/+2 | |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -4/+6 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+624 | |
