| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | Address review comment | Matthew Jasper | -1/+2 |
| 2022-02-11 | Renumber universes when canonicalizing for Chalk | Matthew Jasper | -2/+6 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -109/+37 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -84/+23 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -25/+14 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -33/+51 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -1/+1 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -3/+3 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -3/+3 |
| 2022-02-09 | Allow substitutions in `rustc_on_unimplemented` predicate | Michael Goulet | -12/+36 |
| 2022-02-09 | Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk | bors | -14/+25 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -14/+25 |
| 2022-02-08 | Rollup merge of #92917 - jackh726:issue-91762-2, r=nikomatsakis | Matthias Krüger | -1/+11 |
| 2022-02-08 | Rollup merge of #93728 - JulianKnodt:toterm, r=oli-obk | Matthias Krüger | -20/+5 |
| 2022-02-07 | Change inference var check to be in project_type | Jack Huey | -11/+11 |
| 2022-02-07 | Don't match any projection predicates when the obligation has inference types... | Jack Huey | -2/+12 |
| 2022-02-07 | Rm ValuePairs::Ty/Const | kadmin | -20/+5 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -3/+2 |
| 2022-02-02 | Fix some doctests where the main function returns an opaque type | Oli Scherer | -0/+5 |
| 2022-02-02 | Bail out early if there already were errors | Oli Scherer | -10/+5 |
| 2022-02-02 | Make a span more useful | Oli Scherer | -0/+1 |
| 2022-02-02 | Guess head span of async blocks | Oli Scherer | -0/+1 |
| 2022-02-02 | Make a comment more obvious | Oli Scherer | -2/+4 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -3/+3 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -1/+1 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -12/+69 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -116/+128 |
| 2022-02-01 | Fix w/ comments | kadmin | -59/+47 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -39/+25 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -60/+30 |
| 2022-01-31 | Do not store overlap_mode, just pass it down on insert | Santiago Pastorino | -3/+5 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -59/+27 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -6/+8 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -7/+25 |
| 2022-01-28 | Auto merge of #93343 - lqd:attrs, r=spastorino | bors | -18/+25 |
| 2022-01-28 | Remove generalization over projection | kadmin | -320/+99 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -108/+367 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -8/+4 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+22 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -148/+220 |
| 2022-01-26 | Only traverse attrs once while checking for coherence override | Rémy Rakic | -18/+25 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -13/+20 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -8/+50 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -144/+174 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -61/+201 |
| 2022-01-25 | Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoerister | Matthias Krüger | -12/+51 |