| Age | Commit message (Expand) | Author | Lines |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Rollup merge of #104921 - compiler-errors:no-binder-on-fut-ty, r=cjgillot | Guillaume Gomez | -19/+14 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -36/+65 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -5/+2 |
| 2022-11-26 | Ignore bivariant parameters in test_type_match. | Camille GILLOT | -2/+5 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -36/+65 |
| 2022-11-26 | Remove unnecessary binder from get_impl_future_output_ty | Michael Goulet | -19/+14 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -43/+16 |
| 2022-11-25 | remove `TypeError::ObjectUnsafeCoercion` | lcnr | -36/+26 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -13/+11 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -6/+2 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -35/+14 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -12/+15 |
| 2022-11-23 | Add `Mutability::ref_prefix_str`, order `Mutability`, simplify code | Maybe Waffle | -5/+2 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -14/+12 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -20/+151 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -2/+2 |
| 2022-11-21 | Test generalization during coherence | Oli Scherer | -1/+5 |
| 2022-11-21 | Add some more assertions for type relations not used during coherence | Oli Scherer | -8/+13 |
| 2022-11-21 | Type generalization should not look at opaque type in coherence | Oli Scherer | -2/+1 |
| 2022-11-21 | Remove a function that doesn't actually do anything | Oli Scherer | -8/+7 |
| 2022-11-21 | Register obligations from type relation | Oli Scherer | -5/+12 |
| 2022-11-21 | Move a field around | Oli Scherer | -1/+2 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -11/+54 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -0/+73 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -28/+39 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -14/+21 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -2/+3 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -11/+10 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -8/+12 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -5/+9 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -17/+19 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -5/+2 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -2/+6 |
| 2022-11-14 | Deduplicate visitor. | Camille GILLOT | -3/+3 |
| 2022-11-14 | Drop `relate_opaque_item_substs`. | Camille GILLOT | -0/+1 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -27/+37 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -26/+0 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+70 |
| 2022-11-09 | Remove save_and_restore_in_snapshot_flag | Michael Goulet | -26/+0 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -1/+2 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -5/+90 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -1/+2 |
| 2022-11-08 | use subdiagnostic for sugesting add let | yukang | -6/+2 |
| 2022-11-08 | fix #103587, Recover from common if let syntax mistakes/typos | yukang | -0/+74 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -2/+3 |
| 2022-11-07 | Add a known that this is a known limitation | Jack Huey | -0/+1 |