| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-31 | cleaned up some tests | Kivooeo | -0/+29 | |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -1/+1 | |
| Method errors have an extra check that force trim paths whenever the normal string is longer than 10 characters, which can be quite unhelpful when multiple items have the same name (for example an `Error`). A user reported this force trimming as being quite unhelpful when they had a method error where the precise path of the `Error` mattered. The code uses `tcx.short_string` already to get the normal path, which tries to be clever around trimming paths if necessary, so there is no reason for this extra force trimming. | ||||
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -7/+0 | |
| Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ``` | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -42/+42 | |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -2/+2 | |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -1/+1 | |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -3/+6 | |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+684 | |
