-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Updating Rust toolchain from nightly-2024-04-21 to nightly-2024-04-22 requires source changes.
The failed automated run can be found here.
Please review the changes at https://github.com/rust-lang/rust from rust-lang/rust@dbce3b4 up to rust-lang/rust@fb89862. The log for this commit range is:
rust-lang/rust@fb898629a2 Auto merge of #124241 - matthiaskrgr:rollup-xhu90xr, r=matthiaskrgr
rust-lang/rust@3315bf961d Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxu
rust-lang/rust@f277f3d653 Rollup merge of #124231 - BoxyUwU:dereview, r=Mark-Simulacrum
rust-lang/rust@e96ed6d35d Rollup merge of #124229 - mati865:add-gnullvm-targets-to-manifest, r=Mark-Simulacrum
rust-lang/rust@cd92422180 Rollup merge of #124224 - bvanjoi:cleanup, r=fmease
rust-lang/rust@67872e740e Rollup merge of #123840 - scottmcm:aggregate-kind-rawptr, r=cjgillot
rust-lang/rust@1b3fba066c Auto merge of #124203 - lukas-code:delete-deleting-caches, r=compiler-errors
rust-lang/rust@3aaa3941fd Move some tests
rust-lang/rust@5e785b1420 Update tests after 123949
rust-lang/rust@1398fe7a5e Address more PR feedback
rust-lang/rust@bb8d6f790b Address PR feedback
rust-lang/rust@5e1d16ca55 Also handle AggregateKind::RawPtr in cg_cranelift
rust-lang/rust@9520cebfc5 InstSimplify from_raw_parts(p, ())
→ p as _
rust-lang/rust@de64ff76f8 Use it in the library, and InstSimplify
it away in the easy places
rust-lang/rust@4f4442655e Add an intrinsic that lowers to AggregateKind::RawPtr
rust-lang/rust@e6b2b764ec Add AggregateKind::RawPtr
and enough support to compile
rust-lang/rust@70df9d9a13 Add a mir-opt test for byte_add
on pointers
rust-lang/rust@b76faff1b2 Add a MIR pre-codegen test for Vec::deref
rust-lang/rust@5800dc1faa New slice indexing pre-codegen MIR test
rust-lang/rust@e1d12ffb6c removal
rust-lang/rust@f22a0c2d9f Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnr
rust-lang/rust@5a2b335e49 also remap RPITITs nested in other types back to their opaques
rust-lang/rust@6ae761cd40 Add gnullvm targets to manifest
rust-lang/rust@aa31bad26b Auto merge of #124222 - GuillaumeGomez:rollup-ws1zju7, r=GuillaumeGomez
rust-lang/rust@2d5a226f8f cleanup: unnecessary clone during lower generics args
rust-lang/rust@43d5e00bac Rollup merge of #124198 - compiler-errors:improve-ty-ct-param-span, r=Nadrieril
rust-lang/rust@24b8c54f6d Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhpratt
rust-lang/rust@9efd1477ac Rollup merge of #124089 - simlay:fix-preadv64-and-pwritev64-link-for-watchos-and-visionos, r=workingjubilee
rust-lang/rust@f122a5129c Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68
rust-lang/rust@fecb7b4309 Auto merge of #124193 - RalfJung:miri, r=RalfJung
rust-lang/rust@ae37b6ec58 the mir-validation ICE test behaves strangely on Windows hosts
rust-lang/rust@b9be3c47e5 Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiser
rust-lang/rust@fa53b9f39c Fix watchOS and visionOS for pread64 and pwrite64 calls
rust-lang/rust@13eb8c736c Auto merge of #123930 - Mark-Simulacrum:vec-length-invariant, r=jhpratt
rust-lang/rust@f1ae5314be Avoid reloading Vec::len across grow_one in push
rust-lang/rust@426a698606 Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum
rust-lang/rust@453ceafce3 Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxu
rust-lang/rust@c72cfdd46f Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum
rust-lang/rust@b3f9117a2d Rollup merge of #124191 - dtolnay:fixup, r=compiler-errors
rust-lang/rust@726361caf4 Rollup merge of #124132 - RalfJung:OpBundlesIndirect, r=Mark-Simulacrum
rust-lang/rust@418a07861a Rollup merge of #124103 - dtolnay:metadatadebug, r=Mark-Simulacrum
rust-lang/rust@29ee276368 Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=Mark-Simulacrum
rust-lang/rust@f13cd0c8d0 Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum
rust-lang/rust@871c3e3075 Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum
rust-lang/rust@a73aabfa92 Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simulacrum
rust-lang/rust@ccd9880769 Rollup merge of #123967 - RalfJung:static_mut_refs, r=Nilstrieb
rust-lang/rust@e9e936cfa8 Rollup merge of #123379 - wutchzone:119266, r=compiler-errors
rust-lang/rust@31a05a227a merge two impl blocks
rust-lang/rust@57085a06d9 Explicitly mention Self
rust-lang/rust@f9ba863c4d remove InferCtxt::clear_caches
rust-lang/rust@88b10c1162 include ParamEnv in projection cache key
rust-lang/rust@fa0428c9d0 Flip spans for precise capturing syntax not capturing a ty/ct param
rust-lang/rust@be564a8add Print note with closure signature on type mismatch
rust-lang/rust@75d0fdd967 mir-opt tests: rename unit-test -> test-mir-pass
rust-lang/rust@61a7d3d523 ensure the ICE-to-file logic does not affect our test
rust-lang/rust@6b0ce8b1e2 Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJung
rust-lang/rust@8cab0d5617 restrict VClock API surface
rust-lang/rust@cb1b4a6977 reuse_pool: only do acquire_clock if we reused from a different thread
rust-lang/rust@7dcfb54dc6 data_race: make the release/acquire API more clear
rust-lang/rust@debdb72ba8 Give a name to each distinct manipulation of pretty-printer FixupContext
rust-lang/rust@912c67043b Move pretty-printer FixupContext to a module
rust-lang/rust@9713ff45ab Auto merge of #3494 - rust-lang:rustup-2024-04-20, r=RalfJung
rust-lang/rust@7952316aff re-bless tests
rust-lang/rust@8e1f18dce8 fix clippy warning
rust-lang/rust@b63bb1b374 Merge from rustc
rust-lang/rust@29e41fbc30 Preparing for merge from rustc
rust-lang/rust@02ac46c0c2 Suggest using unsigned_abs
in abs
documentation
rust-lang/rust@e9ebc6f800 Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJung
rust-lang/rust@c5fdb39120 fix clippy warnings on bootstrap
rust-lang/rust@95ae2dd7ff Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJung
rust-lang/rust@fecd7fc937 make test not leak rustc crate hash
rust-lang/rust@134ee309c9 Auto merge of #3490 - RalfJung:paths, r=RalfJung
rust-lang/rust@b9ed4cd70a share code between win-to-unix and unix-to-win path conversion
rust-lang/rust@d0783e8836 Merge from rustc
rust-lang/rust@c1cf0a3e38 Preparing for merge from rustc
rust-lang/rust@9b419a1b83 when reusing an address, most of the time only reuse from the current thread
rust-lang/rust@39f0c4f884 Auto merge of #3488 - RalfJung:os_str_comment, r=RalfJung
rust-lang/rust@5067dd21b6 comment clarification and typo fix
rust-lang/rust@61def018c1 llvm RustWrapper: explain OpBundlesIndirect argument type
rust-lang/rust@d7916fc8cd do not reuse stack addresses; make reuse rate configurable
rust-lang/rust@6a52feeac6 Stabilize Wasm phase 4 & 5 proposals
rust-lang/rust@48fd549cd3 when an address gets reused, establish a happens-before link in the data race model
rust-lang/rust@1ce64e717f Auto merge of #3484 - RalfJung:realloc, r=RalfJung
rust-lang/rust@5ff9b2b865 move allocator shim logic into its own file
rust-lang/rust@73e333ac44 make realloc with a size of zero fail
rust-lang/rust@5c9924a599 Auto merge of #3486 - RalfJung:mir-validate, r=RalfJung
rust-lang/rust@5ef38aca35 add test checking that we do run MIR validation
rust-lang/rust@5697f731b4 Auto merge of #3485 - RalfJung:read_byte_slice, r=RalfJung
rust-lang/rust@a920ed4136 CI: add script for installing NodeJS and update it to v20
rust-lang/rust@62e84d5ca0 move read_byte_slice to general helpers file, next to read_c_str
rust-lang/rust@0f44382bca Auto merge of #3483 - RalfJung:drop, r=RalfJung
rust-lang/rust@5c352a4e75 add test for Drop terminator on non-drop type
rust-lang/rust@fdf93bbde0 Improve std::fs::Metadata Debug representation
rust-lang/rust@d261b53081 Auto merge of #3481 - RalfJung:rustup, r=RalfJung
rust-lang/rust@7c3c2716ff fmt
rust-lang/rust@3d3550ffa0 Merge from rustc
rust-lang/rust@6a108a7477 Preparing for merge from rustc
rust-lang/rust@4734163006 Add llvm-bitcode-linker to build manifest
rust-lang/rust@214bf5a017 enable clippy for bootstrap on CI PRs
rust-lang/rust@9776f647e6 Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung
rust-lang/rust@14701efcaf Auto merge of #3479 - rust-lang:rustup-2024-04-17, r=RalfJung
rust-lang/rust@9f156d38a5 no need to use miri's native stderr here
rust-lang/rust@d7f79cc2b2 tests/utils: add fmt::Write implementations for miri's native stdout/stderr
rust-lang/rust@d10f61313f alloc_error_handler tests: directly call handle_alloc_error; test more codepaths
rust-lang/rust@2cb03ef739 fmt
rust-lang/rust@e8739886f2 Merge from rustc
rust-lang/rust@af28716f19 Preparing for merge from rustc
rust-lang/rust@25b9f84413 coverage: Branch coverage tests for lazy boolean operators
rust-lang/rust@40cfc2de77 coverage: Move branch coverage tests into a subdirectory
rust-lang/rust@8ad72b24f3 Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung
rust-lang/rust@f325c8d4fa implement support for __rust_alloc_error_handler
rust-lang/rust@719799028a Auto merge of #3477 - RalfJung:win-no-std, r=RalfJung
rust-lang/rust@a7db62810e no_std works on Windows now
rust-lang/rust@fee494b2b2 Auto merge of #3472 - RalfJung:deadlock, r=RalfJung
rust-lang/rust@811d4de5a0 deadlock: show backtrace for all threads
rust-lang/rust@1129faca2b Auto merge of #3471 - RalfJung:blocked, r=RalfJung
rust-lang/rust@3d5acebbf1 threads: keep track of why we are blocked, and sanity-check that when waking up
rust-lang/rust@88d1a1c6fd Auto merge of #3469 - rust-lang:rustup-2024-04-16, r=RalfJung
rust-lang/rust@3d3a584e4d bless test-cargo-miri
rust-lang/rust@a1f523dd2c Merge from rustc
rust-lang/rust@20f418252f Preparing for merge from rustc
rust-lang/rust@232eb59a8f lint-docs: Add redirects for renamed lints.
rust-lang/rust@89117f85e3 Use fake libc in core test
rust-lang/rust@b4a4645758 static_mut_refs: use raw pointers to remove the remaining FIXME
rust-lang/rust@c2e2245fd8 Fix trait solver overflow with non_local_definitions
lint