| Age | Commit message (Expand) | Author | Lines |
| 2024-04-21 | Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr | bors | -54/+989 |
| 2024-04-21 | Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu | Matthias Krüger | -35/+35 |
| 2024-04-21 | Rollup merge of #124231 - BoxyUwU:dereview, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2024-04-21 | Rollup merge of #124229 - mati865:add-gnullvm-targets-to-manifest, r=Mark-Sim... | Matthias Krüger | -0/+3 |
| 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 | -16/+949 |
| 2024-04-21 | Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors | bors | -29/+25 |
| 2024-04-21 | Move some tests | Caio | -35/+35 |
| 2024-04-21 | Update tests after 123949 | Scott McMurray | -82/+0 |
| 2024-04-21 | Address more PR feedback | Scott McMurray | -4/+5 |
| 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 | -41/+48 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -28/+328 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -1/+264 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -3/+84 |
| 2024-04-21 | Add a mir-opt test for `byte_add` on pointers | Scott McMurray | -0/+248 |
| 2024-04-21 | Add a MIR pre-codegen test for Vec::deref | Scott McMurray | -0/+41 |
| 2024-04-21 | New slice indexing pre-codegen MIR test | Scott McMurray | -0/+47 |
| 2024-04-21 | removal | Boxy | -1/+0 |
| 2024-04-21 | Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr | bors | -1/+41 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -2/+6 |
| 2024-04-21 | Add gnullvm targets to manifest | Mateusz Mikuła | -0/+3 |
| 2024-04-21 | Auto merge of #124222 - GuillaumeGomez:rollup-ws1zju7, r=GuillaumeGomez | bors | -246/+303 |
| 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 | -38/+69 |
| 2024-04-21 | Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp... | Guillaume Gomez | -1/+2 |
| 2024-04-21 | Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-... | Guillaume Gomez | -38/+66 |
| 2024-04-21 | Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 | Guillaume Gomez | -169/+166 |
| 2024-04-21 | Auto merge of #124193 - RalfJung:miri, r=RalfJung | bors | -685/+1400 |
| 2024-04-21 | the mir-validation ICE test behaves strangely on Windows hosts | Ralf Jung | -5/+8 |
| 2024-04-21 | Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser | bors | -12/+7 |
| 2024-04-21 | Fix watchOS and visionOS for pread64 and pwrite64 calls | Sebastian Imlay | -38/+66 |
| 2024-04-21 | Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt | bors | -3/+21 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -3/+21 |
| 2024-04-21 | Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum | bors | -8/+20 |
| 2024-04-20 | Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu | bors | -421/+912 |
| 2024-04-20 | Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -156/+157 |
| 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 #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -10/+26 |
| 2024-04-20 | Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-04-20 | Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -15/+385 |
| 2024-04-20 | Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+89 |
| 2024-04-20 | Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-04-20 | Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -11/+15 |
| 2024-04-20 | Rollup merge of #123379 - wutchzone:119266, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+48 |
| 2024-04-20 | Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcm | bors | -4/+32 |
| 2024-04-20 | Auto merge of #124202 - lnicola:sync-from-ra, r=lnicola | bors | -3270/+6206 |
| 2024-04-20 | merge two impl blocks | Lukas Markeffsky | -2/+0 |