| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -61/+66 |
| 2023-03-06 | Create new rustc_smir struct to map future crates | Celina G. Val | -19/+163 |
| 2023-03-07 | Add suggestion to diagnostic when user has array but trait wants slice. | Ben Reeves | -7/+90 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -138/+120 |
| 2023-03-06 | Do not ICE when we have fn pointer Fn obligations with bound vars in the self... | Michael Goulet | -3/+11 |
| 2023-03-06 | Auto merge of #108821 - matthiaskrgr:rollup-cmkbgpr, r=matthiaskrgr | bors | -40/+67 |
| 2023-03-06 | Avoid accessing HIR for RPITITs assoc type on mark_live_symbols | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Implement inferred_outlives_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+3 |
| 2023-03-06 | Implement explicit_predicates_of for impl side RPITITs assoc type | Santiago Pastorino | -0/+6 |
| 2023-03-06 | Implement generics_of for impl side RPITITs assoc type | Santiago Pastorino | -6/+34 |
| 2023-03-06 | Implement param_env for RPITITs assoc type | Santiago Pastorino | -2/+16 |
| 2023-03-06 | Implement type_of for RPITITs assoc type | Santiago Pastorino | -1/+20 |
| 2023-03-06 | Properly implement explicit_item_bounds for RPITITs trait assoc ty | Santiago Pastorino | -14/+23 |
| 2023-03-06 | Map to new synthesized assoc ty for RPITITs in astconv | Santiago Pastorino | -1/+9 |
| 2023-03-06 | Collect newly synthesized RPITITs on ImplTraitInTraitCollector | Santiago Pastorino | -1/+1 |
| 2023-03-06 | Avoid accessing HIR for RPITITs on check_type_bounds | Santiago Pastorino | -7/+14 |
| 2023-03-06 | Add is_impl_trait_in_trait | Santiago Pastorino | -0/+8 |
| 2023-03-06 | Place binder correctly for arbitrary trait bound suggestion | Michael Goulet | -2/+2 |
| 2023-03-06 | Remove references to PassManagerBuilder | Nikita Popov | -5/+0 |
| 2023-03-06 | Rollup merge of #108807 - MU001999:lint/suspicious_auto_trait_impls, r=lcnr | Matthias Krüger | -4/+0 |
| 2023-03-06 | Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obk | Matthias Krüger | -9/+2 |
| 2023-03-06 | Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obk | Matthias Krüger | -13/+22 |
| 2023-03-06 | Rollup merge of #108786 - saethlin:free-regions-check, r=oli-obk | Matthias Krüger | -6/+11 |
| 2023-03-06 | Rollup merge of #108750 - compiler-errors:aaaaaaaa, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-03-06 | Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb | Matthias Krüger | -7/+31 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -3/+7 |
| 2023-03-06 | Auto merge of #108402 - clubby789:diag-bool-not-unit, r=davidtwco | bors | -5/+18 |
| 2023-03-06 | emit the suspicious_auto_trait_impls for negative impls as well | Mu42 | -4/+0 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -19/+38 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -21/+36 |
| 2023-03-06 | Do not ICE when failing to normalize in ConstProp. | Camille GILLOT | -9/+2 |
| 2023-03-06 | Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errors | bors | -7/+10 |
| 2023-03-05 | Allow binary files to go through the `FileLoader` | Thom Chiovoloni | -3/+8 |
| 2023-03-05 | Do not ICE when casting polymorphic values. | Camille GILLOT | -13/+22 |
| 2023-03-05 | Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errors | Matthias Krüger | -24/+21 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |
| 2023-03-05 | Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errors | Matthias Krüger | -7/+17 |
| 2023-03-05 | Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va... | Matthias Krüger | -3/+4 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -61/+66 |
| 2023-03-05 | Check for free regions in MIR validation | Ben Kimock | -6/+11 |
| 2023-03-05 | Erase lifetimes in SROA. | Camille GILLOT | -7/+10 |
| 2023-03-05 | Fix for diagnostics | Antoni Boucher | -5/+18 |
| 2023-03-05 | Update gccjit | Antoni Boucher | -2/+2 |
| 2023-03-05 | Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023... | Antoni Boucher | -1119/+5726 |
| 2023-03-05 | Use the correct bound vars in return type suggestion. | Camille GILLOT | -24/+21 |
| 2023-03-05 | Add note for mismatched types with circular dependencies | Lukas Markeffsky | -7/+14 |
| 2023-03-05 | Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone... | Matthias Krüger | -5/+6 |
| 2023-03-05 | Improve documentation and argument naming of some TyCtxt methods | Guillaume Gomez | -13/+20 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -129/+103 |
| 2023-03-05 | fix the new unsoundness | Ali MJ Al-Nasrawy | -1/+8 |