| Age | Commit message (Expand) | Author | Lines |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -4/+36 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -161/+2 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -0/+7 |
| 2023-02-26 | Small cleanup to one_bound_for_assoc_type | Michael Goulet | -20/+16 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -2/+3 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -63/+107 |
| 2023-02-25 | Auto merge of #108250 - nnethercote:rename-interner-funcs, r=compiler-errors | bors | -26/+25 |
| 2023-02-25 | Rollup merge of #108434 - obeis:hir-analysis-migrate-diagnostics, r=Nilstrieb | Matthias Krüger | -63/+107 |
| 2023-02-24 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -63/+107 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -1/+1 |
| 2023-02-24 | Replace a `mk_ty` call with `mk_bound`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -25/+24 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -1/+1 |
| 2023-02-23 | Remove translation. | Camille GILLOT | -8/+0 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -31/+31 |
| 2023-02-23 | Rollup merge of #108373 - tshepang:where-clause-on-main, r=compiler-errors | Matthias Krüger | -10/+16 |
| 2023-02-23 | Drive-by assertion in collect_return_position_impl_trait_in_trait_tys | Michael Goulet | -0/+7 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -14/+11 |
| 2023-02-23 | hir-analysis: make where-clause-on-main diagnostic translatable | Tshepang Mbambo | -10/+16 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -27/+23 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -13/+17 |
| 2023-02-22 | Move the unused extern crate check back to the resolver. | Camille GILLOT | -153/+2 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -28/+29 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -28/+29 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -14/+11 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -15/+153 |
| 2023-02-22 | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | -22/+24 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -15/+153 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -22/+24 |
| 2023-02-21 | hir-analysis: make one diagnostic translatable | Tshepang Mbambo | -4/+10 |
| 2023-02-21 | Auto merge of #108138 - compiler-errors:malformed-fn-trait, r=TaKO8Ki | bors | -51/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -1/+2 |
| 2023-02-20 | Rollup merge of #108265 - lcnr:cg-error-msg, r=BoxyUwU | Matthias Krüger | -6/+6 |
| 2023-02-20 | Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=... | Matthias Krüger | -2/+2 |
| 2023-02-20 | `const` generic -> const parameter in err msg | lcnr | -6/+6 |
| 2023-02-20 | Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726 | bors | -55/+441 |
| 2023-02-19 | Add some FIXMEs for follow-up PRs | León Orell Valerian Liehr | -4/+9 |
| 2023-02-19 | Collect fulfillment errors across impls | León Orell Valerian Liehr | -2/+2 |
| 2023-02-19 | Deduplicate fresh_item_substs | León Orell Valerian Liehr | -31/+34 |
| 2023-02-19 | Fix substitution bug | León Orell Valerian Liehr | -17/+14 |
| 2023-02-19 | Use InferCtxt::probe to properly detect ambiguous candidates | León Orell Valerian Liehr | -21/+26 |
| 2023-02-19 | Switch from for-loop to filter_map | León Orell Valerian Liehr | -27/+26 |
| 2023-02-19 | Groundwork for detecting ambiguous candidates | León Orell Valerian Liehr | -2/+85 |
| 2023-02-19 | Make use of ObligationCtxt | León Orell Valerian Liehr | -54/+33 |
| 2023-02-19 | Use the correct ParamEnv | León Orell Valerian Liehr | -1/+1 |
| 2023-02-19 | Type-directed probing for inherent associated types | León Orell Valerian Liehr | -54/+369 |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -2/+2 |
| 2023-02-18 | Assume we can normalize trait default method RPITITs in param-env instead | Michael Goulet | -1/+1 |