| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -44/+0 | |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of ↵ | Oli Scherer | -1/+1 | |
| relying on the span making it obvious | ||||
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 | |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -2/+2 | |
| Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539) | ||||
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -8/+7 | |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -2/+2 | |
| use `def_ident_span` , `body_owner_def_id` instead of `in_progress_typeck_results`, `guess_head_span` use `body_id.owner` directly add description to label | ||||
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -2/+1 | |
| Instead of probing for all possible impls that could have caused an `ImplObligation`, keep track of its `DefId` and obligation spans for accurate error reporting. Follow up to #89580. Addresses #89418. Remove some unnecessary clones. Tweak output for auto trait impl obligations. | ||||
| 2021-11-20 | Point at `impl` blocks when they introduce unmet obligations | Esteban Kuber | -2/+6 | |
| Group obligations by `impl` block that introduced them. | ||||
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -0/+8 | |
| When encountering a binop where the types would have been accepted, if all the predicates had been fulfilled, include information about the predicates and suggest appropriate `#[derive]`s if possible. Point at trait(s) that needs to be `impl`emented. | ||||
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -3/+3 | |
| Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note. | ||||
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 | |
| 2020-06-16 | warn against 'specialization' feature | Ralf Jung | -1/+10 | |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -3/+5 | |
| 2020-02-28 | Tweak wording | Esteban Küber | -1/+1 | |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -1/+1 | |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -1/+3 | |
| Surface associated type projection bounds that could not be fulfilled in E0599 errors. Always present the list of unfulfilled trait bounds, regardless of whether we're pointing at the ADT or trait that didn't satisfy it. | ||||
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -3/+1 | |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -2/+3 | |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -2/+5 | |
| Point at the intermediary unfullfilled trait bounds. | ||||
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -1/+1 | |
| 2019-09-08 | Give method not found a primary span label | Esteban Küber | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+18 | |
