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-10-16 #3607

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-15 to nightly-2024-10-16 without any other source changes.

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@9322d18 up to
rust-lang/rust@e7c0d27. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/e7c0d27507 Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors

rust-lang/rust@d344fdf01c Rollup merge of #131734 - emmanuel-ferdman:master, r=jieyouxu
rust-lang/rust@53d1a6616a Rollup merge of #131733 - practicalrs:fix_uninlined_format_args, r=jieyouxu
rust-lang/rust@fc1ad2e21c Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxu
rust-lang/rust@6558e3470b Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r=lcnr
rust-lang/rust@1c799ff05e Rollup merge of #131521 - jdonszelmann:rc, r=joboet
rust-lang/rust@2f3f001423 Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35
rust-lang/rust@34636e6e7c Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet
rust-lang/rust@a0c2aba29a Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors
rust-lang/rust@1d6643c4f6 Fix most ui tests on emscripten target
rust-lang/rust@4e29e454a1 Update arm64e-apple-tvos maintainer
rust-lang/rust@f79fae3069 Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
rust-lang/rust@d3d59055a9 Fix uninlined_format_args in stable_mir
rust-lang/rust@30ec8bb5e9 update test description
rust-lang/rust@7aeb07a583 remove unnecessary revisions
rust-lang/rust@d3f982d466 rebase and update fixed crashes
rust-lang/rust@1a9d2d82a5 stabilize -Znext-solver=coherence
rust-lang/rust@c09ed3e767 Make some float methods unstable const fn
rust-lang/rust@00367d523e Auto merge of #131727 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@1f501a7f09 update lockfile
rust-lang/rust@88f311479d Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr
rust-lang/rust@83252bd780 Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35
rust-lang/rust@9716a42389 Rollup merge of #131496 - bjoernager:const-make-ascii, r=dtolnay
rust-lang/rust@b9cb20154d Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-analysis, r=compiler-errors
rust-lang/rust@13e07b9edd Rollup merge of #131137 - Mark-Simulacrum:relnotes, r=cuviper
rust-lang/rust@731e360d15 Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r=compiler-errors
rust-lang/rust@fb691b470a Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
rust-lang/rust@3a00d35c5d Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubilee
rust-lang/rust@c99c4d4057 Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errors
rust-lang/rust@d82a49dba2 Rollup merge of #131703 - alex:patch-1, r=Kobzol
rust-lang/rust@2e2c433be4 Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jieyouxu
rust-lang/rust@258c17741b Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxu
rust-lang/rust@bd649b4dd0 Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-errors
rust-lang/rust@4d53a28cac Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu
rust-lang/rust@09103f2617 Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Simulacrum
rust-lang/rust@bb2f970604 Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle
rust-lang/rust@6d9999662c Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-errors
rust-lang/rust@785c83015c Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu
rust-lang/rust@3c31729887 Stabilise 'const_make_ascii'
rust-lang/rust@eb5ca5f53c Auto merge of #3974 - RalfJung:check_min_arg_count, r=RalfJung
rust-lang/rust@413ea993de use new check_min_arg_count helper in more places
rust-lang/rust@dda3066805 Remove 'apostrophes' from rustc_parse_format
rust-lang/rust@b7c06b40e1 Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung
rust-lang/rust@a802fd9c11 ensure that a macOS os_unfair_lock that is moved while being held is not implicitly unlocked
rust-lang/rust@10aa255541 improve error messages for C-cmse-nonsecure-entry functions
rust-lang/rust@4e14ad6d62 move lazy_sync helper methods to be with InterpCx
rust-lang/rust@4e438f7d6b Fix two const-hacks
rust-lang/rust@b73e613e00 De-duplicate and move adjust_nan to InterpCx
rust-lang/rust@2b020bf2cc Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung
rust-lang/rust@af98424285 add test ensuring a moved mutex deadlocks
rust-lang/rust@eb6062ce00 Resolved python deprecation warning in publish_toolstate.py
rust-lang/rust@64259a7b8d Added a variadic argument helper
rust-lang/rust@c3b696dec9 Suppress import errors for traits that couldve applied in method lookup on error
rust-lang/rust@5a8405a5fa Don't report on_unimplemented for negative traits
rust-lang/rust@d3c1036255 Auto merge of #3972 - rust-lang:eager_dyn, r=RalfJung
rust-lang/rust@1412993757 Avoid some needless monomorphizations
rust-lang/rust@d183660e7d Auto merge of #3966 - RalfJung:dont-trust-the-user, r=RalfJung
rust-lang/rust@ba95d52258 pick more clear names for the types
rust-lang/rust@9265a6e467 turns out relaxed accesses suffice here
rust-lang/rust@e3cfe456d6 make lazy_sync_get_data also take a closure to initialize if needed
rust-lang/rust@0f7d321684 Windows InitOnce: also store ID outside addressable memory
rust-lang/rust@8f342edd7c macOS os_unfair_lock: also store ID outside addressable memory
rust-lang/rust@17f0aed84c pthread_cond: also store ID outside addressable memory
rust-lang/rust@1389bb9114 pthread_rwlock: also store ID outside addressable memory
rust-lang/rust@89323bff8b pthread_mutex: store mutex ID outside adressable memory, so it can be trusted
rust-lang/rust@bd8f2afc44 Auto merge of #3970 - RalfJung:rustup, r=RalfJung
rust-lang/rust@543d226589 clippy
rust-lang/rust@9d579f5358 Merge from rustc
rust-lang/rust@5e6170b97f Preparing for merge from rustc
rust-lang/rust@95dba280b9 Move trait bound modifiers into ast::PolyTraitRef
rust-lang/rust@7500e09b8b Move trait bound modifiers into hir::PolyTraitRef
rust-lang/rust@c6e1fbf8eb Fix up-to-date checking for run-make tests
rust-lang/rust@b6b6c12819 Update lint message for ABI not supported
rust-lang/rust@f8ac1c44db uefi: Implement getcwd and chdir
rust-lang/rust@9e0a7b99b5 rename rcbox in other places as per review comments
rust-lang/rust@15f0242c74 Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung
rust-lang/rust@b2b0d240a2 rework threadname test for more consistency
rust-lang/rust@feecfaa18d Fix bug where option_env! would return None when env var is present but not valid Unicode
rust-lang/rust@c128b4c433 Fix typo thing->thin referring to pointer
rust-lang/rust@5b2985f8df Add explicit link to PR
rust-lang/rust@276d112d66 Add stabilized APIs
rust-lang/rust@a495a79db9 Fixed get thread name behavior for FreeBSD
rust-lang/rust@56c0612003 Fixed pthread get/set name for macOS
rust-lang/rust@cae29b2fc3 Import another update
rust-lang/rust@7c37d2db98 Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontend
rust-lang/rust@624c071b99 Single commit implementing the enzyme/autodiff frontend
rust-lang/rust@2eda6a4e6e Auto merge of #3964 - RalfJung:write-during-2phase, r=RalfJung
rust-lang/rust@ccdea3ee36 simplify Tree Borrows write-during-2phase example
rust-lang/rust@0a9c87b1f5 rename RcBox in other places too
rust-lang/rust@159e67d446 rename RcBox to RcInner for consistency
rust-lang/rust@256d63f444 Auto merge of #3960 - tiif:smallchange, r=RalfJung
rust-lang/rust@1df7a0ffb7 add libc-pipe test to CI for freebsd, solarish
rust-lang/rust@37698a9bf1 Pipe minor changes: diagnostics, flag support and comments
rust-lang/rust@e58a40612c Auto merge of #3950 - RalfJung:handle_unsupported_foreign_item, r=RalfJung,saethlin,oli-obk
rust-lang/rust@9e2688c5f5 remove -Zmiri-panic-on-unsupported flag
rust-lang/rust@7e21dce98c remove handle_unsupported_foreign_item helper
rust-lang/rust@c7bfc44516 Auto merge of #3956 - RalfJung:epoll-ready-list, r=RalfJung
rust-lang/rust@66fda4a846 Auto merge of #3961 - RalfJung:event-release-clock-join, r=RalfJung
rust-lang/rust@eb76079911 epoll event adding: no need to join, there's no old clock here
rust-lang/rust@faf8c14300 Auto merge of #3959 - JakeRoggenbuck:fix-spelling-in-readme, r=saethlin
rust-lang/rust@26ce30d5ed Auto merge of #3937 - FrankReh:syscall-eventfd2, r=RalfJung
rust-lang/rust@2675f14bef syscall/eventfd2: add support
rust-lang/rust@f04d1f64e2 syscall/eventfd2: add failing test
rust-lang/rust@5cdee0781f Auto merge of #3946 - FrankReh:fix-over-synchronization-of-epoll, r=RalfJung
rust-lang/rust@4560606602 epoll: change clock to be per event
rust-lang/rust@8e8dd57ac2 Auto merge of #3953 - YohDeadfall:glibc-thread-name, r=RalfJung
rust-lang/rust@f64c9c6416 Fixed pthread_getname_np impl for glibc
rust-lang/rust@7a9a9cba3f epoll: rename blocking_epoll_callback since it is not just called after unblocking
rust-lang/rust@87058a4990 Auto merge of #3955 - RalfJung:review-bot, r=RalfJung
rust-lang/rust@f90c97c915 explain the review bot use
rust-lang/rust@6f854ce343 epoll: test case showing too much clock sync
rust-lang/rust@edc5c1ec1c Auto merge of #3951 - RalfJung:release-clock, r=RalfJung
rust-lang/rust@4e9554d893 fix behavior of release_clock()
rust-lang/rust@0130edd302 Fix spelling in README
rust-lang/rust@005a6298f7 re-sync with latest tracking issue changes
rust-lang/rust@3aabe1e4a3 Add basic pin sugar support to rustfmt
rust-lang/rust@b490bf56b7 Fix clippy and rustfmt compilation
rust-lang/rust@ae698f8199 Add sugar for &pin (const|mut) types
rust-lang/rust@ee491b39f6 Auto merge of #3949 - RalfJung:rustc_tools_util, r=RalfJung
rust-lang/rust@bf2d46dedb bump rustc_tools_util version
rust-lang/rust@2bd0d070ed Expand set_ptr_value / with_metadata_of docs
rust-lang/rust@a0e687f034 Remove unnecessary sorts in rustc_hir_analysis.
rust-lang/rust@c5f3c60be0 Auto merge of #3936 - YohDeadfall:rust-analyzer-conf, r=RalfJung
rust-lang/rust@6f84740b54 tweak the hint
rust-lang/rust@35eb2da229 Added rust-analyzer instructions for Helix
rust-lang/rust@58e0fba93f Auto merge of #3945 - RalfJung:pthread_attr_t, r=RalfJung
rust-lang/rust@885ec88f93 avoid pthread_attr_t in tests
rust-lang/rust@5fef4621c3 Add 1.82 release notes
rust-lang/rust@302551388b Implemented FromStr for CString and TryFrom for String
rust-lang/rust@e904761231 Use environment variables instead of command line arguments for merged doctests

@github-actions github-actions bot requested a review from a team as a code owner October 16, 2024 03:16
@zhassan-aws zhassan-aws reopened this Oct 16, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Oct 16, 2024
@tautschnig tautschnig added this pull request to the merge queue Oct 16, 2024
Merged via the queue into main with commit b0f856c Oct 16, 2024
26 of 27 checks passed
@tautschnig tautschnig deleted the toolchain-2024-10-16 branch October 16, 2024 08:13
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