| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2023-08-28 | Rollup merge of #115322 - estebank:list-tweak, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -209/+11 |
| 2023-08-28 | Rollup merge of #115294 - compiler-errors:cycle-err, r=oli-obk | Matthias Krüger | -205/+105 |
| 2023-08-28 | Tweak output of `to_pretty_impl_header` involving only anon lifetimes | Esteban Küber | -15/+15 |
| 2023-08-28 | closure field capturing: don't depend on alignment of packed fields | Ralf Jung | -17/+12 |
| 2023-08-28 | Auto merge of #114774 - Enselic:less-move-size-noise, r=oli-obk | bors | -21/+4 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -209/+11 |
| 2023-08-28 | Allow stuct literals in if let guards | Matthew Jasper | -0/+3 |
| 2023-08-28 | Add tests for struct literals in if let/while let | Matthew Jasper | -2/+44 |
| 2023-08-28 | Add note when matching on nested non-exhaustive enums | Sebastian Toh | -4/+49 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -11/+12 |
| 2023-08-28 | Add note that str cannot be matched exhaustively | Sebastian Toh | -0/+31 |
| 2023-08-28 | Better error message for object type with GAT | Michael Goulet | -6/+12 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+88 |
| 2023-08-28 | Bless tests | Michael Goulet | -9/+32 |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -58/+20 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -205/+105 |
| 2023-08-27 | Fix inlining with -Zalways-encode-mir | Tomasz Miąsko | -0/+19 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -11/+12 |
| 2023-08-27 | Auto merge of #115226 - RalfJung:debug-abi, r=compiler-errors | bors | -19/+302 |
| 2023-08-27 | Auto merge of #115139 - cjgillot:llvm-fragment, r=nikic | bors | -0/+31 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -19/+302 |
| 2023-08-26 | Account for `Weak` alias kinds when adding more targetted obligation | Esteban Küber | -12/+15 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -92/+10 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -93/+91 |
| 2023-08-26 | Do not produce fragment for ZST. | Camille GILLOT | -0/+31 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -7/+114 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -58/+40 |
| 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 #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -5/+64 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -5/+4 |
| 2023-08-25 | keep trying which flags we need for this test until it passes bors | Ralf Jung | -5/+10 |
| 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 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -20/+76 |