| Age | Commit message (Expand) | Author | Lines |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+3 |
| 2022-11-07 | Auto merge of #103218 - CastilloDel:infer, r=jackh726 | bors | -22/+27 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -2/+3 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -1/+1 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -25/+20 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -1/+1 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -5/+10 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 |
| 2022-10-28 | Remove #![allow(rustc::potential_query_instability)] from rustc_infer | CastilloDel | -22/+27 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -6/+6 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -6/+6 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -1/+1 |
| 2022-10-27 | Rollup merge of #103255 - oli-obk:opaque_wrong_eq_relation, r=compiler-errors | Matthias Krüger | -52/+31 |
| 2022-10-26 | No need to probe when relating opaques in nll_relate | Michael Goulet | -1/+1 |
| 2022-10-26 | Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] | Xiretza | -5/+10 |
| 2022-10-26 | Remove unneeded sub-comparison | Oli Scherer | -31/+8 |
| 2022-10-26 | Rollup merge of #103416 - compiler-errors:rpit-named, r=cjgillot | Dylan DPC | -11/+10 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -11/+10 |
| 2022-10-25 | Bubble the opaque type ordering int opaque type handling | Oli Scherer | -5/+8 |
| 2022-10-25 | Pull opaque type handling out of the type relating delegate | Oli Scherer | -16/+15 |
| 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 | 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 |