| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -136/+194 |
| 2022-01-23 | FIXME include regions too | Santiago Pastorino | -1/+4 |
| 2022-01-23 | Rename strict_check to negative_impl_exists | Santiago Pastorino | -4/+8 |
| 2022-01-23 | Document OverlapMode | Santiago Pastorino | -0/+5 |
| 2022-01-22 | Restructure the code leveraging in abilities more than modes | Santiago Pastorino | -51/+47 |
| 2022-01-21 | Remove intermediate function doesn't make more sense | Santiago Pastorino | -28/+11 |
| 2022-01-21 | Make strict_disjoint use explicit_disjoint | Santiago Pastorino | -9/+12 |
| 2022-01-21 | Do not pass OverlapMode down, just create a closure to properly set the filte... | Santiago Pastorino | -16/+33 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -4/+95 |
| 2022-01-21 | Add overlap mode | Santiago Pastorino | -9/+27 |
| 2022-01-21 | Extract stable_disjoint fn | Santiago Pastorino | -21/+41 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -28/+27 |
| 2022-01-21 | Move auxiliary fns out of overlap_with_probe | Santiago Pastorino | -19/+19 |
| 2022-01-21 | Use impl1 and impl2 instead of a and b prefixes | Santiago Pastorino | -16/+16 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -1/+4 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -2/+3 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -13/+20 |
| 2022-01-19 | remove `is_noop` | lcnr | -1/+1 |
| 2022-01-19 | skip some layers in const drop confirmation | Michael Goulet | -70/+91 |
| 2022-01-19 | never type is const Drop | Michael Goulet | -3/+5 |
| 2022-01-18 | Properly track `DepNode`s in trait evaluation provisional cache | Aaron Hill | -12/+51 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -8/+3 |
| 2022-01-18 | Use let_else in even more places | est31 | -28/+27 |