| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-25 | tests: remove few ignore-stage2 | klensy | -5/+3 | |
| beta was branched long ago, so can be removed | ||||
| 2024-03-18 | Side-step small SVG width divergence by setting min-width | Esteban Küber | -1/+1 | |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -43/+198 | |
| ``` error[E0308]: `match` arms have incompatible types --> tests/ui/codemap_tests/huge_multispan_highlight.rs:98:18 | 6 | let _ = match true { | ---------- `match` arms have incompatible types 7 | true => ( | _________________- 8 | | // last line shown in multispan header ... | 96 | | 97 | | ), | |_________- this is found to be of type `()` 98 | false => " | __________________^ ... | 119 | | 120 | | ", | |_________^ expected `()`, found `&str` error[E0308]: `match` arms have incompatible types --> tests/ui/codemap_tests/huge_multispan_highlight.rs:215:18 | 122 | let _ = match true { | ---------- `match` arms have incompatible types 123 | true => ( | _________________- 124 | | 125 | | 1 // last line shown in multispan header ... | 213 | | 214 | | ), | |_________- this is found to be of type `{integer}` 215 | false => " | __________________^ 216 | | 217 | | 218 | | 1 last line shown in multispan ... | 237 | | 238 | | ", | |_________^ expected integer, found `&str` ``` | ||||
| 2024-03-18 | Move multispan test to svg output | Esteban Küber | -28/+85 | |
| 2024-03-18 | Fix test for multiline span ui display | Esteban Küber | -12/+51 | |
| The compiler output changed in such a way that this test was no longer testing what it was meant to. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -8/+8 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -10/+10 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -1/+1 | |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -1/+1 | |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -4/+3 | |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+480 | |
