| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | Merge commit 'de5d6523738fd44a0521b6abf3e73ae1df210741' into sync_cg_clif-202... | bjorn3 | -195/+189 |
| 2024-04-23 | Mark @RUSTC_BUILTIN search path usage as unstable | Lukas Wirth | -1/+17 |
| 2024-04-23 | parser: remove ununsed(no reads) max_angle_bracket_count field | klensy | -4/+0 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -86/+247 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -54/+148 |
| 2024-04-23 | Rollup merge of #124200 - scrabsha:sasha/->, r=compiler-errors,fmease | Matthias Krüger | -0/+19 |
| 2024-04-23 | Rollup merge of #124168 - oli-obk:define_opaque_types12, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-04-23 | Rollup merge of #123680 - compiler-errors:gen-kw, r=Nadrieril | Matthias Krüger | -31/+75 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -28/+14 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -24/+1174 |
| 2024-04-22 | Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obk | Guillaume Gomez | -1/+44 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -15/+0 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -94/+176 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -38/+38 |
| 2024-04-22 | Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obk | Guillaume Gomez | -3/+4 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -15/+0 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -31/+75 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -0/+19 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -59/+134 |
| 2024-04-22 | Use `DefiningOpaqueTypes::Yes`, as the `InferCtxt` we use has no opaque types... | Oli Scherer | -1/+1 |
| 2024-04-22 | Add more context to the forbidden dep-graph read ICE error message. | Michael Woerister | -1/+5 |
| 2024-04-22 | Fix typo in the has_surface_drop's doc comment | Daria Sukhonina | -1/+1 |
| 2024-04-22 | Fix copy-paste typo in the comment within consider_builtin_async_destruct_can... | Daria Sukhonina | -2/+2 |
| 2024-04-22 | Exhaustivelly match TyKind in consider_builtin_async_destruct_candidate | Daria Sukhonina | -1/+1 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -42/+35 |
| 2024-04-22 | coverage: Separate branch pairs from other mapping kinds | Zalathar | -25/+44 |
| 2024-04-22 | coverage: Move some helper code into `BranchInfoBuilder` | Zalathar | -26/+40 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -52/+101 |
| 2024-04-22 | Improve ICE message for forbidden dep-graph reads. | Michael Woerister | -1/+40 |
| 2024-04-22 | Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril | bors | -17/+19 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -0/+4 |
| 2024-04-21 | Use sup instead of eq when unifying self type | Michael Goulet | -6/+6 |
| 2024-04-21 | Restore error messaging | Michael Goulet | -0/+11 |
| 2024-04-21 | Check that predicate may hold BEFORE registering it in ocx | Michael Goulet | -2/+13 |
| 2024-04-21 | Normalize xform_ret_ty after constrained | Michael Goulet | -21/+30 |
| 2024-04-21 | Use fulfillment, not evaluate, during method probe | Michael Goulet | -302/+144 |
| 2024-04-21 | Some early clean-ups in method probe | Michael Goulet | -51/+8 |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -10/+235 |
| 2024-04-21 | Rollup merge of #124224 - bvanjoi:cleanup, r=fmease | Matthias Krüger | -2/+2 |
| 2024-04-21 | Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillot | Matthias Krüger | -8/+233 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -29/+21 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -3/+3 |
| 2024-04-21 | Address PR feedback | Scott McMurray | -15/+12 |
| 2024-04-21 | Also handle AggregateKind::RawPtr in cg_cranelift | Scott McMurray | -0/+30 |
| 2024-04-21 | InstSimplify `from_raw_parts(p, ())` → `p as _` | Scott McMurray | -1/+35 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -2/+48 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -1/+38 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -3/+84 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -1/+13 |