| Age | Commit message (Expand) | Author | Lines |
| 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/+571 |
| 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 | -0/+20 |
| 2022-02-01 | Fix w/ comments | kadmin | -4/+10 |
| 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 | -0/+20 |
| 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 |
| 2022-01-16 | Only suggest char literal for single-character strings | chordtoll | -1/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -22/+18 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -1/+3 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -63/+28 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -15/+8 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -7/+8 |
| 2022-01-15 | Rollup merge of #92743 - bjorn3:less_symbol_intern, r=camelid | Matthias Krüger | -4/+4 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -6/+3 |
| 2022-01-15 | initial revert | Ellen | -66/+34 |
| 2022-01-14 | Rollup merge of #92045 - oli-obk:cleanup, r=petrochenkov | Matthias Krüger | -32/+36 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -4/+16 |
| 2022-01-12 | Canonicalize const variables correctly | Michael Goulet | -6/+3 |