Commit 48f976c
committed
Auto merge of #157303 - JonathanBrouwer:rollup-EWrtFmY, r=JonathanBrouwer
Rollup of 14 pull requests
Successful merges:
- #156467 (mark the 'import linkage' statics as unnamed_addr)
- #156923 (Couple of diagnostics improvements for EII)
- #157240 (Enable Enzyme for aarch64-apple-darwin)
- #157244 (Privacy: tweak macros + more tests)
- #157276 (miri subtree update)
- #157130 (Use a `ArrayVec` in `CastTarget`)
- #157131 (Add regression test for issue #144888)
- #157195 (Move feature gating to the new attr parsing infrastructure)
- #157233 (rustdoc: Fix trait impl ordering)
- #157256 (tests: adapt for LLVM codegen change)
- #157265 (Update books)
- #157277 (triagebot.toml: add LawnGnome to libs reviewers)
- #157291 (Clean up attribute target checking diagnostics)
- #157301 (Remove unused import from a test)218 files changed
Lines changed: 4681 additions & 1773 deletions
File tree
- compiler
- rustc_ast_passes/src
- rustc_attr_parsing/src
- attributes
- diagnostic
- rustc_codegen_cranelift/src/abi
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_monomorphize/src/mono_checks
- rustc_passes/src
- rustc_resolve/src
- rustc_target
- src/callconv
- src
- ci/github-actions
- doc
- librustdoc/html/render
- tools/miri
- .github/workflows
- ci
- priroda
- src
- src
- bin
- borrow_tracker
- stacked_borrows
- tree_borrows
- concurrency
- shims
- unix
- android
- linux_like
- linux
- windows
- tests
- fail-dep/libc
- fail
- both_borrows
- data_race
- pass-dep
- concurrency
- libc
- pass
- concurrency
- shims
- aarch64
- loongarch
- utils
- tests
- assembly-llvm
- codegen-llvm/sanitizer/cfi
- rustdoc-gui
- src/test_docs
- ui
- abi
- attributes
- inline
- conditional-compilation
- const-generics
- coroutine
- definition-reachable
- auxiliary
- delegation
- deprecation
- eii
- auxiliary
- error-codes
- extern
- feature-gates
- internal
- lang-items
- lint
- unused
- privacy
- rfcs
- rfc-2091-track-caller
- rfc-2565-param-attrs
- stability-attribute
- tool-attributes
- traits
- unstable-feature-bound
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4756 | 4756 | | |
4757 | 4757 | | |
4758 | 4758 | | |
| 4759 | + | |
4759 | 4760 | | |
4760 | 4761 | | |
4761 | 4762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 158 | | |
168 | 159 | | |
169 | 160 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
| |||
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| 151 | + | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| |||
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
197 | 204 | | |
198 | 205 | | |
199 | 206 | | |
200 | | - | |
| 207 | + | |
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
| |||
331 | 338 | | |
332 | 339 | | |
333 | 340 | | |
| 341 | + | |
334 | 342 | | |
335 | 343 | | |
336 | 344 | | |
| |||
347 | 355 | | |
348 | 356 | | |
349 | 357 | | |
| 358 | + | |
350 | 359 | | |
351 | 360 | | |
352 | 361 | | |
| |||
365 | 374 | | |
366 | 375 | | |
367 | 376 | | |
| 377 | + | |
368 | 378 | | |
369 | 379 | | |
370 | 380 | | |
| |||
502 | 512 | | |
503 | 513 | | |
504 | 514 | | |
| 515 | + | |
505 | 516 | | |
506 | 517 | | |
507 | 518 | | |
| |||
541 | 552 | | |
542 | 553 | | |
543 | 554 | | |
| 555 | + | |
544 | 556 | | |
545 | 557 | | |
546 | 558 | | |
| |||
554 | 566 | | |
555 | 567 | | |
556 | 568 | | |
557 | | - | |
558 | 569 | | |
559 | 570 | | |
560 | | - | |
561 | 571 | | |
562 | 572 | | |
563 | 573 | | |
| |||
571 | 581 | | |
572 | 582 | | |
573 | 583 | | |
| 584 | + | |
574 | 585 | | |
575 | 586 | | |
576 | 587 | | |
| |||
667 | 678 | | |
668 | 679 | | |
669 | 680 | | |
| 681 | + | |
670 | 682 | | |
671 | 683 | | |
672 | 684 | | |
| |||
675 | 687 | | |
676 | 688 | | |
677 | 689 | | |
| 690 | + | |
678 | 691 | | |
679 | 692 | | |
680 | 693 | | |
| |||
684 | 697 | | |
685 | 698 | | |
686 | 699 | | |
| 700 | + | |
687 | 701 | | |
688 | 702 | | |
689 | 703 | | |
| |||
693 | 707 | | |
694 | 708 | | |
695 | 709 | | |
| 710 | + | |
696 | 711 | | |
697 | 712 | | |
698 | 713 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments