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-11-19 #3730

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-11-18 to nightly-2024-11-19 without any other source changes.

@github-actions github-actions bot requested a review from a team as a code owner November 20, 2024 03:16
Copy link
Contributor Author

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@5ec7d6e up to
rust-lang/rust@03ee484. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/03ee484519 Auto merge of #133179 - GuillaumeGomez:rollup-ro5rtts, r=GuillaumeGomez

rust-lang/rust@62d0235a4a Rollup merge of #133171 - binchengqu:master, r=jieyouxu
rust-lang/rust@36180d9c71 Rollup merge of #133169 - jieyouxu:update-triagebot-labels, r=WaffleLapkin
rust-lang/rust@4baf540fce Rollup merge of #133163 - RalfJung:cold, r=saethlin
rust-lang/rust@86ba13ba2f Rollup merge of #133157 - RalfJung:skip_stability_check_due_to_privacy, r=compiler-errors
rust-lang/rust@1a0bc61314 Rollup merge of #133156 - tshepang:patch-5, r=jieyouxu
rust-lang/rust@c602e9aeaa Auto merge of #133160 - jhpratt:rollup-wzj9q15, r=jhpratt
rust-lang/rust@a307c5499e Add the missing quotation mark in comment
rust-lang/rust@75661c535f Tag src/build_helper with T-bootstrap
rust-lang/rust@1569414574 Tag more test suite changes with T-compiler
rust-lang/rust@dff98a8a14 remove pointless cold_path impl in interpreter
rust-lang/rust@194c76ef0a Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicola
rust-lang/rust@19c145d816 Rollup merge of #133145 - kornelski:static-mutex, r=traviscross
rust-lang/rust@72a8d536ef Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors
rust-lang/rust@21654a2f44 Rollup merge of #132934 - Zalathar:native-libs, r=jieyouxu
rust-lang/rust@e83c45a98b Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35
rust-lang/rust@b07ed6ab16 stability: remove skip_stability_check_due_to_privacy
rust-lang/rust@9d4b1b2db4 rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect
rust-lang/rust@bedecf94ce typo in config.example.toml
rust-lang/rust@78edefea9d Overhaul the -l option parser (for linking to native libs)
rust-lang/rust@478db489b3 Move -l option parsing into its own submodule
rust-lang/rust@2902bca654 Add some UI tests for -l modifier parsing
rust-lang/rust@bf6adec108 Auto merge of #133152 - jhpratt:rollup-wkqs5ud, r=jhpratt
rust-lang/rust@f6374b4b71 Rollup merge of #133147 - ChrisDenton:fixup, r=compiler-errors
rust-lang/rust@6c4a7b6ff3 Rollup merge of #133143 - kornelski:let-mut-global, r=compiler-errors
rust-lang/rust@8600e579d5 Rollup merge of #133133 - notriddle:notriddle/trailing-test, r=GuillaumeGomez
rust-lang/rust@fc4f71db68 Rollup merge of #133130 - dianne:fix-133118, r=compiler-errors
rust-lang/rust@c68fef9fc9 Rollup merge of #132993 - jieyouxu:i_am_very_stable, r=chenyukang
rust-lang/rust@c874121487 Rollup merge of #132944 - linyihai:needing-parenthases-issue-132924, r=chenyukang
rust-lang/rust@e2993cd06e Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr
rust-lang/rust@9d6b2283d6 Modify some feature-gate tests to also check command-line handling
rust-lang/rust@546ba3d310 suggest_borrow_generic_arg: instantiate clauses properly
rust-lang/rust@8b43a7ee5d Document alternatives to static mut
rust-lang/rust@32d2340dbd Check use<..> in RPITIT for refinement
rust-lang/rust@3fb7e441ae Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin
rust-lang/rust@7765f23ea1 Diagnostics for let mut in item context
rust-lang/rust@92ff69d368 fixup some test directives
rust-lang/rust@777003ae9f Likely unlikely fix
rust-lang/rust@fa2e214a43 rustdoc-search: add standalone trailing :: test
rust-lang/rust@c130501d65 Add a ui test for RUSTC_BOOTSTRAP vs rustc's stability
rust-lang/rust@202caa7c57 Add RUSTC_BOOTSTRAP=-1 to make rustc pretend as stable compiler
rust-lang/rust@647749aa32 Merge pull request #18519 from ChayimFriedman2/invalid-offset
rust-lang/rust@744e8e870c Fix related documents diagnostics
rust-lang/rust@fc52cdd9a8 reduce threads in downgrade test
rust-lang/rust@782b07e1ff fix DOWNGRADED bit unpreserved
rust-lang/rust@84fd95cbed fix memory ordering bug + bad test
rust-lang/rust@3d191b50d2 add safety comments for queue implementation
rust-lang/rust@26b5a1485e add downgrade to queue implementation
rust-lang/rust@31e35c2131 modify queue implementation documentation
rust-lang/rust@fa9f04af5d add downgrade to futex implementation
rust-lang/rust@3336ae0838 add simple downgrade implementations
rust-lang/rust@f71ecc48cc add downgrade method onto RwLockWriteGuard
rust-lang/rust@b683e1dc13 add RwLock downgrade tests
rust-lang/rust@cc4ffa7d6f Merge pull request #18518 from lnicola/bump-xshell
rust-lang/rust@9f4f903bcf Bump xshell
rust-lang/rust@5e31398fac Merge pull request #18495 from tareknaser/syntax_factory_reorder_fields
rust-lang/rust@acb9da7c93 feat: migrate reorder_fields assist to use SyntaxFactory
rust-lang/rust@949cf61fdc add parentheses when unboxing suggestion needed

@carolynzech carolynzech reopened this Nov 20, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Nov 20, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Nov 20, 2024
Merged via the queue into main with commit 3368a7f Nov 20, 2024
35 of 36 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-11-19 branch November 20, 2024 18:11
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