Commit 2099002
committed
Auto merge of #146351 - jhpratt:rollup-yore86p, r=jhpratt
Rollup of 11 pull requests
Successful merges:
- #145177 (std: move `thread` into `sys`)
- #146018 (compiler: Add Windows resources to rustc-main and rustc_driver)
- #146025 (compiler: Include span of too huge array with `-Cdebuginfo=2`)
- #146184 (In the rustc_llvm build script, don't consider arm64* to be 32-bit)
- #146195 (fix partial urlencoded link support)
- #146300 (Implement `Sum` and `Product` for `f16` and `f128`.)
- #146314 (mark `format_args_nl!` as `#[doc(hidden)]`)
- #146324 (const-eval: disable pointer fragment support)
- #146326 (simplify the declaration of the legacy integer modules (`std::u32` etc.))
- #146339 (Update books)
- #146343 (Weakly export `platform_version` symbols)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
107 files changed
+1460
-1369
lines changed- compiler
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa
- rustc_const_eval/src/interpret
- rustc_driver
- rustc_llvm
- rustc_middle/src/mir/interpret
- allocation
- rustc_windows_rc
- src
- rustc
- library
- coretests/tests
- core/src
- iter/traits
- macros
- num/shells
- ptr
- std/src
- sys
- pal
- hermit
- sgx
- abi
- solid
- teeos
- uefi
- unix
- wasip1
- wasip2
- wasm
- atomics
- windows
- xous
- platform_version/darwin
- thread
- thread
- src
- bootstrap/src/core/builder
- doc
- librustdoc
- html
- tools
- linkchecker
- tests/valid/inner
- miri/tests/fail-dep
- concurrency
- libc
- tests/ui
- consts/const-eval
- limits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+1460
-1369
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2167 | 2167 | | |
2168 | 2168 | | |
2169 | 2169 | | |
| 2170 | + | |
2170 | 2171 | | |
2171 | 2172 | | |
2172 | 2173 | | |
| |||
3248 | 3249 | | |
3249 | 3250 | | |
3250 | 3251 | | |
| 3252 | + | |
3251 | 3253 | | |
3252 | 3254 | | |
3253 | 3255 | | |
| |||
3623 | 3625 | | |
3624 | 3626 | | |
3625 | 3627 | | |
| 3628 | + | |
3626 | 3629 | | |
3627 | 3630 | | |
3628 | 3631 | | |
| |||
4719 | 4722 | | |
4720 | 4723 | | |
4721 | 4724 | | |
| 4725 | + | |
| 4726 | + | |
| 4727 | + | |
| 4728 | + | |
| 4729 | + | |
| 4730 | + | |
| 4731 | + | |
4722 | 4732 | | |
4723 | 4733 | | |
4724 | 4734 | | |
| |||
5826 | 5836 | | |
5827 | 5837 | | |
5828 | 5838 | | |
| 5839 | + | |
| 5840 | + | |
| 5841 | + | |
| 5842 | + | |
| 5843 | + | |
| 5844 | + | |
5829 | 5845 | | |
5830 | 5846 | | |
5831 | 5847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
16 | 30 | | |
17 | 31 | | |
18 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | | - | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
450 | | - | |
| 451 | + | |
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | | - | |
1505 | | - | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
1506 | 1508 | | |
1507 | 1509 | | |
1508 | 1510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments