You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related changes:
- rust-lang/rust#125910: Introduces a new
constant propagation pass which broke Kani coverage tests. For now,
disable this pass if coverage is enabled.
- rust-lang/rust#126410: Rename ConstOperands
Resolves#3260
Updating Rust toolchain from nightly-2024-06-11 to nightly-2024-06-12 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@b5b1356 up to rust-lang/rust@d0227c6. The log for this commit range is:
rust-lang/rust@d0227c6a19 Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov
rust-lang/rust@3ea5e236ec Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxu
rust-lang/rust@c84afee898 Implement fs wrapper for run_make_support
rust-lang/rust@0c960618b5 Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxu
rust-lang/rust@cfd48bdd7e Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk
rust-lang/rust@2a94a5bc21 Rollup merge of #126258 - oli-obk:recursive_rpit, r=lcnr
rust-lang/rust@8240d566ab Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini
rust-lang/rust@279d2b73f1 Rollup merge of #126236 - Bryanskiy:delegation-no-entry-ice-2, r=petrochenkov
rust-lang/rust@dea5237c0e Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=jieyouxu
rust-lang/rust@e8b04cc95f Migrate
run-make/multiple-emits
tormake.rs
rust-lang/rust@f8e25a687e Add
path
function torun-make-support
rust-lang/rust@20ba13c38e Auto merge of #125752 - jieyouxu:kaboom, r=Kobzol
rust-lang/rust@de4ac0c465 add const eval bool-to-int cast test
rust-lang/rust@db44cae343 interpret: ensure we check bool/char for validity when they are used in a cast
rust-lang/rust@5ec3eef9e7 run-make-support: add changelog
rust-lang/rust@d308a70890 run-make-support: bump version
rust-lang/rust@ca95f783c1 tests/run-make: update tests to use new API
rust-lang/rust@54e704437b run-make-support: arm command with drop bombs
rust-lang/rust@6a207f4ff2 Auto merge of #126262 - jieyouxu:rollup-g29lo3c, r=jieyouxu
rust-lang/rust@a3feeb3afe run-make-support: add drop bomb module
rust-lang/rust@7255c2825d run-make-support: remove
env_var
rust-lang/rust@03fa9b8073 Also test under next solver
rust-lang/rust@36c884c240 Rollup merge of #126259 - RalfJung:reachable-const, r=oli-obk
rust-lang/rust@afce88e2e3 Rollup merge of #126257 - Zalathar:needs-matching-clang, r=jieyouxu
rust-lang/rust@61207daf86 Rollup merge of #126253 - Kobzol:run-make-assert-ref-self, r=jieyouxu
rust-lang/rust@76acf2617c Rollup merge of #126234 - Bryanskiy:delegation-no-entry-ice, r=petrochenkov
rust-lang/rust@81ff9b5770 Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril
rust-lang/rust@6cca6da126 Revert "When checking whether an impl applies, constrain hidden types of opaque types."
rust-lang/rust@fe55c0091d Add regression test
rust-lang/rust@be4cd53536 reachable computation: clarify comments around consts
rust-lang/rust@336e6ab3b3 Auto merge of #126139 - compiler-errors:specializes, r=lcnr
rust-lang/rust@3923b686c7 Rename
needs-matching-clang
toneeds-force-clang-based-tests
rust-lang/rust@b3c2d66712 Remove ignore-cross-compile directive from ui/macros/proc_macro
rust-lang/rust@168d5c245f Take
&self
inCompletedProcess
assert matchersrust-lang/rust@aec67e238d Auto merge of #126113 - Kobzol:ci-native-arm-runner, r=jdno
rust-lang/rust@fa1681c9f6 Auto merge of #125910 - scottmcm:single-use-consts, r=saethlin
rust-lang/rust@6f78e6265a Delegation: fix ICE on recursive delegation
rust-lang/rust@040791a9c5 Delegation: fix ICE on late diagnostics
rust-lang/rust@8fbab183d7 Delete
ConstDebugInfo
passrust-lang/rust@476f46a8e6 Try keeping a bitset for which locals need debuginfo updates
rust-lang/rust@a4d0fc39ba Add
SingleUseConsts
mir-opt passrust-lang/rust@f976a9b208 Use native GitHub ARM64 runner for the
aarch64-gnu
jobrust-lang/rust@4b188d9d66 Only compute specializes query if specialization is enabled in the crate of the specialized impl
rust-lang/rust@1653a2d34a Failing test
rust-lang/rust@f7d49fdf4f Print
token::Interpolated
with token stream pretty printing.rust-lang/rust@b2949ff911 Spruce up the diagnostics of some early lints
The text was updated successfully, but these errors were encountered: