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
Upgrade toolchain to 12/12. The only substantive changes are for the
12/10 toolchain; 12/11 and 12/12 are just updating the LLBC tests.
Culprit PR: rust-lang/rust#133567 (specifically
[this
commit](rust-lang/rust@401dd84)
and [this
commit](rust-lang/rust@030545d)).
Resolves#3770
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-12-09 to nightly-2024-12-10 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@4d669fb up to rust-lang/rust@a224f38. The log for this commit range is:
rust-lang/rust@a224f3807e Auto merge of #134064 - jieyouxu:revert-131669, r=ChrisDenton
rust-lang/rust@38bfd88db7 Add regression test for #134060
rust-lang/rust@1fcbb1e338 Revert #131669 due to ICEs
rust-lang/rust@f6cb952dc1 Auto merge of #133891 - nnethercote:MixedBitSet, r=Mark-Simulacrum
rust-lang/rust@1b3fb31675 Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr
rust-lang/rust@e01cb62c91 Rollup merge of #134050 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@86f3ed3e11 Rollup merge of #134046 - lqd:new-solver-hangs, r=compiler-errors
rust-lang/rust@6f89a6158c Rollup merge of #134045 - ehuss:triagebot-path-fixes, r=compiler-errors
rust-lang/rust@273a359b90 Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlin
rust-lang/rust@fd7183c39d Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-Simulacrum
rust-lang/rust@38cc868e21 Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-Simulacrum
rust-lang/rust@d2881e4eb5 Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot
rust-lang/rust@df5b8e39b7 Auto merge of #134039 - matthiaskrgr:rollup-ix8kdg1, r=matthiaskrgr
rust-lang/rust@a33b4b1ca0 update lockfile
rust-lang/rust@fa6ceba208 Remove
ChunkedBitSet
impls that are no longer needed.rust-lang/rust@34f45f0d8f Use
MixedBitSet
instead ofChunkedBitSet
infmt.rs
.rust-lang/rust@dd28c40c29 Use
BitSet
inSparseBitMatrix
.rust-lang/rust@ef00d4f62b Fix some triagebot mentions paths
rust-lang/rust@91cf0cb729 bless test expectations
rust-lang/rust@95a1351c4a mark previously hanging tests as good to go
rust-lang/rust@62c71ccc7f improve
--compare-mode
error handlingrust-lang/rust@0df80949aa Use ensure for analysis calls
rust-lang/rust@5b133fe47d Rollup merge of #134038 - ognevny:update-psm, r=ChrisDenton
rust-lang/rust@1aab767324 Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=Nadrieril
rust-lang/rust@d619c4056c Rollup merge of #134020 - scottmcm:fix-a-fixme, r=jieyouxu
rust-lang/rust@fe5f5fd6b5 Rollup merge of #134013 - BLANKatGITHUB:intrinsic, r=saethlin
rust-lang/rust@11b0430fa2 Rollup merge of #133993 - LuanOldCode:fix-e0571-typo, r=compiler-errors
rust-lang/rust@c05e7bde10 Rollup merge of #133733 - jyn514:compiletest-diffs, r=jieyouxu
rust-lang/rust@1868c8f66f Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead
rust-lang/rust@dd875edc59 deps: Update psm
rust-lang/rust@8d5236fa1c crash tests: use individual mir opts instead of mir-opt-level where easily possible
rust-lang/rust@292fd0ffed Adds new intrinsic declaration
rust-lang/rust@4740b0fda2 Merge pull request #4081 from rust-lang/rustup-2024-12-08
rust-lang/rust@754dec3fbc Adjust
atomic-from-mut-not-available.rs
rust-lang/rust@1247f01a3c Move
atomic-from-mut-not-available.rs
totests/ui/stdlib-unit-tests/
rust-lang/rust@3a33522ca8 Adjust
assoc-oddities-3.rs
rust-lang/rust@b815a93614 Move
assoc-oddities-3.rs
undertests/ui/parser/assoc/
rust-lang/rust@6959582ac6 Move
assoc-lang-items.rs
totests/ui/lang-items/
rust-lang/rust@1e3328dd72 Document
assoc-lang-items.rs
rust-lang/rust@5e07f6e197 Move
assign-imm-local-twice.rs
totests/ui/borrowck/
rust-lang/rust@62c3160a29 Adjust
assign-imm-local-twice.rs
rust-lang/rust@5a79963179 Move
assign-assign.rs
totests/ui/codegen/assign-expr-unit-type.rs
rust-lang/rust@73b00ca8c6 Document
assign-assign.rs
rust-lang/rust@03c412ead4 fix build
rust-lang/rust@8cabbc9bd0 Merge from rustc
rust-lang/rust@7ba5192913 Preparing for merge from rustc
rust-lang/rust@18d7b9a12f Remove unnecessary
int_type_width_signed
functionrust-lang/rust@6956b4165f Merge pull request #4080 from RalfJung/sc-fence-access-test
rust-lang/rust@854dcbc5d8 add weak memory consistency test for mixing SC accesses and fences
rust-lang/rust@23fda35811 Reduce indentation in run_compiler
rust-lang/rust@2459dbb4ba Address review comments
rust-lang/rust@e82426c226 Merge pull request #4079 from rust-lang/rustup-2024-12-07
rust-lang/rust@8f05e4c4ce fmt
rust-lang/rust@97633d8e60 Merge from rustc
rust-lang/rust@8afc3c695e Preparing for merge from rustc
rust-lang/rust@8aacd1c6a8 compiletest: show the difference between the normalized output and the actual output for lines which didn't match
rust-lang/rust@120d6b2808 Fix: typo in E0751 error explanation
rust-lang/rust@d1094ea346 Merge pull request #4076 from RalfJung/sc-fence
rust-lang/rust@016fb485fa remove a no-longer-needed work-around
rust-lang/rust@644faf4c93 add test
rust-lang/rust@85414ebea7 Fix ui-fulldep tests
rust-lang/rust@618d4c3eeb Handle unwinding out of the closure argument of run_compiler with pending delayed bugs
rust-lang/rust@401dd840ff Remove all threading through of ErrorGuaranteed from the driver
rust-lang/rust@030545d8c3 Store a single copy of the error registry in DiagCtxt
rust-lang/rust@ea6f5cbd2f Move some timers around
rust-lang/rust@84873f8613 Remove 'tcx lifetime from OnDiskCache
rust-lang/rust@a5622a2061 fix SC fence logic
rust-lang/rust@a57d5febda Merge pull request #4057 from RalfJung/scfix
rust-lang/rust@981f43271b Merge pull request #4075 from rust-lang/rustup-2024-12-06
rust-lang/rust@4e69b65c64 Merge from rustc
rust-lang/rust@cfc3924d16 Preparing for merge from rustc
rust-lang/rust@54ff463f7d Merge pull request #4074 from tiif/cleanup
rust-lang/rust@16d549a6ce Avoid passing byte slice to anonsocket_read
rust-lang/rust@a06547508a Change
ChunkedBitSet<MovePathIndex>
s toMixedBitSet
.rust-lang/rust@6ee1a7aaa0 Introduce
MixedBitSet
.rust-lang/rust@fe856815aa make SC fences stronger, to be correct wrt C++20
rust-lang/rust@9449cb9563 move GlobalState definition further up so the types are mor concentrated at the top of the file
rust-lang/rust@8d28ec4b54 extend some comments regarding weak memory emulation
rust-lang/rust@dff5ce6881 Move some
BitSet
code blocks to a better place.rust-lang/rust@c74ede8a9c Expand home_dir docs
rust-lang/rust@599aef2cdd Merge pull request #4006 from JoJoDeveloping/tb-fix-3846-retag
rust-lang/rust@fceb304dfd Properly fix #3846 by resetting parents on lazy node creation
rust-lang/rust@b4b0e0356c Merge pull request #4071 from RalfJung/simd_relaxed_fma
rust-lang/rust@91bd957a21 implement simd_relaxed_fma
rust-lang/rust@86d6dc008e Merge pull request #4070 from rust-lang/rustup-2024-12-04
rust-lang/rust@76c27a9849 update lockfile
rust-lang/rust@6c9402012e fmt
rust-lang/rust@1300e4628d Merge from rustc
rust-lang/rust@db8bef5073 Preparing for merge from rustc
rust-lang/rust@15feb5dc31 Add doc alias 'then_with' for
then
method onbool
rust-lang/rust@aaa4e75f76 Merge pull request #4045 from CraftSpider/move-fdmap
rust-lang/rust@244249e464 Make metadata a FileDescription operation
rust-lang/rust@035777d477 Split unix-specific function into UnixFileDescription
rust-lang/rust@374397f1bb Move FdTable to public location, fix up imports
rust-lang/rust@b4744f8243 Merge pull request #4064 from klensy/ctrlc
rust-lang/rust@c2cb99378a remove ctrlc, unused
rust-lang/rust@4624dadc20 Merge pull request #4063 from rust-lang/rustup-2024-11-28
rust-lang/rust@8e2d72bac8 silence clippy
rust-lang/rust@2039a9fac0 fmt
rust-lang/rust@45ed69e813 Merge from rustc
rust-lang/rust@79b4f25c34 Preparing for merge from rustc
rust-lang/rust@987d642de5 Merge pull request #4031 from devnexen/solarish_stat
rust-lang/rust@15001f36d1 filesystem support for solarish.
rust-lang/rust@63ce8fb322 Merge pull request #4059 from tiif/fixtest
rust-lang/rust@109c299646 Simplify thread blocking tests
rust-lang/rust@24a1946305 Merge pull request #4061 from asquared31415/dep_info_fix
rust-lang/rust@366001f392 Merge pull request #4016 from YohDeadfall/android-epoll
rust-lang/rust@a05e53b689 attempt to fix miri failing to create file when under weird powershell configurations
rust-lang/rust@065d9b5dc3 Fix the rest of the tests
rust-lang/rust@13aa5fbd78 Added linux_like module
rust-lang/rust@64f42a4107 Fixed test target
rust-lang/rust@57c66159da Added epoll and eventfd for Android
rust-lang/rust@483f9e2580 Fix rustfmt according to review
rust-lang/rust@d12594570a Merge pull request #4037 from tiif/blockpipe
rust-lang/rust@962c0140c7 parse guard patterns
rust-lang/rust@f86915a682 cover guard patterns in clippy lints
rust-lang/rust@a3a29f50ef cover guard patterns in rustfmt
rust-lang/rust@9b8bfed73b add guard pattern AST node
rust-lang/rust@35bbc45f16 refactor pat parser method names/doc-comments to agree with RFC 3637
rust-lang/rust@f8e50d8736 add
guard_patterns
unstable feature, without unstable book chapter for nowrust-lang/rust@0761f07dc8 Merge pull request #4053 from devnexen/sysconf_extend
rust-lang/rust@1deb8f9ec1 sysconf: add _SC_OPEN_MAX
rust-lang/rust@a221d506bc Merge pull request #4054 from devnexen/strerror_r_chg
rust-lang/rust@bb55f5239a follow-up on #4052, making a miri evaluation context fn for strerror_r.
rust-lang/rust@6a4aa9a36d Merge pull request #4052 from devnexen/gh4050
rust-lang/rust@004edb27cf sysconf interception fix for solarish systems.
rust-lang/rust@fa93f358d1 Merge pull request #4047 from RalfJung/eventfd-comments
rust-lang/rust@76f27aaa6f Merge pull request #4049 from rust-lang/rustup-2024-11-22
rust-lang/rust@7dcba03d28 disable solaris on CI for now
rust-lang/rust@33f4d2ee61 epoll: fix comment typo
rust-lang/rust@69930dc963 Merge from rustc
rust-lang/rust@f77817a701 Preparing for merge from rustc
rust-lang/rust@0267cbf672 Merge pull request #4046 from CraftSpider/windows-error-mapping
rust-lang/rust@0a7e63a529 Add comment about multiple errors to one ErrorKind
rust-lang/rust@7d38c51555 eventfd: comment tweaks
rust-lang/rust@6af006e988 Fill out Windows error mapping table
rust-lang/rust@4400804072 Refactor AnonSocket::read/write
rust-lang/rust@95a5138482 Add benchmark showing effectivity of subtree skipping
The text was updated successfully, but these errors were encountered: