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
Changes required due to rust-lang/rust#132246
(Rename `rustc_abi::Abi` to `BackendRepr`).
Resolves: #3669
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Updating Rust toolchain from nightly-2024-10-31 to nightly-2024-11-01 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@759e07f up to rust-lang/rust@a0d98ff. The log for this commit range is:
rust-lang/rust@a0d98ff0e5 Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgillot,DianQK
rust-lang/rust@20c909ff9c Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgr
rust-lang/rust@c9584b7a96 Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-and-x86_64-rust-for-linux, r=Kobzol
rust-lang/rust@bfc956e36f Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxu
rust-lang/rust@6b96a7944a Rollup merge of #132354 - koute:master, r=workingjubilee
rust-lang/rust@76b748ad19 Rollup merge of #132316 - MarcoIeni:ci-free-runners-windows, r=Mark-Simulacrum
rust-lang/rust@2da55600bc Rollup merge of #130693 - jieyouxu:minicore, r=bjorn3
rust-lang/rust@3036f4f668 CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux
rust-lang/rust@8dddd1ae60 coverage: Avoid ICE when
coverage_cx
is unexpectedly unavailablerust-lang/rust@adb6d4752f tests: use minicore in
tests/ui/abi/compatibility.rs
as an examplerust-lang/rust@0bbe07e8ff tests/ui: add
minicore
compiletest self-testrust-lang/rust@a8b34f58cf tests/codegen: add
minicore
compiletest self-testrust-lang/rust@b115a22828 tests/assembly: add
minicore
compiletest self-testrust-lang/rust@59cb59d74d compiletest: stamp
minicore.rs
to rerun tests on changesrust-lang/rust@a737f75a04 compiletest: conditionally build and provide
minicore
as extern prelude when requested via//@ add-core-stubs
directiverust-lang/rust@95d01fcee9 compiletest: register
--minicore-path
flag and//@ add-core-stubs
directiverust-lang/rust@74c0c48858 compiletest: localize
compile_test_and_save_assembly
to assembly test modulerust-lang/rust@f9ca4201f8 bootstrap: pass minicore path when running compiletest step
rust-lang/rust@82c2e42894 minicore: add minimal minicore test auxiliary
rust-lang/rust@9ccfedf186 Auto merge of #132301 - compiler-errors:adjust, r=lcnr
rust-lang/rust@183599fa99 CI: use free runners for 3 fast windows jobs
rust-lang/rust@c1db011ccb Add
lp64e
ABI to the spec tests matchrust-lang/rust@44b720a2d4 Add a comment about
lp64e
still being unstablerust-lang/rust@4d296eabe4 Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgr
rust-lang/rust@cfb4c05d77 Add a mir-opt GVN test for #128299
rust-lang/rust@10b8ba4ecb Mark
simplify_aggregate_to_copy
mir-opt as unsoundrust-lang/rust@4d8bda335e Add a regression test for #132353
rust-lang/rust@49a76c14c4 Rollup merge of #132376 - ehuss:reference-input, r=traviscross
rust-lang/rust@39086e4290 Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-dead
rust-lang/rust@2b93bf60ee Rollup merge of #132365 - onur-ozkan:less-rustc-overhead, r=Kobzol
rust-lang/rust@e228e31293 Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillot
rust-lang/rust@c8b83785dc Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank
rust-lang/rust@846e20c3b6 Reduce some visibilities.
rust-lang/rust@911edbfe42 Remove
ValueAnalysis
andValueAnalysisWrapper
.rust-lang/rust@c1457798db Try to point out when edition 2024 lifetime capture rules cause borrowck issues
rust-lang/rust@e093b82a41 Encode cross-crate opaque type origin
rust-lang/rust@75eff9a574 Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr
rust-lang/rust@7d0dbc5f53 Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errors
rust-lang/rust@efd5645e43 Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease
rust-lang/rust@271a8c9f43 Rollup merge of #132368 - compiler-errors:do-not-iterator, r=tgross35
rust-lang/rust@37c3884152 Annotate
input
reference testsrust-lang/rust@a6bbdf0fd4 Remove dead code stemming from the old effects desugaring
rust-lang/rust@d53ca63453 Make sure type_param_predicates resolves correctly for RPITIT
rust-lang/rust@4add5e4211 Auto merge of #132371 - workingjubilee:rollup-aqd86tm, r=workingjubilee
rust-lang/rust@4b52bbcf03 pass
RUSTC_HOST_FLAGS
at once without the for looprust-lang/rust@7b19508abe Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr
rust-lang/rust@f90abe763b Rollup merge of #132267 - onur-ozkan:rustc-if-unchanged-force-library, r=Kobzol
rust-lang/rust@847b6fe6b0 Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors
rust-lang/rust@62ba25de39 Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeGomez
rust-lang/rust@6b60f03f15 Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petrochenkov
rust-lang/rust@ac7de1a0d9 Ignore Windows due to its differing path syntax
rust-lang/rust@c62f0977a0 Remove do_not_const_check from Iterator methods
rust-lang/rust@ec033e5bf1 Do not enforce ~const constness effects in typeck if rustc_do_mot_const_check
rust-lang/rust@802f3a78a6 Merge HostPolarity and BoundConstness
rust-lang/rust@2d74d8f333 Actually capture all in-scope lifetimes.
rust-lang/rust@8f6e0a6a4b Promote test.
rust-lang/rust@27c958fb44 Review comments.
rust-lang/rust@d804ef8be8 Adapt comments.
rust-lang/rust@d693e19268 Promote crashes tests to ui.
rust-lang/rust@b6e1214ac0 Remap impl-trait lifetimes on HIR instead of AST lowering.
rust-lang/rust@167350d3e9 Add
lp64e
RISC-V ABIrust-lang/rust@083a362dd1 tests: Bless
rustc_abi::Abi::Aggregate
=>::Memory
rust-lang/rust@0b9d1eb889 tests: cross-compile multi-platform ZST ABI tests
rust-lang/rust@11f9217a33 rust-analyzer:
rustc_abi::Abi
=>BackendRepr
rust-lang/rust@3059ed8fa6 miri:
rustc_abi::Abi
=>BackendRepr
rust-lang/rust@0349209901 cg_gcc:
rustc_abi::Abi
=>BackendRepr
rust-lang/rust@6d5d8b5071 cg_clif:
rustc_abi::Abi
=>BackendRepr
rust-lang/rust@7086dd83cc compiler:
rustc_abi::Abi
=>BackendRepr
rust-lang/rust@599ffab6cd Remove region from adjustments
rust-lang/rust@7e064e791d update download-rustc doc in config.example.toml
rust-lang/rust@5cf6b8bdee force-recompile library changes on download-rustc="if-unchanged"
rust-lang/rust@1819b4fa23 rustdoc: make doctest span tweak a 2024 edition change
The text was updated successfully, but these errors were encountered: