| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -6/+6 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -1/+1 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -6/+6 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -5/+4 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -11/+9 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -3/+2 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -3/+4 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -2/+2 |
| 2023-01-12 | Only point at impl self ty in WF if trait predicate shares self ty | Michael Goulet | -2/+9 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -1/+1 |
| 2023-01-12 | Point at HIR types when impl trait ref doesn't normalize | Michael Goulet | -1/+5 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -1/+2 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -1/+3 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -3/+4 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -37/+21 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -1/+1 |
| 2023-01-03 | Move check_region_obligations_and_report_errors to TypeErrCtxt | Michael Goulet | -1/+3 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -4/+1 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+5 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -17/+16 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -0/+2 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -9/+13 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | 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 | -4/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -13/+16 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -8/+9 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -8/+9 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -1/+1 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -13/+16 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -1/+1 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -2/+1 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -8/+8 |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant wit... | Oli Scherer | -2/+1 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -1/+1 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -1/+1 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+8 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+22 |