| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-21 | Bless tests | LeSeulArtichaut | -2/+2 | |
| 2020-03-12 | update tests | Mark Mansi | -8/+8 | |
| 2020-02-21 | Implement RFC 2532 – Associated Type Defaults | Jonas Schievink | -7/+7 | |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -4/+4 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -12/+12 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -0/+21 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -0/+2 | |
| Increase spacing for suggestions in diagnostics Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. r? @Centril | ||||
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-10-23 | Update ui tests | Guillaume Gomez | -1/+1 | |
| 2019-10-17 | Update ui tests | Guillaume Gomez | -1/+1 | |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -4/+4 | |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -18/+19 | |
| 2019-07-16 | Update the help message on error for self type | Limira | -3/+3 | |
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -0/+8 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -4/+3 | |
| 2019-04-10 | clarify what the item is in "not a module" error | Andy Russell | -6/+6 | |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -6/+2 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -36/+36 | |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -7/+7 | |
| Include the kind of the binding that we're suggesting, and use a structured suggestion. | ||||
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -4/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -99/+59 | |
| 2018-12-20 | Refactor and add comments to code in receiver_is_valid | Michael Hewson | -9/+9 | |
| also updated some error messages removed the code manually checking for `receiver_ty: Deref<Target=self_ty>`, in favour of using autoderef but only doing one iteration. This will cause error messages to be more consistent. Before, a "mismatched method receiver" error would be emitted when `receiver_ty` was valid except for a lifetime parameter, but only when `feature(arbitrary_self_types)` was enabled, and without the feature flag the error would be "uncoercible receiver". Now it emits "mismatched method receiver" in both cases. | ||||
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -8/+8 | |
| 2018-10-11 | structured suggestion for E0223 ambiguous associated type | Zack M. Davis | -3/+1 | |
| It looks like we tend to use angle-brackets around the placeholder in the few other places we use `Applicability::HasPlaceholders`, but that would be confusing here, so ... | ||||
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -2/+2 | |
| 2018-08-20 | Update new ui tests | varkor | -2/+2 | |
| 2018-08-19 | Fix some remaining tests | varkor | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+527 | |
