| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -24/+33 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -136/+170 |
| 2022-01-17 | Update with final comments | kadmin | -4/+4 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -6/+5 |
| 2022-01-17 | Update w/ comments | kadmin | -2/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -18/+28 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -13/+14 |
| 2022-01-17 | directly use ConstValue for single literals in blocks | b-naber | -8/+3 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -18/+0 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -18/+0 |
| 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 | -59/+34 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -3/+4 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+2 |