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 Rustup #4001

Merged
merged 33 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9151fad
Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=c…
bors Oct 22, 2024
3cf22f6
Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote
bors Oct 22, 2024
3246588
Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee
bors Oct 22, 2024
783f4e3
Auto merge of #131929 - LaihoE:replace_default_capacity, r=joboet
bors Oct 23, 2024
dad9b29
Auto merge of #131951 - notriddle:notriddle/sha256-compile-time, r=Gu…
bors Oct 24, 2024
165db92
Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb
bors Oct 24, 2024
7e3e0e7
Auto merge of #132007 - rustbot:docs-update, r=ehuss
bors Oct 24, 2024
a8520d8
Auto merge of #127731 - veluca93:abi_checks, r=RalfJung
bors Oct 25, 2024
3c1820b
Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot
bors Oct 26, 2024
0eeb05c
Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu
bors Oct 26, 2024
2f438e0
Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu
bors Oct 27, 2024
bfcf442
Rollup merge of #132234 - RalfJung:miri-sync, r=RalfJung
matthiaskrgr Oct 27, 2024
f8cc146
Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgr
bors Oct 27, 2024
acda5b3
Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=Ralf…
bors Oct 28, 2024
ff413f4
Auto merge of #132145 - RalfJung:stdarch, r=Amanieu
bors Oct 28, 2024
67242ea
Bless a miri test
WaffleLapkin Oct 28, 2024
9a1bddd
Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau
bors Oct 29, 2024
8e5bfc7
Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot
workingjubilee Oct 29, 2024
6fbc06b
Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb
workingjubilee Oct 29, 2024
9fb0222
Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino
workingjubilee Oct 29, 2024
f793250
Rollup merge of #132216 - klensy:c_uint, r=cuviper
workingjubilee Oct 29, 2024
d526aba
Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjub…
workingjubilee Oct 29, 2024
d5c17c8
Rollup merge of #132266 - krasimirgg:llvm-20-testfix, r=hanna-kruppe,…
workingjubilee Oct 29, 2024
2a2e94e
Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=Noratrieb
workingjubilee Oct 29, 2024
28597f3
Rollup merge of #132284 - camelid:rm-ping, r=workingjubilee
workingjubilee Oct 29, 2024
633a87a
Rollup merge of #132293 - Urgau:tests-check-cfg-out-triagebot, r=lqd
workingjubilee Oct 29, 2024
140282b
Rollup merge of #132312 - jieyouxu:delete-crashes-23707, r=matthiaskrgr
workingjubilee Oct 29, 2024
f0b86e7
Rollup merge of #132313 - Zalathar:directive-list, r=jieyouxu
workingjubilee Oct 29, 2024
cc0045d
Auto merge of #132317 - workingjubilee:rollup-x21ncea, r=workingjubilee
bors Oct 29, 2024
4b4af33
Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35
bors Oct 29, 2024
8d61419
Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet
bors Oct 30, 2024
d5bc651
Preparing for merge from rustc
Oct 30, 2024
65831f8
Merge from rustc
Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
814df6e50eaf89b90793e7d9618bb60f1f18377a
16422dbd8958179379214e8f43fdb73a06b2eada
2 changes: 1 addition & 1 deletion tests/fail/coroutine-pinned-moved.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ note: inside `<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-p
|
LL | match me.resume(()) {
| ^^^^^^^^^^^^^
= note: inside `<std::boxed::Box<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-pinned-moved.rs:LL:CC}>> as std::iter::Iterator>::next` at RUSTLIB/alloc/src/boxed.rs:LL:CC
= note: inside `std::boxed::iter::<impl std::iter::Iterator for std::boxed::Box<CoroutineIteratorAdapter<{static coroutine@tests/fail/coroutine-pinned-moved.rs:LL:CC}>>>::next` at RUSTLIB/alloc/src/boxed/iter.rs:LL:CC
note: inside `main`
--> tests/fail/coroutine-pinned-moved.rs:LL:CC
|
Expand Down
Loading