| Age | Commit message (Expand) | Author | Lines |
| 2023-06-27 | Remove unnecessary DefineOpaqueTypes::Bubble from codegen | Michael Goulet | -13/+2 |
| 2023-06-27 | Normalize opaques with escaping bound vars | Michael Goulet | -11/+2 |
| 2023-06-27 | Auto merge of #113102 - matthiaskrgr:rollup-wpkbsw1, r=matthiaskrgr | bors | -40/+65 |
| 2023-06-27 | Rollup merge of #113096 - TaKO8Ki:remove-unused-struct, r=oli-obk | Matthias Krüger | -9/+2 |
| 2023-06-27 | Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb | Matthias Krüger | -9/+32 |
| 2023-06-27 | Rollup merge of #113089 - floriangru:mut_analyses_followup, r=oli-obk | Matthias Krüger | -5/+5 |
| 2023-06-27 | Rollup merge of #113079 - Zalathar:as-operand-id, r=oli-obk | Matthias Krüger | -15/+2 |
| 2023-06-27 | Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco | Matthias Krüger | -0/+16 |
| 2023-06-27 | Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwco | Matthias Krüger | -2/+8 |
| 2023-06-27 | Auto merge of #112516 - erikdesjardins:loop, r=davidtwco | bors | -15/+7 |
| 2023-06-27 | avoid using `format!("{}", ..)` | Takayuki Maeda | -2/+2 |
| 2023-06-27 | remove an unused struct `ForbiddenNonLifetimeParam` | Takayuki Maeda | -7/+0 |
| 2023-06-27 | Auto merge of #113078 - saethlin:mention-the-function, r=RalfJung | bors | -3/+3 |
| 2023-06-27 | Export AnalysisResults trait in rustc_mir_dataflow | Florian Groult | -5/+5 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -9/+32 |
| 2023-06-27 | Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr | bors | -1/+5 |
| 2023-06-27 | Rollup merge of #113039 - matthiaskrgr:custom_mir, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-06-27 | Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk | bors | -640/+463 |
| 2023-06-27 | Use `CoverageKind::as_operand_id` instead of manually reimplementing it | Zalathar | -15/+2 |
| 2023-06-26 | Mention the panic function in CheckAlignment | Ben Kimock | -3/+3 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -93/+40 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -60/+68 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -601/+416 |
| 2023-06-26 | make custom mir ICE a bit nicer | Matthias Krüger | -1/+5 |
| 2023-06-26 | Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro... | bors | -52/+147 |
| 2023-06-26 | Rollup merge of #112979 - NotStirred:translatable_diag/resolve_imports, r=fee... | Matthias Krüger | -44/+168 |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -0/+18 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -52/+147 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -93/+40 |
| 2023-06-25 | Rollup merge of #113036 - TaKO8Ki:fix-112094, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-06-26 | accept `ReStatic` for RPITIT | Takayuki Maeda | -1/+1 |
| 2023-06-25 | Rollup merge of #113007 - compiler-errors:dont-structural-resolve-byte-str-pa... | Matthias Krüger | -2/+3 |
| 2023-06-25 | Rollup merge of #113011 - Nilstrieb:can_access_statics, r=oli-obk | Guillaume Gomez | -15/+36 |
| 2023-06-25 | Add translatable diagnostic for import resolution strings | Tom Martin | -44/+168 |
| 2023-06-25 | Auto merge of #112476 - chenyukang:yukang-fix-109991, r=compiler-errors | bors | -14/+40 |
| 2023-06-25 | Do not offer any of the suggestions in emit_coerce_suggestions for expr from ... | yukang | -14/+40 |
| 2023-06-24 | Add enum for `can_access_statics` boolean | Nilstrieb | -15/+36 |
| 2023-06-24 | Revert "Structurally resolve correctly in check_pat_lit" | Michael Goulet | -2/+3 |
| 2023-06-24 | Rollup merge of #112854 - bvanjoi:fix-112674, r=Nilstrieb | Guillaume Gomez | -1/+12 |
| 2023-06-24 | Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2023-06-24 | fix: add cfg diagnostic for unresolved import error | bohan | -1/+12 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -3/+3 |
| 2023-06-24 | Auto merge of #112802 - lukas-code:fancy-bool, r=Nilstrieb | bors | -64/+61 |
| 2023-06-23 | Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errors | Michael Goulet | -6/+14 |
| 2023-06-23 | Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-06-23 | Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514 | Michael Goulet | -0/+1 |
| 2023-06-23 | Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjay | Michael Goulet | -2/+10 |
| 2023-06-23 | Rollup merge of #112963 - oli-obk:tait_solver_decoupling, r=compiler-errors | Michael Goulet | -17/+6 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -64/+123 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -6/+14 |