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-2023-10-17 #2825

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2023-10-16 to nightly-2023-10-17 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@42b1224 up to rust-lang/rust@49691b1. The log for this commit range is:
rust-lang/rust@49691b1f70 Auto merge of #114370 - krtab:pop_assume_cap, r=scottmcm
rust-lang/rust@a76ec181fb Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgr
rust-lang/rust@b0572f1a12 Rollup merge of #116802 - compiler-errors:anchor-opaque-wf, r=oli-obk
rust-lang/rust@98ea131a6e Rollup merge of #116790 - klensy:opt-dist-tabled-no-derive, r=Kobzol
rust-lang/rust@cacde6767f Rollup merge of #116786 - Urgau:mailmap-update, r=Nilstrieb
rust-lang/rust@96be07e566 Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle
rust-lang/rust@6f9df29ad5 Rollup merge of #116430 - onur-ozkan:vendoring-in-tarball-sources, r=clubby789
rust-lang/rust@14663e09b7 Rollup merge of #116257 - estebank:issue-101351, r=b-naber
rust-lang/rust@cf25110def Rollup merge of #114157 - pitaj:triagebot_no-merges, r=ehuss
rust-lang/rust@0bcac8a7f2 Add invariant to Vec::pop that len < cap if pop successful
rust-lang/rust@4af886f8ab Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obk
rust-lang/rust@743e6d1601 Remove DefiningAnchor::Bubble from opaque wf check
rust-lang/rust@98c1e3d95b Auto merge of #116550 - nnethercote:rustc-features-more, r=Nilstrieb
rust-lang/rust@e7bdc5f9f8 Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk
rust-lang/rust@1ac153f60b add oversized-ref test back
rust-lang/rust@a00c09e9d8 Auto merge of #116724 - RalfJung:alloc-bytes, r=oli-obk
rust-lang/rust@83425967cb opt-dist: disable unused features for tabled crate
rust-lang/rust@9ace9da2e0 Auto merge of #116782 - matthiaskrgr:rollup-t3yrgku, r=matthiaskrgr
rust-lang/rust@8feb7c55fe Rollup merge of #116776 - WaffleLapkin:hell-yeah-review-requested, r=Mark-Simulacrum
rust-lang/rust@17113f7db6 Rollup merge of #115955 - tgross35:ip-to-canonical, r=dtolnay
rust-lang/rust@1de910fc0d Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank
rust-lang/rust@99592fdfa1 Auto merge of #116775 - nnethercote:inline-Bytes-next, r=the8472
rust-lang/rust@58352c0649 Auto merge of #114589 - ijackson:exit-code-default, r=dtolnay
rust-lang/rust@4baa12bb94 Enable triagebot no-merges check
rust-lang/rust@30d310cc1f Auto merge of #113747 - clarfonthey:ip_bitops, r=dtolnay
rust-lang/rust@61a752a0f9 Enable review-requested feature for rustbot
rust-lang/rust@d284c8a2d7 Rename ACTIVE_FEATURES as UNSTABLE_FEATURES.
rust-lang/rust@41b6899487 Remove rustc_feature::State.
rust-lang/rust@4d6810844e Inline Bytes::next and Bytes::size_hint.
rust-lang/rust@b149d16d3a Deduplicate std::process Default impl feature names
rust-lang/rust@28b0c87ad6 update MIR place semantics UB comment
rust-lang/rust@b131fc10ae separate bounds-check from alignment check
rust-lang/rust@e24835c6e0 more precise error for 'based on misaligned pointer' case
rust-lang/rust@cbf47a17d2 avoid computing misalignment if we won't act on it
rust-lang/rust@f3f9b795bd place evaluation: require the original pointer to be aligned if an access happens
rust-lang/rust@ea9a24e32e avoid re-checking the offset while iterating an array/slice
rust-lang/rust@b1ebf002c3 don't UB on dangling ptr deref, instead check inbounds on projections
rust-lang/rust@25d38c48c3 Suggest adding return if the type of unused semi return value can coerce to the fn return type
rust-lang/rust@59f6f044f5 Add Config::hash_untracked_state callback
rust-lang/rust@9c417a4ad4 interpret: clean up AllocBytes
rust-lang/rust@87ae477af0 Update minifier version to 0.2.3
rust-lang/rust@20c622e456 Tweak wording
rust-lang/rust@781e86477c Suggest trait bounds for used associated type on type param
rust-lang/rust@58a3c9d49b Update my mailmap entry
rust-lang/rust@6b13950978 Remove Not for IpAddr
rust-lang/rust@46bb49acb5 impl Not, Bit{And,Or,Xor}{,Assign} for IP addresses
rust-lang/rust@92ab93fcb5 remove the use of fn update_submodule on rust-analyzer
rust-lang/rust@6d7e6a25af vendor distribution on the tarball sources
rust-lang/rust@7381f9d6dc Stabilize {IpAddr, Ipv6Addr}::to_canonical
rust-lang/rust@b8f6d48eb6 impl Default for ExitCode

@github-actions github-actions bot requested a review from a team as a code owner October 18, 2023 03:10
@tautschnig tautschnig closed this Oct 18, 2023
@tautschnig tautschnig reopened this Oct 18, 2023
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Oct 18, 2023
@tautschnig tautschnig added Z-BenchCI Tag a PR to run benchmark CI and removed Z-BenchCI Tag a PR to run benchmark CI labels Oct 18, 2023
@tautschnig tautschnig merged commit a61f156 into main Oct 18, 2023
13 of 14 checks passed
@tautschnig tautschnig deleted the toolchain-2023-10-17 branch November 30, 2023 09:43
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.

2 participants