| Age | Commit message (Expand) | Author | Lines |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -28/+25 |
| 2022-04-19 | Auto merge of #96020 - martingms:optimize-relate_substs, r=nnethercote | bors | -3/+9 |
| 2022-04-17 | Split relate_substs into two functions | Martin Gammelsæter | -3/+9 |
| 2022-04-16 | Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk | Dylan DPC | -44/+39 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -6/+7 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -6/+7 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-10 | Inline shallow_resolve_ty into ShallowResolver | Michael Goulet | -44/+39 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -18/+17 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -18/+17 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -1/+1 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -4/+3 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -11/+9 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -13/+17 |
| 2022-04-02 | Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk | Dylan DPC | -20/+10 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -13/+17 |
| 2022-04-01 | remove `unify_key::replace_if_possible` | lcnr | -16/+7 |
| 2022-04-01 | update comments | lcnr | -4/+3 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -1/+5 |
| 2022-03-31 | remove unused field from `infcx` | lcnr | -26/+2 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -16/+16 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -307/+603 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -4/+9 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -39/+40 |
| 2022-03-28 | Merge two duplicates of the same logic into a common function | Oli Scherer | -1/+44 |
| 2022-03-28 | Remove opaque type obligation and just register opaque types as they are enco... | Oli Scherer | -109/+81 |
| 2022-03-28 | Revert to inference variable based hidden type computation for RPIT | Oli Scherer | -1/+1 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -38/+6 |
| 2022-03-28 | Remove some dead code | Oli Scherer | -14/+2 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -283/+602 |
| 2022-03-27 | suggest wrapping patterns with compatible enum variants | Michael Goulet | -0/+69 |
| 2022-03-27 | review comments and rebase | Esteban Kuber | -9/+9 |
| 2022-03-27 | Drive by: handle references in `same_type_modulo_infer` | Esteban Kuber | -0/+3 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -1/+2 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -0/+31 |
| 2022-03-25 | Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis | bors | -1/+24 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -6/+22 |
| 2022-03-24 | Extract impl_subject_and_oglibations fn and make equate receive subjects | Santiago Pastorino | -1/+24 |
| 2022-03-23 | Better suggestions for Fn trait selection errors | Michael Goulet | -1/+5 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -1/+1 |
| 2022-03-22 | erase region in ParamEnvAnd and make ConstUnifyCtxt private | b-naber | -4/+4 |
| 2022-03-22 | dont canonicalize in try_unify_abstract_consts and erase regions instead | b-naber | -8/+10 |
| 2022-03-22 | fix previous failures and address review | b-naber | -7/+6 |
| 2022-03-21 | dont try to unify unevaluated constants that contain infer vars | b-naber | -1/+15 |
| 2022-03-21 | try to evaluate in try_unify | b-naber | -1/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -21/+24 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -9/+11 |