Automatic toolchain upgrade to nightly-2024-07-16 #3346
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-15 to nightly-2024-07-16 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@d9284af up to rust-lang/rust@24d2ac0. The log for this commit range is:
rust-lang/rust@24d2ac0b56 Auto merge of #127777 - matthiaskrgr:rollup-qp2vkan, r=matthiaskrgr
rust-lang/rust@e5d65e46ed Rollup merge of #127758 - Zalathar:expression-used, r=oli-obk
rust-lang/rust@cd25232656 Rollup merge of #127736 - tgross35:patch-1, r=Amanieu
rust-lang/rust@3f13562acd Rollup merge of #127729 - compiler-errors:ed-2024-gen, r=oli-obk
rust-lang/rust@4f9b59806b Rollup merge of #127684 - RalfJung:unleashed-mutable-refs, r=oli-obk
rust-lang/rust@2b82729b91 Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk
rust-lang/rust@78529d9841 Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk
rust-lang/rust@eb72697e41 Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubilee
rust-lang/rust@d3dd34a1d4 Auto merge of #127757 - workingjubilee:rollup-4dbks5r, r=workingjubilee
rust-lang/rust@d4f1f92426 coverage: Restrict
ExpressionUsed
simplification toCode
mappingsrust-lang/rust@741ed01646 coverage: Store a copy of
num_bcbs
inExtractedMappings
rust-lang/rust@476d399782 Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee
rust-lang/rust@99c5302d9f Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhpratt
rust-lang/rust@64495b5f94 Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubilee
rust-lang/rust@adeb79d3f5 Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstrieb
rust-lang/rust@2393093bb5 Mark some
f16
andf128
functions unstably construst-lang/rust@7e16d5fb61 Move safety comment outside unsafe block
rust-lang/rust@3411a025d5 Make os/windows default to deny unsafe in unsafe
rust-lang/rust@2402e84e78 Make pal/windows default to deny unsafe in unsafe
rust-lang/rust@816d90ae5f Fix Windows 7
rust-lang/rust@0da95bd869 Auto merge of #127719 - devnexen:math_log_fix_solill, r=Amanieu
rust-lang/rust@ffe8fc276e Don't re-export
c_int
fromc
rust-lang/rust@8a1ce3dfcc Make normalization regex less exact
rust-lang/rust@e2b062c9b5 Remove DWORD
rust-lang/rust@d8d7c5c3b9 Remove ULONG
rust-lang/rust@21f69b5b82 Remove PSRWLOCK
rust-lang/rust@84dd7e4959 Remove LPVOID
rust-lang/rust@351f1f36f6 Remove LPSECURITY_ATTRIBUTES
rust-lang/rust@1b7cf3a3f2 Remove LPOVERLAPPED
rust-lang/rust@8052fb8f3c Remove LPCVOID
rust-lang/rust@286c3270b4 Remove SIZE_T
rust-lang/rust@5b700a76cf Remove CHAR
rust-lang/rust@f2cc94361c Remove USHORT
rust-lang/rust@e70cc28831 Remove LPWSTR
rust-lang/rust@b107cfa73c Remove UINT
rust-lang/rust@65da4af0be Remove LONG
rust-lang/rust@91ba4ebcfd Remove LARGE_INTEGER
rust-lang/rust@1d1cae1ba5 Remove NonZeroDWORD
rust-lang/rust@594702ebb5 Auto merge of #127732 - GrigorenkoPV:teeos-safe-sys-init, r=Amanieu
rust-lang/rust@e32460276c std: Unsafe-wrap std::sync
rust-lang/rust@64fb2366da std: Unsafe-wrap in Wtf8 impl
rust-lang/rust@df353a0cc3 std: Unsafe-wrap std::io
rust-lang/rust@83a0fe5396 std: Directly call unsafe {un,}setenv in env
rust-lang/rust@ce35265105 std: Unsafe-wrap OSStr{,ing}::from_encoded_bytes_unchecked
rust-lang/rust@87d850dff0 std: Unsafe-wrap HashMap::get_many_unchecked_mut
rust-lang/rust@4572ed6389 std: deny(unsafe_op_in_unsafe_fn) but allow sites
rust-lang/rust@8b72d7a9d7 Auto merge of #127718 - cjgillot:find_field, r=compiler-errors
rust-lang/rust@3a2c0aedf1 Add
classify
and related methods forf16
andf128
rust-lang/rust@d939351c31 std: removes logarithms family function edge cases handling for solaris.
rust-lang/rust@f18d4a86a7 Add myself to the review rotation
rust-lang/rust@80393ea7a8 Fix trivial gen ident usage in tools
rust-lang/rust@bbf303ed14 sys::init is not unsafe on teeos
rust-lang/rust@f08c43afc7 Suppress some fallout from gen in synstructure
rust-lang/rust@dc20733913 Stop using the gen keyword in the compiler
rust-lang/rust@b494d98b18 find_field does not need to be a query.
rust-lang/rust@90c9e32ad2 consolidate miri-unleashed tests for mutable refs into one file
rust-lang/rust@71f16bdb32 Make
;
suggestions inlinerust-lang/rust@b6f518877f fix unused binding
rust-lang/rust@377d14be88 More accurate incorrect use of
await
suggestionrust-lang/rust@b5f94c61f7 Use more accurate span for
:
to::
suggestionrust-lang/rust@dd40e0b4ee Tweak tests to avoid confusing suggestion output
rust-lang/rust@c2b3287483 Make
impl
and!
removal suggestionshort
rust-lang/rust@692bc344d5 Make parse error suggestions verbose and fix spans
rust-lang/rust@f6c377c350 offset_from intrinsic: always allow pointers to point to the same address
rust-lang/rust@3b14526cea Fill out target-spec metadata for all targets