| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | get rid of `RefCell` in `TransitiveRelation` | SparrowLii | -18/+46 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -10/+17 |
| 2022-08-20 | Rollup merge of #100691 - compiler-errors:issue-100690, r=estebank | Matthias Krüger | -53/+79 |
| 2022-08-20 | Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2022-08-20 | Suggest the right help message for as_ref | yukang | -1/+2 |
| 2022-08-18 | Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelix | bors | -6/+8 |
| 2022-08-17 | Make same_type_modulo_infer a proper TypeRelation | Michael Goulet | -53/+79 |
| 2022-08-17 | ty::Error does not match other types for region constraints | Michael Goulet | -1/+8 |
| 2022-08-16 | Fix error message with non-tupled bare fn trait | Michael Goulet | -0/+13 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -15/+13 |
| 2022-08-13 | Do not inline non-simple argument type errors into labels | Michael Goulet | -3/+3 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-10 | Delay a bug if we try and fail to relate an opaque to itself in TypeRelating | Michael Goulet | -0/+4 |
| 2022-08-10 | Fall back when relating two opaques by substs in MIR typeck | Michael Goulet | -24/+30 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -1/+1 |
| 2022-08-03 | Rollup merge of #100102 - b-naber:typo-higher-ranked-sub, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-08-03 | Remove index from Region::EarlyBound. | Camille GILLOT | -4/+4 |
| 2022-08-03 | fix typo | b-naber | -1/+1 |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -12/+0 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -10/+15 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -4/+2 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -4/+5 |
| 2022-08-01 | fmt... | Ellen | -5/+10 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -7/+7 |
| 2022-07-31 | use appropriate `HirID` for finding `else_span` | Takayuki Maeda | -6/+10 |
| 2022-07-30 | Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillot | Dylan DPC | -3/+6 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -0/+10 |
| 2022-07-30 | Do not leak type variables from opaque type relation | Michael Goulet | -3/+14 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -3/+3 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -3/+6 |
| 2022-07-29 | optimize bound vars replacement :3 | lcnr | -2/+2 |
| 2022-07-29 | Document check_region_obligations_and_report_errors, simplify a call to resol... | Michael Goulet | -0/+10 |
| 2022-07-28 | Revert "Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk" | Oli Scherer | -6/+8 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -4/+4 |
| 2022-07-28 | `BoundVarReplacer`: trait object instead of 3 fns | lcnr | -62/+88 |
| 2022-07-27 | Auto merge of #99725 - lcnr:dedup-region_bound_pairs, r=compiler-errors | bors | -14/+19 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -30/+1 |
| 2022-07-27 | fix universe map in ifcx.instantiate_canonical_* | Ali MJ Al-Nasrawy | -3/+3 |
| 2022-07-27 | Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk | Yuki Okushi | -1/+1 |
| 2022-07-26 | Stop creating anonymous late lifetimes. | Camille GILLOT | -30/+1 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -22/+18 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -15/+8 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -6/+55 |
| 2022-07-26 | Revert "use opaque_ty_origin_unchecked instead of destructuring HIR" | Michael Goulet | -1/+1 |
| 2022-07-26 | Address nits, move substs replacement to separate function | Michael Goulet | -27/+41 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -15/+8 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -6/+41 |
| 2022-07-25 | Unused tuple fields in rustc_infer. | Camille GILLOT | -22/+18 |
| 2022-07-25 | use `FxIndexSet` for `region_bound_pairs` | lcnr | -14/+19 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -61/+37 |