| Age | Commit message (Expand) | Author | Lines |
| 2022-10-24 | Assert if inference vars are leaking from fully_resolve | Michael Goulet | -1/+6 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -47/+48 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -47/+48 |
| 2022-10-23 | Rollup merge of #103355 - compiler-errors:rpitit-default-check, r=oli-obk | Matthias Krüger | -1/+13 |
| 2022-10-23 | Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errors | Matthias Krüger | -2/+21 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -6/+2 |
| 2022-10-22 | Properly escape quotes when suggesting switching between char/string literals | clubby789 | -2/+21 |
| 2022-10-21 | Handle RPITITs properly in register_hidden_type | Michael Goulet | -1/+13 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -48/+41 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -6/+6 |
| 2022-10-17 | Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obk | bors | -5/+0 |
| 2022-10-17 | infer: use derive more | David Wood | -48/+41 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -5/+0 |
| 2022-10-16 | fix `own_substs` ICE | Takayuki Maeda | -5/+12 |
| 2022-10-14 | more dupe word typos | Rageking8 | -2/+2 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-10 | Update compiler/rustc_infer/src/infer/canonical/mod.rs | Niko Matsakis | -0/+3 |
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -9/+33 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -11/+8 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -128/+92 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -148/+190 |
| 2022-10-05 | Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco | Dylan DPC | -11/+18 |
| 2022-10-05 | stop suggesting adding generic args for turbofish | Takayuki Maeda | -8/+32 |
| 2022-10-05 | Suggest `.into()` when all other coercion suggestions fail | Michael Goulet | -11/+18 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -14/+10 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -2/+3 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -3/+3 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -117/+182 |
| 2022-09-25 | Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 | Matthias Krüger | -0/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -8/+9 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -14/+9 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -9/+9 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -4/+112 |
| 2022-09-23 | Report diagnostics at the actually actionable site | Oli Scherer | -10/+5 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -4/+112 |
| 2022-09-22 | Rollup merge of #102128 - oli-obk:const_unification, r=lcnr | Matthias Krüger | -26/+11 |
| 2022-09-22 | Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC | bors | -10/+6 |
| 2022-09-22 | Rollup merge of #102069 - compiler-errors:no-eq-in-register-opaque, r=oli-obk | Dylan DPC | -10/+3 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+3 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -0/+37 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -14/+9 |
| 2022-09-22 | Const unification is already infallible, remove the error handling logic | Oli Scherer | -26/+11 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -0/+8 |
| 2022-09-22 | Comment, and bail early if bound vars list differs | Michael Goulet | -11/+11 |
| 2022-09-22 | Optimize subtyping and equation of GeneratorWitness | Michael Goulet | -0/+37 |
| 2022-09-21 | Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-... | bors | -23/+23 |