| Age | Commit message (Expand) | Author | Lines |
| 2022-11-14 | Drop `relate_opaque_item_substs`. | Camille GILLOT | -0/+1 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -27/+37 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -26/+0 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+82 |
| 2022-11-09 | Remove save_and_restore_in_snapshot_flag | Michael Goulet | -26/+0 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -1/+2 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -7/+95 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -1/+2 |
| 2022-11-08 | use subdiagnostic for sugesting add let | yukang | -6/+14 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+74 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+3 |
| 2022-11-07 | Add a known that this is a known limitation | Jack Huey | -0/+1 |
| 2022-11-07 | Get spans for a couple more region types, add some optimizations, and extend ... | Jack Huey | -1/+1 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -7/+94 |
| 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 |