| Age | Commit message (Expand) | Author | Lines |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -0/+123 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -1173/+798 |
| 2023-09-01 | Auto merge of #111752 - dingxiangfei2009:lower-or-pattern, r=cjgillot | bors | -590/+931 |
| 2023-09-01 | Auto merge of #113201 - oli-obk:recursive_type_alias, r=estebank,compiler-errors | bors | -13/+70 |
| 2023-09-01 | Auto merge of #115400 - gurry:issue-115264-ice, r=compiler-errors | bors | -0/+36 |
| 2023-09-01 | Return ident for ExprField and PatField HIR nodes | Gurinder Singh | -0/+36 |
| 2023-08-31 | Auto merge of #115366 - compiler-errors:associated-type-bound-implicit-lifeti... | bors | -0/+19 |
| 2023-09-01 | update tests that are ignored by debug | Ding Xiang Fei | -278/+326 |
| 2023-08-31 | Auto merge of #115389 - bvanjoi:fix-115380, r=petrochenkov | bors | -1/+1 |
| 2023-08-31 | Auto merge of #115384 - lqd:default-universe-info, r=matthewjasper | bors | -0/+119 |
| 2023-08-31 | fix(resolve): update def if binding is warning ambiguity | bohan | -1/+1 |
| 2023-08-31 | Auto merge of #115290 - compiler-errors:ctor-unsafe, r=cjgillot | bors | -16/+52 |
| 2023-08-31 | Rollup merge of #115378 - ferrocene:ignore-cross-compile, r=lqd | Matthias Krüger | -0/+7 |
| 2023-08-31 | Auto merge of #115392 - compiler-errors:coherence-spans, r=aliemjay | bors | -17/+7 |
| 2023-08-30 | Auto merge of #115194 - tmiasko:inline-always-encode-mir, r=compiler-errors | bors | -0/+19 |
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -16/+25 |
| 2023-08-30 | rustc_layout_scalar_valid_range makes ctors unsafe | Michael Goulet | -0/+27 |
| 2023-08-30 | Auto merge of #115144 - Zoxc:parallel-guard, r=compiler-errors | bors | -2/+5 |
| 2023-08-30 | Don't record spans for predicates in coherence | Michael Goulet | -17/+7 |
| 2023-08-30 | Update failure status | John Kåre Alsaker | -2/+5 |
| 2023-08-30 | add test for issue 114907 | Rémy Rakic | -0/+119 |
| 2023-08-30 | Permit recursive weak type aliases | Oli Scherer | -13/+70 |
| 2023-08-30 | `ignore-cross-compile` remaining tests that run binaries | Lukas Wirth | -0/+7 |
| 2023-08-30 | Test variances of TAITs | Oli Scherer | -0/+136 |
| 2023-08-30 | Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726" | Oli Scherer | -79/+62 |
| 2023-08-30 | lower bare boolean expression with if-construct | Ding Xiang Fei | -14/+2 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -409/+415 |
| 2023-08-30 | mir-opt test before patch | Ding Xiang Fei | -0/+299 |
| 2023-08-30 | Rollup merge of #115363 - kpreid:suggest-private, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2023-08-30 | Rollup merge of #115355 - lqd:issue-115351, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2023-08-30 | Rollup merge of #115347 - y21:generic-bound-impl-trait-ty, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2023-08-30 | Rollup merge of #115313 - gurry:issue-114918-cycle-detected, r=compiler-errors | Matthias Krüger | -0/+91 |
| 2023-08-30 | Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errors | Matthias Krüger | -38/+44 |
| 2023-08-30 | Make get_return_block() return Some only for HIR nodes in body | Gurinder Singh | -0/+91 |
| 2023-08-30 | Capture lifetimes for associated type bounds destined to be lowered to opaques | Michael Goulet | -0/+19 |
| 2023-08-29 | Don't suggest adding parentheses to call an inaccessible method. | Kevin Reid | -0/+25 |
| 2023-08-29 | add non-regression test for issue 115351 | Rémy Rakic | -0/+39 |
| 2023-08-29 | Rollup merge of #115187 - ouz-a:smir_wrap, r=oli-obk | Matthias Krüger | -31/+3 |
| 2023-08-29 | Rollup merge of #115174 - davidtwco:needs-test-bad-location-list-67992, r=wes... | Matthias Krüger | -0/+31 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -0/+42 |
| 2023-08-29 | suggest removing `impl` in generic trait bound position | y21 | -0/+40 |
| 2023-08-29 | Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkov | bors | -0/+0 |
| 2023-08-29 | Create StableMir replacer for SMirCalls | ouz-a | -31/+3 |
| 2023-08-29 | there seems to be no reason to treat ZST specially in these cases | Ralf Jung | -7/+7 |
| 2023-08-29 | rustc_abi: audit uses of is_zst; fix a case of giving an enum insufficient al... | Ralf Jung | -0/+58 |
| 2023-08-29 | Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkin | bors | -2/+11 |
| 2023-08-28 | Move tests | Caio | -0/+0 |
| 2023-08-28 | Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr | bors | -429/+131 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -0/+42 |
| 2023-08-28 | Auto merge of #114489 - compiler-errors:rpitit-capture-all, r=oli-obk | bors | -70/+149 |