| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -134/+0 | |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -2/+2 | |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -45/+45 | |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -0/+10 | |
| do not suggest when trait_ref is some Update compiler/rustc_resolve/src/late/diagnostics.rs Co-authored-by: lcnr <rust@lcnr.de> use helper struct add a test for functions with some params refactor debug log | ||||
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -2/+2 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -3/+3 | |
| 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 | ||||
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -14/+13 | |
| 2020-06-07 | Free `default()` forwarding to `Default::default()` | Ilya Bobyr | -1/+10 | |
| When creating default values a trait method needs to be called with an explicit trait name. `Default::default()` seems redundant. A free function on the other hand, when imported directly, seems to be a better API, as it is just `default()`. When implementing the trait, a method is still required. | ||||
| 2019-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -4/+14 | |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -2/+2 | |
| 2019-04-18 | review comments: change wording | Esteban Küber | -2/+2 | |
| 2019-04-18 | Change suggestion of field when not in self context | Esteban Küber | -9/+3 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -17/+17 | |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -4/+4 | |
| 2018-03-14 | update tests | Guillaume Gomez | -2/+2 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -20/+20 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+2 | |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -39/+39 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -32/+32 | |
| 2017-07-18 | reorder span labels | gaurikholkar | -2/+2 | |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -6/+6 | |
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 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 | -24/+24 | |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -41/+39 | |
| 2016-12-26 | Move some compile-fail tests into UI directory | Vadim Petrochenkov | -0/+112 | |
