| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix Inline MIR pass on a function with un-satisfiable bounds | Michael Goulet | -0/+2 |
| 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 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -19/+29 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -2/+0 |
| 2022-01-15 | unrevert # 88557 | Ellen | -28/+5 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -57/+41 |
| 2022-01-15 | initial revert | Ellen | -93/+109 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -19/+42 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+1 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -3/+3 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -6/+32 |
| 2022-01-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -1/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -3/+3 |