| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Remap early bound lifetimes too | Michael Goulet | -1/+1 |
| 2022-10-26 | Process registered region obligation in resolve_regions_with_wf_tys | Michael Goulet | -0/+4 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -2/+6 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -1/+1 |
| 2022-10-25 | Split diagnostic details out into a separate function and fluent files | Oli Scherer | -26/+48 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -21/+83 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -2/+10 |
| 2022-10-24 | Make param index generation a bit more robust | Oli Scherer | -13/+14 |
| 2022-10-23 | Cleanup message and bless tests | Jack Huey | -1/+1 |
| 2022-10-23 | Apply suggestions from code review
| Jack Huey | -3/+3 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -13/+33 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -29/+29 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -29/+29 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -12/+4 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -9/+4 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -12/+4 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -1/+1 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -0/+7 |
| 2022-10-22 | Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-dead | Matthias Krüger | -7/+1 |
| 2022-10-21 | Require Drop impls to have the same constness on its bounds as the bounds on ... | Oli Scherer | -7/+1 |
| 2022-10-21 | Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC | bors | -11/+14 |
| 2022-10-21 | Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk | Dylan DPC | -11/+14 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+30 |
| 2022-10-20 | update doc links | lcnr | -2/+1 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -1027/+31 |
| 2022-10-20 | rustc_hir_typeck: move whole files | lcnr | -32901/+0 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -11/+14 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -0/+1 |
| 2022-10-19 | Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiser | Matthias Krüger | -5/+6 |
| 2022-10-19 | Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser | Dylan DPC | -2/+6 |
| 2022-10-19 | Use already checked RHS ty for LHS deref suggestions | Michael Goulet | -5/+6 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -4/+2 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -7/+3 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -1/+1 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -9/+4 |
| 2022-10-17 | Rollup merge of #102454 - chenyukang:fix-102396-missing-parentheses, r=lcnr | Matthias Krüger | -2/+113 |
| 2022-10-17 | trivial fix for comments feedback | yukang | -9/+17 |
| 2022-10-16 | Don't consider `Let` exprs terminating scopes | Nathan Whitaker | -2/+6 |
| 2022-10-16 | Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot | bors | -19/+64 |
| 2022-10-16 | Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot | bors | -6/+5 |
| 2022-10-15 | typos | Michael Goulet | -9/+9 |
| 2022-10-15 | Equate full fn signatures to infer all region variables | Michael Goulet | -13/+33 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -6/+31 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -83/+72 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2022-10-14 | Rollup merge of #102856 - cjgillot:impl-single-check, r=petrochenkov | Dylan DPC | -45/+36 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -0/+1 |
| 2022-10-14 | Address nits, add test for implicit dyn-star coercion without feature gate | Michael Goulet | -1/+3 |
| 2022-10-14 | Remove CastCheckResult since it's unused | Michael Goulet | -26/+5 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -0/+4 |