about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-21Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgrbors-54/+989
2024-04-21Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxuMatthias Krüger-35/+35
2024-04-21Rollup merge of #124231 - BoxyUwU:dereview, r=Mark-SimulacrumMatthias Krüger-1/+0
2024-04-21Rollup merge of #124229 - mati865:add-gnullvm-targets-to-manifest, r=Mark-Sim...Matthias Krüger-0/+3
2024-04-21Rollup merge of #124224 - bvanjoi:cleanup, r=fmeaseMatthias Krüger-2/+2
2024-04-21Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillotMatthias Krüger-16/+949
2024-04-21Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errorsbors-29/+25
2024-04-21Move some testsCaio-35/+35
2024-04-21Update tests after 123949Scott McMurray-82/+0
2024-04-21Address more PR feedbackScott McMurray-4/+5
2024-04-21Address PR feedbackScott McMurray-15/+12
2024-04-21Also handle AggregateKind::RawPtr in cg_craneliftScott McMurray-0/+30
2024-04-21InstSimplify `from_raw_parts(p, ())` → `p as _`Scott McMurray-41/+48
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-28/+328
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-1/+264
2024-04-21Add `AggregateKind::RawPtr` and enough support to compileScott McMurray-3/+84
2024-04-21Add a mir-opt test for `byte_add` on pointersScott McMurray-0/+248
2024-04-21Add a MIR pre-codegen test for Vec::derefScott McMurray-0/+41
2024-04-21New slice indexing pre-codegen MIR testScott McMurray-0/+47
2024-04-21removalBoxy-1/+0
2024-04-21Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnrbors-1/+41
2024-04-21also remap RPITITs nested in other types back to their opaquesLukas Markeffsky-2/+6
2024-04-21Add gnullvm targets to manifestMateusz Mikuła-0/+3
2024-04-21Auto merge of #124222 - GuillaumeGomez:rollup-ws1zju7, r=GuillaumeGomezbors-246/+303
2024-04-21cleanup: unnecessary clone during lower generics argsbohan-2/+2
2024-04-21Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=NadrierilGuillaume Gomez-38/+69
2024-04-21Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp...Guillaume Gomez-1/+2
2024-04-21Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-...Guillaume Gomez-38/+66
2024-04-21Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68Guillaume Gomez-169/+166
2024-04-21Auto merge of #124193 - RalfJung:miri, r=RalfJungbors-685/+1400
2024-04-21the mir-validation ICE test behaves strangely on Windows hostsRalf Jung-5/+8
2024-04-21Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiserbors-12/+7
2024-04-21Fix watchOS and visionOS for pread64 and pwrite64 callsSebastian Imlay-38/+66
2024-04-21Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhprattbors-3/+21
2024-04-20Avoid reloading Vec::len across grow_one in pushMark Rousskov-3/+21
2024-04-21Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrumbors-8/+20
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors-421/+912
2024-04-20Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-156/+157
2024-04-20Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors许杰友 Jieyou Xu (Joe)-224/+178
2024-04-20Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+3
2024-04-20Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-10/+26
2024-04-20Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M...许杰友 Jieyou Xu (Joe)-1/+5
2024-04-20Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-15/+385
2024-04-20Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+89
2024-04-20Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula...许杰友 Jieyou Xu (Joe)-2/+6
2024-04-20Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb许杰友 Jieyou Xu (Joe)-11/+15
2024-04-20Rollup merge of #123379 - wutchzone:119266, r=compiler-errors许杰友 Jieyou Xu (Joe)-2/+48
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors-4/+32
2024-04-20Auto merge of #124202 - lnicola:sync-from-ra, r=lnicolabors-3270/+6206
2024-04-20merge two impl blocksLukas Markeffsky-2/+0