| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -145/+225 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -1/+2 |
| 2022-11-19 | Fix substraction with overflow in `wrong_number_of_generic_args.rs` | Mahmoud Mazouz | -1/+2 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -3/+1 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -4/+8 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -10/+6 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -3/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -4/+8 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -20/+19 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -1/+7 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -103/+78 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -20/+19 |
| 2022-11-16 | Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot | Matthias Krüger | -37/+46 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -1/+1 |
| 2022-11-15 | use `ocx` type relation routines | lcnr | -10/+6 |
| 2022-11-15 | Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillot | Matthias Krüger | -50/+16 |
| 2022-11-14 | respect visibility & stability of inherent associated types | León Orell Valerian Liehr | -37/+46 |
| 2022-11-14 | Typo. | Camille GILLOT | -1/+1 |
| 2022-11-14 | Deduplicate visitor. | Camille GILLOT | -96/+19 |
| 2022-11-14 | Add rustc_deny_explicit_impl | Michael Goulet | -50/+16 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -26/+16 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -12/+8 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -55/+39 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -10/+7 |
| 2022-11-13 | Ensure codegen_fn_attrs during collection. | Camille GILLOT | -1/+9 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -45/+87 |
| 2022-11-12 | Verify predicates on RPIT and async opaques. | Camille GILLOT | -20/+0 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -8/+11 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -42/+84 |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+92 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -105/+142 |
| 2022-11-12 | Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors | Dylan DPC | -105/+142 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -238/+124 |
| 2022-11-11 | Clean-up formatting. | Camille GILLOT | -5/+4 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -21/+20 |
| 2022-11-11 | Resolve lifetimes using the regular logic for RPIT. | Camille GILLOT | -37/+36 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -177/+66 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-10 | Apply PR feedback. | Ben Reeves | -10/+9 |
| 2022-11-10 | Require `~const` qualifier on trait bounds in specializing impls if present i... | Ben Reeves | -16/+43 |
| 2022-11-10 | Disallow specializing on const impls with non-const impls. | Ben Reeves | -4/+31 |
| 2022-11-10 | Allow specialized const trait impls. | Ben Reeves | -21/+44 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -2/+1 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -105/+142 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -11/+11 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -5/+99 |
| 2022-11-08 | Rollup merge of #100508 - BoxyUwU:make_less_things_late_bound, r=nikomatsakis | Manish Goregaokar | -5/+99 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -8/+13 |