forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d68687c
Auto merge of rust-lang#146879 - Zalathar:rollup-vm97j8b, r=Zalathar
Rollup of 9 pull requests
Successful merges:
- rust-lang#145411 (regression test for Cow<[u8]> layout)
- rust-lang#146397 (std_detect on Darwin AArch64: update features)
- rust-lang#146791 (emit attribute for readonly non-pure inline assembly)
- rust-lang#146831 (Support ctr and lr as clobber-only registers in PowerPC inline assembly)
- rust-lang#146838 (Introduce "wrapper" helpers to rustdoc)
- rust-lang#146845 (Add self-profile events for target-machine creation)
- rust-lang#146846 (btree InternalNode::new safety comments)
- rust-lang#146858 (Make mips64el-unknown-linux-muslabi64 link dynamically)
- rust-lang#146878 (assert_unsafe_precondition: fix some incorrect check_language_ub)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
30 files changed
+948
-462
lines changed- compiler
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- back
- llvm
- rustc_llvm/llvm-wrapper
- rustc_span/src
- rustc_target/src
- asm
- spec/targets
- library
- alloc/src/collections/btree
- core/src
- ascii
- num
- slice
- std_detect/src/detect/os/darwin
- src
- doc/unstable-book/src/language-features
- librustdoc
- clean
- html
- tests
- codegen-llvm
- asm
- issues
- run-make/musl-default-linking
- ui/asm/powerpc
30 files changed
+948
-462
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
701 | - | ||
702 | - | ||
701 | + | ||
702 | + | ||
703 | + | ||
704 | + | ||
705 | + | ||
706 | + | ||
703 | 707 |
| |
704 | 708 |
| |
705 | 709 |
| |
| |||
777 | 781 |
| |
778 | 782 |
| |
779 | 783 |
| |
780 | - | ||
781 | - | ||
784 | + | ||
785 | + | ||
786 | + | ||
787 | + | ||
788 | + | ||
789 | + | ||
782 | 790 |
| |
783 | 791 |
| |
784 | 792 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 | - | ||
344 | - | ||
343 | + | ||
344 | + | ||
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
| |||
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
665 | - | ||
665 | + | ||
666 | + | ||
667 | + | ||
668 | + | ||
669 | + | ||
670 | + | ||
666 | 671 |
| |
667 | 672 |
| |
668 | 673 |
| |
| |||
830 | 835 |
| |
831 | 836 |
| |
832 | 837 |
| |
833 | - | ||
838 | + | ||
839 | + | ||
840 | + | ||
841 | + | ||
842 | + | ||
843 | + | ||
834 | 844 |
| |
835 | 845 |
| |
836 | 846 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 | + | ||
208 | + | ||
209 | + | ||
207 | 210 |
| |
208 | 211 |
| |
209 | 212 |
| |
| |||
259 | 262 |
| |
260 | 263 |
| |
261 | 264 |
| |
265 | + | ||
266 | + | ||
267 | + | ||
262 | 268 |
| |
263 | 269 |
| |
264 | 270 |
| |
| |||
281 | 287 |
| |
282 | 288 |
| |
283 | 289 |
| |
290 | + | ||
284 | 291 |
| |
292 | + | ||
293 | + | ||
294 | + | ||
285 | 295 |
| |
286 | 296 |
| |
287 | 297 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
710 | 710 |
| |
711 | 711 |
| |
712 | 712 |
| |
713 | + | ||
713 | 714 |
| |
714 | 715 |
| |
715 | 716 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 | + | ||
556 | 557 |
| |
557 | 558 |
| |
558 | 559 |
| |
| |||
568 | 569 |
| |
569 | 570 |
| |
570 | 571 |
| |
572 | + | ||
573 | + | ||
574 | + | ||
575 | + | ||
571 | 576 |
| |
572 | 577 |
| |
573 | 578 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 | + | ||
797 | 798 |
| |
798 | 799 |
| |
799 | 800 |
| |
| |||
1333 | 1334 |
| |
1334 | 1335 |
| |
1335 | 1336 |
| |
1337 | + | ||
1336 | 1338 |
| |
1337 | 1339 |
| |
1338 | 1340 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | - | ||
1263 | + | ||
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | + | ||
1267 | + | ||
1266 | 1268 |
| |
1267 | - | ||
1268 | 1269 |
| |
1269 | 1270 |
| |
1270 | 1271 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
17 | + | ||
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
| |||
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
59 | - | ||
61 | + | ||
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| |||
195 | 197 |
| |
196 | 198 |
| |
197 | 199 |
| |
200 | + | ||
201 | + | ||
198 | 202 |
| |
199 | 203 |
| |
200 | 204 |
| |
| |||
206 | 210 |
| |
207 | 211 |
| |
208 | 212 |
| |
209 | - | ||
210 | - | ||
211 | - | ||
212 | - | ||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 | + | ||
251 | + | ||
250 | 252 |
| |
251 | 253 |
| |
252 | 254 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | - | ||
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 | + | ||
120 | 121 |
| |
121 | - | ||
122 | - | ||
122 | + | ||
123 | 123 |
| |
124 | + | ||
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
|
0 commit comments