| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -386/+0 | |
| 2022-12-12 | normalize receiver substs and erase the regions | Takayuki Maeda | -0/+59 | |
| use a smaller example | ||||
| 2022-10-13 | Report duplicate definition in impls with overlap check. | Camille GILLOT | -4/+24 | |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -8/+25 | |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -10/+6 | |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -3/+3 | |
| 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 | -7/+7 | |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -1/+1 | |
| Do not access HIR to check impl wf. r? `@ghost` | ||||
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -12/+12 | |
| Only keep a single query for well-formed checking There are currently 3 queries to perform wf checks on different item-likes. This complexity is not required. This PR replaces the query by: - one query per item; - one query to invoke it for a whole module. This allows to remove HIR `ParItemLikeVisitor`. | ||||
| 2022-06-24 | Bless ui tests. | Camille GILLOT | -1/+1 | |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -3/+3 | |
| 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-06-21 | Only keep a single well-formed query. | Camille GILLOT | -12/+12 | |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -1/+4 | |
| Attempts to improve method name suggestions when a matching method name is not found. The approach taken is use the Levenshtein distance and account for substrings having a high distance but can sometimes be very close to the intended method (eg. empty vs is_empty). | ||||
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -5/+0 | |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -1/+1 | |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 | |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 | |
| :sparkles: | ||||
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -0/+71 | |
| 2021-07-25 | Bless tests. | Camille GILLOT | -15/+15 | |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -2/+5 | |
| * Always point at macros, including derive macros * Point at non-local items that introduce a trait requirement * On private associated item, point at definition | ||||
| 2021-01-16 | Add test for #34792 | Dániel Buga | -0/+16 | |
| 2020-12-26 | update tests | Bastian Kauschke | -6/+6 | |
| 2020-10-20 | review comments | Esteban Küber | -1/+1 | |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -5/+7 | |
| Fix #77598. | ||||
| 2020-04-05 | "cannot resolve" → "cannot satisfy" | Esteban Küber | -1/+1 | |
| 2020-03-12 | update tests | Mark Mansi | -1/+1 | |
| 2020-02-03 | Change wording for object unsafe because of assoc const | Esteban Küber | -1/+1 | |
| 2020-02-02 | Wording changes to object unsafe trait errors | Esteban Küber | -1/+5 | |
| Stemming from the thread at https://twitter.com/indygreg/status/1223279056398929920 | ||||
| 2020-02-02 | Do not suggest duplicate bounds | Yuki Okushi | -0/+22 | |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -3/+3 | |
| Unify output of "variant not found" errors Fix #49566. | ||||
| 2020-01-08 | Explain that associated types and consts can't be accessed directly on the ↵ | Esteban Küber | -1/+5 | |
| trait's path | ||||
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -3/+3 | |
| 2019-12-10 | Deduplicate logic | Esteban Küber | -2/+4 | |
| 2019-10-14 | Add test for issue-48027 | Yuki Okushi | -0/+29 | |
| 2019-04-09 | improve unknown enum variant errors | Andy Russell | -0/+56 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -34/+4 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+117 | |
