| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-02 | Stop generating inference vars for nested impl trait and let type equality ha... | Oli Scherer | -16/+0 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -7/+6 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -220/+574 |
| 2022-02-02 | More sanity checks | Oli Scherer | -2/+7 |
| 2022-02-02 | Expose current span to type equality checking in nll | Oli Scherer | -0/+7 |
| 2022-02-02 | Add some sanity assertions to make sure we use the opaque types correctly | Oli Scherer | -1/+11 |
| 2022-02-02 | Add roll back infrastructure for opaque type caches | Oli Scherer | -29/+102 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -2/+26 |
| 2022-02-01 | Fix w/ comments | kadmin | -4/+10 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -10/+4 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-28 | Only suggest 1-tuple if expected and found types match | Rob Pilling | -20/+28 |
| 2022-01-28 | Handle existing parentheses when suggesting trailing-tuple-comma | Rob Pilling | -8/+21 |
| 2022-01-28 | Replace span suggestion with multipart | Rob Pilling | -12/+8 |
| 2022-01-28 | Suggest 1-tuple parentheses, without existing parens | Rob Pilling | -10/+10 |
| 2022-01-28 | Remove generalization over projection | kadmin | -2/+26 |
| 2022-01-26 | do not register infer var for GAT projection in opaque | Michael Goulet | -7/+9 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -4/+4 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -5/+5 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -4/+4 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -131/+33 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -25/+34 |
| 2022-01-19 | Properly account for binders in get_impl_future_output_ty | Tyler Mandry | -11/+18 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -6/+7 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -6/+3 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -6/+2 |
| 2022-01-17 | Update term for use in more places | kadmin | -8/+3 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -9/+19 |