This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 76e7a08
committed
Auto merge of rust-lang#126104 - workingjubilee:rollup-t1ac2ld, r=workingjubilee
Rollup of 12 pull requests
Successful merges:
- rust-lang#125220 (Repair several `riscv64gc-unknown-linux-gnu` codegen tests)
- rust-lang#126033 (CI: fix publishing of toolstate history)
- rust-lang#126034 (Clarify our tier 1 Windows Server support)
- rust-lang#126035 (Some minor query system cleanups)
- rust-lang#126051 (Clarify an `x fmt` error.)
- rust-lang#126059 (Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB)
- rust-lang#126064 (Migrate `run-make/manual-crate-name` to `rmake.rs`)
- rust-lang#126072 (compiletest: Allow multiple `//@ run-flags:` headers)
- rust-lang#126073 (Port `tests/run-make-fulldeps/obtain-borrowck` to ui-fulldeps)
- rust-lang#126081 (Do not use relative paths to Rust source root in run-make tests)
- rust-lang#126086 (use windows compatible executable name for libcxx-version)
- rust-lang#126096 ([RFC-2011] Allow `core_intrinsics` when activated)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
36 files changed
+121
-91
lines changed- .github/workflows
- compiler
- rustc_builtin_macros/src/assert
- rustc_macros/src
- rustc_query_system/src/dep_graph
- library
- core/src/macros
- std/src/sys/pal
- uefi
- unsupported
- wasi
- wasm/atomics
- src
- bootstrap/src/core/build_steps
- ci
- github-actions
- doc/rustc/src
- tools
- compiletest/src
- run-make-support/src
- rustdoc-gui-test/src
- tidy/src
- tests
- codegen/riscv-abi
- run-make-fulldeps/obtain-borrowck
- run-make
- alloc-no-oom-handling
- alloc-no-rc
- alloc-no-sync
- core-no-fp-fmt-parse
- core-no-oom-handling
- manual-crate-name
- rustdoc-scrape-examples-remap
- rustdoc-themes
- ui-fulldeps
- auxiliary
- ui/debuginfo
36 files changed
+121
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
245 | | - | |
246 | 247 | | |
247 | 248 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
317 | 328 | | |
318 | 329 | | |
319 | 330 | | |
| |||
369 | 380 | | |
370 | 381 | | |
371 | 382 | | |
372 | | - | |
373 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
374 | 389 | | |
375 | 390 | | |
| 391 | + | |
376 | 392 | | |
377 | 393 | | |
378 | 394 | | |
| |||
407 | 423 | | |
408 | 424 | | |
409 | 425 | | |
| 426 | + | |
410 | 427 | | |
411 | 428 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
925 | 924 | | |
926 | 925 | | |
927 | 926 | | |
928 | | - | |
| 927 | + | |
929 | 928 | | |
930 | 929 | | |
931 | 930 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1569 | 1569 | | |
1570 | 1570 | | |
1571 | 1571 | | |
1572 | | - | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
1573 | 1578 | | |
1574 | 1579 | | |
1575 | 1580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments