| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -18174/+0 |
| 2023-01-09 | update test for inductive canonical cycles | lcnr | -43/+58 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -2/+2 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -2/+2 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -20/+20 |
| 2023-01-04 | Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-01-05 | Tweak wording of fn call with wrong number of args | Esteban Küber | -1/+1 |
| 2023-01-04 | Move tests | Caio | -0/+49 |
| 2023-01-01 | reduce spans for `unsafe impl` errors | Lukas Markeffsky | -8/+4 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -24/+0 |
| 2022-12-29 | Rollup merge of #106202 - estebank:trim-paths, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2022-12-29 | Revert "Add tests" | David Tolnay | -24/+0 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+24 |
| 2022-12-27 | Trim more paths in obligation types | Esteban Küber | -4/+4 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -0/+54 |
| 2022-12-16 | Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank | bors | -2/+2 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -0/+4 |
| 2022-12-15 | Use `with_forced_trimmed_paths` more | Esteban Küber | -2/+2 |
| 2022-12-14 | Tweak output for bare `dyn Trait` in arguments | Esteban Küber | -0/+4 |
| 2022-12-14 | Highlight conflicting param-env candidates, again | Michael Goulet | -4/+8 |
| 2022-12-14 | drive-by: Fix path spans | Michael Goulet | -2/+2 |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=... | Matthias Krüger | -0/+43 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -0/+43 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -1/+12 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -3/+0 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -63/+18 |
| 2022-12-13 | Rollup merge of #105332 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -4/+2 |
| 2022-12-11 | Point at method call when it is the source of the bound error | Esteban Küber | -4/+2 |
| 2022-12-11 | Move tests | Caio | -0/+141 |
| 2022-12-11 | Rollup merge of #105546 - JohnTitor:issue-44454, r=compiler-errors | Matthias Krüger | -0/+115 |
| 2022-12-11 | Add some regression tests for #44454 | Yuki Okushi | -0/+115 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -4/+4 |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -28/+28 |
| 2022-12-09 | Add tests | Gary Guo | -0/+24 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -4/+1 |
| 2022-11-30 | Add a regression test for #104322 | Georg Semmler | -0/+80 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -1/+1 |
| 2022-11-26 | Revert "Do not need to account for overflow in predicate_can_apply" | Michael Goulet | -27/+0 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -6/+11 |
| 2022-11-23 | Use nicer spans for `deref_into_dyn_supertrait` | Maybe Waffle | -10/+7 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -6/+14 |
| 2022-11-23 | Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr | Dylan DPC | -0/+27 |
| 2022-11-23 | Do not need to account for overflow in predicate_can_apply | Michael Goulet | -0/+27 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -14/+1 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -2/+2 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -14/+1 |
| 2022-11-19 | Probe + better error messsage for need_migrate_deref_output_trait_object | Michael Goulet | -2/+2 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -1/+1 |