| Age | Commit message (Expand) | Author | Lines |
| 2023-08-26 | Various trivial formatting fixes in `run-coverage` tests | Zalathar | -92/+48 |
| 2023-08-26 | Tidy up some awkwardly-placed comments in tests | Zalathar | -10/+30 |
| 2023-08-26 | Resolve all warnings in `run-coverage` tests | Zalathar | -20/+22 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -20/+20 |
| 2023-08-25 | Walk through full path in point_at_path_if_possible | Michael Goulet | -10/+29 |
| 2023-08-25 | Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errors | bors | -0/+7 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -0/+56 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -91/+150 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -17/+9 |
| 2023-08-25 | Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2023-08-25 | keep trying which flags we need for this test until it passes bors | Ralf Jung | -5/+10 |
| 2023-08-24 | Fix CFI: f32 and f64 are encoded incorrectly for c | Ramon de C Valle | -6/+6 |
| 2023-08-25 | Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglo | bors | -42/+308 |
| 2023-08-25 | Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrieril | bors | -0/+245 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -7/+19 |
| 2023-08-24 | Rollup merge of #115172 - matthewjasper:if-let-guard-tests, r=cjgillot | Weihang Lo | -0/+298 |
| 2023-08-24 | Rollup merge of #115167 - uweigand:ubintarray-endian-fix, r=RalfJung | Weihang Lo | -42/+10 |
| 2023-08-24 | Rollup merge of #115154 - olanti-p:move-issues-24-08-2023, r=compiler-errors | Weihang Lo | -0/+0 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -0/+0 |
| 2023-08-24 | Add more tests for if_let_guard | Matthew Jasper | -0/+298 |
| 2023-08-24 | Auto merge of #115147 - estebank:issue-114311, r=davidtwco | bors | -0/+76 |
| 2023-08-24 | Include compiler flags when you `break rust;` | Martin Nordholts | -0/+7 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+412 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -86/+86 |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -17/+9 |
| 2023-08-24 | bless more mir-opt tests by hand | Ralf Jung | -10/+10 |
| 2023-08-24 | add tests for both kinds of unwind-terminate messages | Ralf Jung | -5/+59 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -76/+76 |
| 2023-08-24 | Fix ub-int-array test for big-endian platforms | Ulrich Weigand | -42/+10 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -107/+106 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+412 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -0/+76 |
| 2023-08-23 | Fix rustdoc-json tests | Noah Lev | -97/+97 |
| 2023-08-23 | Do not convert copies of packed projections to moves. | Camille GILLOT | -0/+56 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -0/+32 |
| 2023-08-23 | Rollup merge of #115102 - Urgau:invalid_ref_casting-book-note, r=est31 | Guillaume Gomez | -0/+58 |
| 2023-08-23 | Update run-make/issue-88756-default-output test | Guillaume Gomez | -0/+2 |
| 2023-08-23 | Add test for `--no-html-source` flag | Guillaume Gomez | -0/+30 |
| 2023-08-23 | Auto merge of #114790 - taiki-e:asm-maybe-uninit, r=Amanieu | bors | -0/+27 |
| 2023-08-23 | Allow MaybeUninit in input and output of inline assembly | Taiki Endo | -0/+27 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+58 |
| 2023-08-23 | Rollup merge of #115114 - tmiasko:115052, r=compiler-errors | Dylan DPC | -0/+7 |
| 2023-08-23 | Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31 | Dylan DPC | -5/+53 |
| 2023-08-23 | Rollup merge of #115096 - kadiwa4:no_memcpy_padding, r=cjgillot | Dylan DPC | -0/+14 |
| 2023-08-23 | Auto merge of #115070 - notriddle:notriddle/utf8-redundant-explicit-links, r=... | bors | -0/+18 |
| 2023-08-22 | Auto merge of #115005 - compiler-errors:passes, r=cjgillot | bors | -0/+31 |
| 2023-08-22 | Auto merge of #114643 - dpaoliello:inlinedebuginfo, r=wesleywiser | bors | -0/+26 |
| 2023-08-22 | Rollup merge of #115077 - estebank:issue-115019, r=compiler-errors | Michael Goulet | -0/+36 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -1/+69 |
| 2023-08-22 | Do not emit invalid suggestion in E0191 when spans overlap | Esteban Küber | -5/+0 |