This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit fd17dea
committed
Auto merge of rust-lang#137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
Rollup of 12 pull requests
Successful merges:
- rust-lang#135767 (Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies)
- rust-lang#137852 (Remove layouting dead code for non-array SIMD types.)
- rust-lang#137863 (Fix pretty printing of unsafe binders)
- rust-lang#137882 (do not build additional stage on compiler paths)
- rust-lang#137894 (Revert "store ScalarPair via memset when one side is undef and the other side can be memset")
- rust-lang#137902 (Make `ast::TokenKind` more like `lexer::TokenKind`)
- rust-lang#137921 (Subtree update of `rust-analyzer`)
- rust-lang#137922 (A few cleanups after the removal of `cfg(not(parallel))`)
- rust-lang#137939 (fix order on shl impl)
- rust-lang#137946 (Fix docker run-local docs)
- rust-lang#137955 (Always allow rustdoc-json tests to contain long lines)
- rust-lang#137958 (triagebot.toml: Don't label `test/rustdoc-json` as A-rustdoc-search)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
316 files changed
+7290
-4967
lines changed- compiler
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- util
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- llvm
- rustc_codegen_ssa/src
- mir
- traits
- rustc_data_structures/src
- rustc_expand/src
- mbe
- rustc_interface/src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- interpret
- ty/print
- rustc_monomorphize/src
- rustc_parse/src
- lexer
- parser
- rustc_query_system/src/query
- rustc_symbol_mangling/src
- rustc_trait_selection/src/error_reporting/infer
- rustc_ty_utils
- src
- library/core/src/ops
- src
- bootstrap/src/core
- build_steps
- builder
- ci/docker
- doc/rustc-dev-guide/src
- librustdoc/clean
- tools
- clippy/clippy_utils/src
- rust-analyzer
- .github/workflows
- crates
- base-db
- cfg
- hir-def
- src
- macro_expansion_tests
- nameres
- hir-expand
- src
- builtin
- hir-ty
- src
- consteval/tests
- mir/eval
- hir
- src
- semantics
- term_search
- ide-assists
- src
- handlers
- tests
- ide-completion
- src
- completions
- context
- ide-db
- src
- syntax_helpers
- ide-diagnostics
- src
- handlers
- ide-ssr
- ide
- src
- doc_links
- hover
- inlay_hints
- syntax_highlighting
- test_data
- intern
- mbe
- src
- parser
- src
- syntax_kind
- paths
- src
- proc-macro-api
- proc-macro-srv
- proc-macro-test
- imp
- profile
- src
- project-model
- src
- test_data
- output
- rust-analyzer
- src
- handlers
- lsp
- tracing
- stdx
- src
- syntax-bridge
- syntax
- src
- ast
- syntax_factory
- syntax_editor
- test-utils
- src
- toolchain
- tt
- vfs-notify
- vfs
- src
- docs/book/src
- contributing
- editors/code
- src
- tests/unit
- xtask/src
- rustfmt/src
- tidy/src
- tests
- codegen
- rustdoc-json
- enums
- discriminant
- fn_pointer
- fns
- generic-associated-types
- lifetime
- methods
- reexport
- statics
- structs
- traits
- type
- ui
- abi
- c-variadic
- cmse-nonsecure/cmse-nonsecure-call
- feature-gates
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
316 files changed
+7290
-4967
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
319 | 317 | | |
320 | 318 | | |
321 | 319 | | |
322 | | - | |
| 320 | + | |
323 | 321 | | |
324 | 322 | | |
325 | 323 | | |
| |||
344 | 342 | | |
345 | 343 | | |
346 | 344 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | 345 | | |
363 | 346 | | |
364 | 347 | | |
| |||
913 | 896 | | |
914 | 897 | | |
915 | 898 | | |
916 | | - | |
| 899 | + | |
917 | 900 | | |
918 | 901 | | |
919 | 902 | | |
920 | | - | |
921 | | - | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 130 | | |
135 | 131 | | |
136 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1046 | 1046 | | |
1047 | 1047 | | |
1048 | 1048 | | |
1049 | | - | |
1050 | 1049 | | |
1051 | 1050 | | |
1052 | 1051 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | 206 | | |
209 | | - | |
210 | 207 | | |
211 | 208 | | |
212 | | - | |
| 209 | + | |
213 | 210 | | |
214 | 211 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 212 | + | |
| 213 | + | |
230 | 214 | | |
231 | 215 | | |
232 | 216 | | |
| |||
237 | 221 | | |
238 | 222 | | |
239 | 223 | | |
240 | | - | |
| 224 | + | |
241 | 225 | | |
242 | 226 | | |
243 | | - | |
244 | | - | |
245 | | - | |
| 227 | + | |
| 228 | + | |
246 | 229 | | |
247 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
248 | 234 | | |
249 | 235 | | |
250 | 236 | | |
| |||
260 | 246 | | |
261 | 247 | | |
262 | 248 | | |
263 | | - | |
264 | | - | |
265 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
266 | 261 | | |
267 | | - | |
268 | | - | |
269 | 262 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | 263 | | |
279 | 264 | | |
280 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| |||
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
122 | | - | |
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 126 | + | |
149 | 127 | | |
150 | 128 | | |
151 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments