| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -21/+21 |
| 2022-09-21 | UPDATE - rename AddSubdiagnostic trait to AddToDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | Improve diagnostic for adding more bounds to opaque types | Oli Scherer | -1/+9 |
| 2022-09-21 | Try out a perf optimization | Oli Scherer | -0/+5 |
| 2022-09-21 | Inline substitution logic into `declared_region_bounds` | Oli Scherer | -29/+11 |
| 2022-09-21 | Also collect bounds from the ParamEnv for opaque types | Oli Scherer | -46/+32 |
| 2022-09-21 | Neither require nor imply lifetime bounds on opaque type for well formedness | Oli Scherer | -4/+82 |
| 2022-09-21 | Generalize projection_must_outlive | Oli Scherer | -14/+29 |
| 2022-09-21 | Generalize a helper to be useful for types other than projections | Oli Scherer | -7/+7 |
| 2022-09-21 | Inline a trivial function | Oli Scherer | -25/+13 |