Commit 0f35336
committed
Auto merge of rust-lang#144934 - samueltardieu:rollup-25jvb9g, r=samueltardieu
Rollup of 17 pull requests
Successful merges:
- rust-lang#144467 (rustdoc template font links only emit `crossorigin` when needed)
- rust-lang#144548 (Rehome 21 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`)
- rust-lang#144741 (fix: Error on illegal `[const]`s inside blocks within legal positions)
- rust-lang#144776 (`Printer` cleanups)
- rust-lang#144779 (Implement debugging output of the bootstrap Step graph into a DOT file)
- rust-lang#144813 (Add a tidy check to prevent adding UI tests directly under `tests/ui/`)
- rust-lang#144817 (Properly reject tail calls to `&FnPtr` or `&FnDef`)
- rust-lang#144852 (Rename `rust_panic_without_hook` to `resume_unwind` )
- rust-lang#144866 (Remove `SHOULD_EMIT_LINTS` in favor of `should_emit`)
- rust-lang#144867 (Use `as_array` in PartialEq for arrays)
- rust-lang#144872 (Document Poisoning in `LazyCell` and `LazyLock`)
- rust-lang#144877 (coverage: Various small cleanups)
- rust-lang#144887 (`rust-analyzer` subtree update)
- rust-lang#144890 (Add `InterpCx::project_fields`)
- rust-lang#144894 (Delete `tests/ui/threads-sendsync/tcp-stress.rs`)
- rust-lang#144905 (rustc-dev-guide subtree update)
- rust-lang#144920 (Dont print arg span in MIR dump for tail call)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
406 files changed
+7517
-6297
lines changed- compiler
- rustc_ast_passes
- src
- rustc_attr_parsing/src
- rustc_borrowck/src/diagnostics
- rustc_codegen_llvm/src/coverageinfo
- mapgen
- rustc_const_eval/src
- interpret
- util
- rustc_interface/src
- rustc_lint/src
- rustc_middle/src
- mir
- interpret
- ty
- print
- rustc_mir_build/src
- rustc_mir_transform/src/coverage
- rustc_session/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src/error_reporting
- infer
- nice_region_error
- traits
- library
- core/src
- array
- cell
- std/src
- sync
- src
- bootstrap/src
- bin
- core/builder
- utils
- doc/rustc-dev-guide
- .github/workflows
- src
- appendix
- backend
- borrow_check
- moves_and_initialization
- region_inference
- building
- bootstrapping
- const-eval
- guides
- mir
- queries
- rustdoc-internals
- tests
- traits
- librustdoc/html
- layout
- templates
- tools
- rust-analyzer
- .github/workflows
- crates
- base-db/src
- cfg/src
- hir-def/src
- expr_store
- lower
- item_tree
- macro_expansion_tests
- nameres
- hir-expand/src
- builtin
- hir-ty/src
- diagnostics
- infer
- lower
- mir
- eval
- shim
- lower
- hir/src
- term_search
- ide-assists/src
- handlers
- ide-completion/src
- completions
- item_list
- context
- render
- ide-db/src
- imports
- syntax_helpers
- ide-diagnostics/src
- handlers
- ide-ssr/src
- ide/src
- hover
- inlay_hints
- syntax_highlighting
- load-cargo/src
- mbe/src
- expander
- parser/src
- grammar
- proc-macro-api/src
- legacy_protocol
- msg
- proc-macro-srv-cli
- src
- proc-macro-srv
- src
- dylib
- server_impl
- tests
- query-group-macro/src
- rust-analyzer/src
- bin
- cli
- config
- diagnostics
- handlers
- span/src
- syntax-bridge/src
- syntax/src
- ast
- syntax_factory
- syntax_editor
- test-fixture/src
- tt/src
- vfs-notify/src
- docs/book/src
- contributing
- editors/code
- xtask/src
- publish
- tidy/src
- tests
- coverage/branch
- mir-opt
- building/custom
- ui
- associated-consts
- attributes
- autoref-autoderef
- borrowck
- cast
- codegen
- coherence
- const-generics
- drop
- explicit-tail-calls
- generics
- inference
- instrument-coverage
- issues
- auxiliary
- iterators
- linking
- auxiliary
- macros
- pattern
- threads-sendsync
- traits/const-traits
- type-alias
- typeck
- unboxed-closures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
406 files changed
+7517
-6297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
244 | 248 | | |
245 | 249 | | |
246 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
1127 | | - | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
1128 | 1130 | | |
1129 | 1131 | | |
1130 | 1132 | | |
| |||
1175 | 1177 | | |
1176 | 1178 | | |
1177 | 1179 | | |
1178 | | - | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
1186 | 1192 | | |
1187 | 1193 | | |
1188 | 1194 | | |
1189 | 1195 | | |
1190 | | - | |
1191 | | - | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
1195 | 1204 | | |
1196 | | - | |
1197 | | - | |
| 1205 | + | |
1198 | 1206 | | |
1199 | 1207 | | |
1200 | 1208 | | |
| |||
1623 | 1631 | | |
1624 | 1632 | | |
1625 | 1633 | | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
1626 | 1641 | | |
1627 | 1642 | | |
1628 | 1643 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
626 | 646 | | |
627 | 647 | | |
628 | 648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
| |||
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
240 | | - | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
261 | 265 | | |
262 | | - | |
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
| |||
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
274 | 281 | | |
275 | 282 | | |
276 | 283 | | |
| |||
309 | 316 | | |
310 | 317 | | |
311 | 318 | | |
312 | | - | |
| 319 | + | |
313 | 320 | | |
314 | 321 | | |
315 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
| 616 | + | |
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
632 | | - | |
633 | | - | |
| 632 | + | |
| 633 | + | |
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
656 | | - | |
| 655 | + | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
23 | 42 | | |
24 | 43 | | |
25 | 44 | | |
| |||
29 | 48 | | |
30 | 49 | | |
31 | 50 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
201 | 214 | | |
202 | 215 | | |
203 | 216 | | |
204 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
205 | 222 | | |
206 | 223 | | |
207 | 224 | | |
| |||
212 | 229 | | |
213 | 230 | | |
214 | 231 | | |
215 | | - | |
| 232 | + | |
216 | 233 | | |
217 | 234 | | |
218 | 235 | | |
| |||
Lines changed: 17 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
105 | 119 | | |
106 | 120 | | |
107 | 121 | | |
108 | 122 | | |
109 | | - | |
| 123 | + | |
110 | 124 | | |
111 | 125 | | |
112 | 126 | | |
| |||
117 | 131 | | |
118 | 132 | | |
119 | 133 | | |
120 | | - | |
| 134 | + | |
121 | 135 | | |
122 | 136 | | |
123 | 137 | | |
| |||
133 | 147 | | |
134 | 148 | | |
135 | 149 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| 191 | + | |
187 | 192 | | |
188 | 193 | | |
189 | 194 | | |
| |||
0 commit comments