Automatic toolchain upgrade to nightly-2024-07-30 #3395
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Rust toolchain from nightly-2024-07-29 to nightly-2024-07-30 without any other source changes.
This is an automatically generated pull request. If any of the CI checks fail, manual intervention is required. In such a case, review the changes at https://github.com/rust-lang/rust from rust-lang/rust@2cbbe8b up to rust-lang/rust@612a33f. The log for this commit range is:
rust-lang/rust@612a33f20b Auto merge of #128350 - matthiaskrgr:rollup-bcuhts8, r=matthiaskrgr
rust-lang/rust@66e5852c3b Auto merge of #128112 - Oneirical:testidigitation-cantrip, r=jieyouxu
rust-lang/rust@83734f2802 Rollup merge of #128341 - Alexendoo:parse-version-pub, r=compiler-errors
rust-lang/rust@5de94b67d4 Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errors
rust-lang/rust@28c174321a Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli-obk
rust-lang/rust@162db341ee Rollup merge of #128202 - compiler-errors:internal-lib-features, r=oli-obk
rust-lang/rust@5551f54aa1 Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk
rust-lang/rust@2e9d962a8b Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk
rust-lang/rust@23cccb3fc6 rewrite raw-dylib-stdcall-ordinal to rmake
rust-lang/rust@9ffe161ce8 rewrite raw-dylib-link-ordinal to rmake
rust-lang/rust@8c09a7f11e rewrite raw-dylib-import-name-type to rmake
rust-lang/rust@0c8f194737 rewrite share-generics-dylib to rmake
rust-lang/rust@97469cc4bf only accept adt type during infer source visitor
rust-lang/rust@eb0e71620d Make
rustc_attr::parse_version
pubrust-lang/rust@4db3d12e6f Auto merge of #128265 - DianQK:instsimplify-before-inline, r=saethlin
rust-lang/rust@ae681c940d Perform instsimplify before inline to eliminate some trivial calls
rust-lang/rust@56c698c711 Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgr
rust-lang/rust@624f9bdec9 Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@43c50bc096 Rollup merge of #128322 - ojeda:rfl-ci-update, r=Kobzol
rust-lang/rust@8f7af88b33 Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez
rust-lang/rust@d73decdaad Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril
rust-lang/rust@eb8114bad7 Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk
rust-lang/rust@7e6943d67f Rollup merge of #128182 - onur-ozkan:fix-no-std-crates, r=Mark-Simulacrum
rust-lang/rust@f56d58e4a7 ignore
crates
if running unit testsrust-lang/rust@d3aed2cdb4 remove the requirement of
Builder
arg indoc::Std::new
functionrust-lang/rust@4c87e84f99 allow running
x doc
on std for no_std targetsrust-lang/rust@6e247195c6 handle no_std targets on std builds
rust-lang/rust@80d8270d84 Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35
rust-lang/rust@a5ee5cbad1 Auto merge of #128330 - matthiaskrgr:rollup-auairjd, r=matthiaskrgr
rust-lang/rust@0c6d2fb3dc Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35
rust-lang/rust@9b82536776 Rollup merge of #128269 - onur-ozkan:improve-cargo-invocations, r=Mark-Simulacrum
rust-lang/rust@d573743779 Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-dwarf-eh, r=Amanieu
rust-lang/rust@47b76d8d93 Rollup merge of #127290 - its-the-shrimp:document_rustdoc_json_types, r=aDotInTheVoid
rust-lang/rust@1a9f91a43e Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay
rust-lang/rust@ae0ec731a8 Make
thir::Pat
not implementfmt::Display
directlyrust-lang/rust@db05b0fd34 Encapsulate the printing of
WitnessPat
rust-lang/rust@2e630267b2 Auto merge of #125443 - nnethercote:rustfmt-use-decls, r=lcnr,cuviper,GuillaumeGomez
rust-lang/rust@ecf2963baf Update compiler_builtins to 0.1.114
rust-lang/rust@c881f72807 fully document rustdoc-json-types
rust-lang/rust@41cf8374a6 CI: move RFL job forward to v6.11-rc1
rust-lang/rust@dc815df1e1 Warn on
rustdoc::unescaped_backticks
forcore/alloc/std/test/proc_macro
rust-lang/rust@cf87203f48 Remove spurious backticks detected by
rustdoc::unescaped_backticks
rust-lang/rust@84ac80f192 Reformat
use
declarations.rust-lang/rust@118f9350c5 Update
use
declarations formatting options.rust-lang/rust@10da5553a8 Replace
io::Cursor::{remaining_slice, is_empty}
withio::Cursor::{split, split_mut}
rust-lang/rust@0468983eae Add missing periods on
BTreeMap
cursorpeek_next
docsrust-lang/rust@e1fc4a997d Don't store
thir::Pat
in error structsrust-lang/rust@f8ebe8d783 improve dangling/oob errors and make them more uniform
rust-lang/rust@92ca0a6a04 improve
check::{Std, Rustc}
to handle clippy properlyrust-lang/rust@5b38b149dc miri: fix offset_from behavior on wildcard pointers
rust-lang/rust@d94e7ff065 refactor cargo invocations with strongly-typed subcommand
rust-lang/rust@a6796c10a1 Auto merge of #3768 - rust-lang:rustup-2024-07-27, r=RalfJung
rust-lang/rust@822286f075 fix clippy
rust-lang/rust@00e89d3cb6 Merge from rustc
rust-lang/rust@80a32f8618 Preparing for merge from rustc
rust-lang/rust@8d2c12e554 Don't ICE when encountering error regions when confirming object method candidate
rust-lang/rust@adbb89e238 Auto merge of #3763 - tiif:global-fd-id, r=oli-obk
rust-lang/rust@a52b1d6e29 Let insert_fd takes in FileDescription instead of FileDescriptor
rust-lang/rust@bf4d4c035d Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJung
rust-lang/rust@5e1f8e2d07 diagnostics: add a macro to make things a bit easier to read
rust-lang/rust@7bc7e6789a better diagnostics for Tree Borrows + int2ptr casts
rust-lang/rust@f98fdfc8a4 Auto merge of #3765 - rust-lang:rustup-2024-07-26, r=RalfJung
rust-lang/rust@4bd2757b4c Merge from rustc
rust-lang/rust@b5490357ba Preparing for merge from rustc
rust-lang/rust@b5a03c75d5 Tell users not to file a bug when using internal library features
rust-lang/rust@35e70f3e7e Auto merge of #3762 - rust-lang:rustup-2024-07-25, r=saethlin
rust-lang/rust@4a26aa4439 Merge from rustc
rust-lang/rust@6da04f95a7 Preparing for merge from rustc
rust-lang/rust@12f1463b7e Don't record trait aliases as marker traits
rust-lang/rust@f1ae48cc87 Auto merge of #3701 - RalfJung:extern-type-reborrow, r=saethlin
rust-lang/rust@c45f464639 show warning when Stacked Borrows skips a reborrow due to 'extern type'
rust-lang/rust@12cb742e82 Auto merge of #3756 - Mandragorian:gettid_support, r=RalfJung
rust-lang/rust@a0088d7a81 Allow getpid in isolation mode, add gettid support
rust-lang/rust@0b22f0c13d Auto merge of #3761 - rust-lang:rustup-2024-07-24, r=RalfJung
rust-lang/rust@675a5ba5e6 Merge from rustc
rust-lang/rust@c646256f06 Preparing for merge from rustc
rust-lang/rust@e2137a2487 std: unsafe-wrap personality::dwarf::eh
rust-lang/rust@b7b23056f2 Auto merge of #3743 - newpavlov:pread_pwrite, r=RalfJung
rust-lang/rust@56d672e8f7 Add
pread
andpwrite
shimsrust-lang/rust@fc8af31c0f Auto merge of #3744 - newpavlov:nofollow, r=RalfJung
rust-lang/rust@06a14f1990 Fix test
rust-lang/rust@69b9eab4ab Add
O_NOFOLLOW
flag supportrust-lang/rust@0c1448d75f Auto merge of #3755 - rust-lang:rustup-2024-07-20, r=RalfJung
rust-lang/rust@424d79cde0 Merge from rustc
rust-lang/rust@e5544dc087 Preparing for merge from rustc
rust-lang/rust@29f5d8f00f Don't elaborate associated types with Sized bounds in trait_object_ty in cfi
rust-lang/rust@b3736d687a Auto merge of #3742 - Vanille-N:master, r=RalfJung
rust-lang/rust@451035fff3 Auto merge of #3751 - rust-lang:rustup-2024-07-16, r=RalfJung
rust-lang/rust@547ade539c Merge from rustc
rust-lang/rust@e1e5b8a2b6 Preparing for merge from rustc
rust-lang/rust@fd81880c91 Leave a trace of the current suboptimal status of foreign_write
rust-lang/rust@78f6386b62 Clarify comment in tests/fail/tree_borrows/reservedim_spurious_write.rs
rust-lang/rust@68aed4a5ce Second byte is not involved in the example; use a Cell<()> instead
rust-lang/rust@22996ad073 Apply suggestions
rust-lang/rust@2de6e7f3a6 Implement fix for reservedim_spurious_write: ignore IM on protected
rust-lang/rust@22364f86ae This pattern using lazy protected Reserved IM prevents spurious writes
rust-lang/rust@99e6a28804 Add f16/f128 handling in a couple places