| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -30/+28 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -14/+16 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | use an enum in matches_projection_projection | Michael Goulet | -3/+4 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -30/+27 |
| 2022-02-07 | Change inference var check to be in project_type | Jack Huey | -0/+10 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -105/+105 |
| 2022-02-01 | Fix w/ comments | kadmin | -54/+27 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -19/+20 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-28 | Remove generalization over projection | kadmin | -309/+76 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -108/+367 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-17 | Update with final comments | kadmin | -1/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -5/+6 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -6/+6 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -4/+5 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -6/+32 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -14/+14 |
| 2021-12-24 | Normalize struct tail type when checking Pointee trait | Michael Goulet | -6/+32 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -4/+5 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -18/+1 |
| 2021-12-18 | Re-introduce concept of projection cache 'completion' | Aaron Hill | -1/+1 |
| 2021-12-17 | Remove 'speculative evaluation' of predicates | Aaron Hill | -18/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -4/+4 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -1/+1 |
| 2021-12-12 | Auto merge of #90423 - Aaron1011:deduplicate-projection, r=jackh726 | bors | -0/+6 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -1/+1 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+1 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -63/+50 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -1/+1 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -4/+5 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -46/+58 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -1/+1 |
| 2021-10-31 | Combine drain_filter calls | Aaron Hill | -4/+4 |
| 2021-10-30 | Use SsoHashSet | Aaron Hill | -2/+2 |
| 2021-10-30 | Deduplicate projection sub-obligations | Aaron Hill | -0/+6 |
| 2021-10-18 | Normalize obligations for closure confirmation | jackh726 | -2/+14 |
| 2021-10-12 | Switch order of terms to prevent overflow | jackh726 | -1/+1 |
| 2021-09-27 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -4/+4 |
| 2021-09-26 | Don't normalize opaque types with escaping late-bound regions. | jackh726 | -4/+4 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -3/+3 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+24 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+24 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -11/+1 |
| 2021-09-15 | Remove ToPolyTraitRef impl for TraitRef | jackh726 | -3/+3 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -2/+4 |