| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -130/+0 | |
| 2022-11-22 | Tests for bad --extern library path and file | Steven Tang | -0/+41 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 | |
| 2022-07-27 | add suggestion when there is a impl of external trait on pointer | Vincenzo Palazzo | -0/+56 | |
| Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> | ||||
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -0/+33 | |
| In `splice_lines`, there is some arithmetic to compute the required alignment such that future substitutions in a suggestion are aligned correctly. However, this assumed that the current substitution's span was only on a single line. In circumstances where this was not true, it could result in a arithmetic overflow when the substitution's end column was less than the substitution's start column. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
