| Age | Commit message (Expand) | Author | Lines |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 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 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -22/+18 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -5/+16 |
| 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 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -1/+1 |
| 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 |
| 2022-01-12 | Don't fall back to crate-level opaque type definitions. | Oli Scherer | -32/+36 |
| 2022-01-11 | Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkov | bors | -1/+1 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -1/+1 |
| 2022-01-10 | Use pre-interned symbols in a couple of places | bjorn3 | -4/+4 |
| 2022-01-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -5/+16 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -8/+5 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -3/+38 |
| 2021-12-29 | Refactor variance diagnostics to work with more types | Aaron Hill | -2/+3 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -1/+1 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -27/+27 |
| 2021-12-19 | Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011 | Matthias Krüger | -49/+48 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+1 |
| 2021-12-18 | Re-introduce concept of projection cache 'completion' | Aaron Hill | -3/+69 |
| 2021-12-18 | Rollup merge of #92022 - woodenarrow:br_expected_bool, r=estebank | Matthias Krüger | -4/+4 |
| 2021-12-17 | Eliminate duplicate codes of expected_found_bool | lzh | -4/+4 |
| 2021-12-17 | Fix typo in "new region bound" suggestion | Esteban Kuber | -1/+1 |
| 2021-12-16 | Eagerly instantiate opaque types | Oli Scherer | -6/+4 |
| 2021-12-16 | Remove some noise from opaque type errors around associated types | Oli Scherer | -0/+14 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+1 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_infer` | LegionMammal978 | -49/+48 |
| 2021-12-13 | Instead of checking for exact bounds, try to prove them | Jack Huey | -2/+2 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -24/+16 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -3/+36 |
| 2021-12-11 | Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgr | bors | -49/+130 |