Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic toolchain upgrade to nightly-2024-07-16 #3346

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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 to Code mappings
rust-lang/rust@741ed01646 coverage: Store a copy of num_bcbs in ExtractedMappings
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 and f128 functions unstably const
rust-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 from c
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 for f16 and f128
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 inline
rust-lang/rust@b6f518877f fix unused binding
rust-lang/rust@377d14be88 More accurate incorrect use of await suggestion
rust-lang/rust@b5f94c61f7 Use more accurate span for : to :: suggestion
rust-lang/rust@dd40e0b4ee Tweak tests to avoid confusing suggestion output
rust-lang/rust@c2b3287483 Make impl and ! removal suggestion short
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

@github-actions github-actions bot requested a review from a team as a code owner July 16, 2024 03:05
@tautschnig tautschnig closed this Jul 16, 2024
@tautschnig tautschnig reopened this Jul 16, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jul 16, 2024
@tautschnig tautschnig enabled auto-merge (squash) July 17, 2024 10:01
@tautschnig tautschnig merged commit b1681e7 into main Jul 17, 2024
36 checks passed
@tautschnig tautschnig deleted the toolchain-2024-07-16 branch July 17, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants