| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -7/+23 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -1/+70 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -2/+2 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -4/+2 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -1/+70 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -2/+2 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -4/+2 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -7/+23 |
| 2022-02-15 | Inline UnifyKey::index and UnifyKey::from_index | Tomasz Miąsko | -0/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -106/+99 |
| 2022-02-15 | Remove unnecessary `RegionKind::` quals. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -165/+162 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -18/+18 |
| 2022-02-14 | reveal_defining_opaque_types field doesn't exist after rebase | Santiago Pastorino | -1/+0 |
| 2022-02-14 | Call the method fork instead of clone and add proper comments | Santiago Pastorino | -2/+33 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -1/+2 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -17/+158 |
| 2022-02-12 | Address review comment | Matthew Jasper | -1/+3 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+2 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -2/+2 |
| 2022-02-11 | Renumber universes when canonicalizing for Chalk | Matthew Jasper | -17/+156 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -603/+283 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -602/+283 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -1/+0 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -1/+1 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -1/+1 |
| 2022-02-09 | Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk | bors | -0/+1 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -0/+1 |
| 2022-02-08 | Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-02-08 | Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obk | Matthias Krüger | -43/+63 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -283/+602 |
| 2022-02-07 | Rm ValuePairs::Ty/Const | kadmin | -42/+50 |
| 2022-02-07 | Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelid | Mara Bos | -13/+37 |
| 2022-02-07 | Add in ValuePair::Term | kadmin | -10/+22 |
| 2022-02-06 | Merge duplicate suggestion string | Rob Pilling | -7/+4 |
| 2022-02-06 | Factor out emit_tuple_wrap_err, improve Applicability | Rob Pilling | -29/+39 |
| 2022-02-03 | Clean up opaque type obligations in query results | Oli Scherer | -8/+7 |
| 2022-02-02 | Only prevent TAITs from defining each other, RPIT and async are fine, they on... | Oli Scherer | -1/+8 |
| 2022-02-02 | Prevent two opaque types in their defining scopes from being defined via the ... | Oli Scherer | -41/+63 |
| 2022-02-02 | run rustfmt | Oli Scherer | -7/+9 |
| 2022-02-02 | Simplify diff | Oli Scherer | -2/+2 |
| 2022-02-02 | Undo a diff | Oli Scherer | -2/+2 |
| 2022-02-02 | Inline a function that is only used once | Oli Scherer | -53/+39 |
| 2022-02-02 | Remove unnecessary field | Oli Scherer | -24/+12 |
| 2022-02-02 | Remove unnecessary closure in favour of just passing the argument directly | Oli Scherer | -17/+20 |
| 2022-02-02 | Remove the `Instantiator` now that we don't recurse within it anymore | Oli Scherer | -28/+19 |
| 2022-02-02 | Inline a function that is only ever used in one place | Oli Scherer | -68/+2 |
| 2022-02-02 | Clean up leftovers from eager hidden type merging | Oli Scherer | -65/+10 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -32/+42 |