| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-11-28 | Rollup merge of #104890 - lcnr:small-cleanup, r=fee1-dead | Dylan DPC | -36/+26 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -4/+1 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -21/+21 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -26/+24 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -21/+21 |
| 2022-11-27 | Use `TyCtxt::is_fn_trait` is a couple more places | Maybe Waffle | -4/+1 |
| 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 | -26/+32 |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -8/+0 |
| 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 | -26/+24 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -20/+152 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -2/+2 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 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/+55 |
| 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 | -30/+35 |
| 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 |