| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -182/+0 | |
| 2022-10-21 | Update UI tests | clubby789 | -7/+42 | |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -43/+43 | |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -15/+15 | |
| When calling a function that doesn't exist inside of a trait's associated `fn`, and another associated `fn` in that trait has that name, suggest calling it with the appropriate fully-qualified path. Expand the label to be more descriptive. Prompted by the following user experience: https://users.rust-lang.org/t/cannot-find-function/50663 | ||||
| 2019-04-18 | Change suggestion of field when not in self context | Esteban Küber | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -24/+24 | |
| 2018-03-14 | Add empty main() to tests where it is missing. | Eric Huss | -5/+2 | |
| 2018-03-14 | Add crate name to "main function not found" error message. | Eric Huss | -1/+1 | |
| Fixes #44798 and rust-lang/cargo#4948. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -33/+33 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -46/+46 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -52/+52 | |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -19/+19 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-05-30 | Add new error code | Guillaume Gomez | -1/+1 | |
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -29/+29 | |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -44/+44 | |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+148 | |
