| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -2/+2 |
| 2024-04-21 | cleanup: unnecessary clone during lower generics args | bohan | -2/+2 |
| 2024-04-21 | Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=Nadrieril | Guillaume Gomez | -21/+50 |
| 2024-04-21 | Fix ICE when there is a non-Unicode entry in the incremental crate directory | beetrees | -17/+19 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -4/+5 |
| 2024-04-20 | Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -224/+178 |
| 2024-04-20 | Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -8/+13 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+19 |
| 2024-04-20 | merge two impl blocks | Lukas Markeffsky | -2/+0 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -7/+29 |
| 2024-04-20 | remove `InferCtxt::clear_caches` | Lukas Markeffsky | -12/+0 |
| 2024-04-20 | include ParamEnv in projection cache key | Lukas Markeffsky | -13/+19 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -14/+21 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -2/+19 |
| 2024-04-20 | Auto merge of #124190 - RalfJung:pat-compare-with-fast-path, r=Nadrieril | bors | -5/+8 |
| 2024-04-20 | Auto merge of #124194 - matthiaskrgr:rollup-40s0c4q, r=matthiaskrgr | bors | -62/+1079 |
| 2024-04-20 | Rollup merge of #124104 - compiler-errors:parent-generic-use, r=oli-obk | Matthias Krüger | -7/+30 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -55/+1049 |
| 2024-04-20 | Auto merge of #124156 - DianQK:disable-match_branches, r=RalfJung | bors | -1/+4 |
| 2024-04-19 | Give a name to each distinct manipulation of pretty-printer FixupContext | David Tolnay | -153/+106 |