-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 94722ca
Auto merge of #146125 - GuillaumeGomez:rollup-ld81n7e, r=GuillaumeGomez
Rollup of 14 pull requests
Successful merges:
- #144066 (stabilize c-style varargs for sysv64, win64, efiapi, aapcs)
- #145783 (add span to struct pattern rest (..))
- #146034 (Update target spec metadata of Arm64EC Windows and Trusty targets)
- #146064 (Add compiler error when trying to use concat metavar expr in repetitions)
- #146070 (rustdoc-search: skip loading unneeded fnData)
- #146088 (constify impl Try for ControlFlow)
- #146089 (fix a constness ordering bug in rustfmt)
- #146091 (fix rustdoc `render_call_locations` panicking because of default span `DUMMY_SP` pointing at non local-source file)
- #146094 (Make `Parser::parse_for_head` public for rustfmt usage)
- #146102 (Remove dead code stemming from an old effects desugaring)
- #146115 (Add maintainer for VxWorks)
- #146116 (Adjust issue-118306.rs test after LLVM change)
- #146117 (Fix search index generation)
- #146118 (improve process::abort rendering in Miri backtraces)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
106 files changed
+424
-417
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_passes
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_expand/src/mbe
- rustc_feature/src
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_passes/src
- rustc_public/src/unstable/convert/stable
- rustc_resolve/src
- rustc_target/src/spec/targets
- library
- core/src/ops
- std/src
- sys/pal
- unix
- windows
- src
- doc
- rustc/src/platform-support
- unstable-book/src/language-features
- librustdoc
- clean
- formats
- html
- render
- static/js
- json
- tools
- clippy
- clippy_lints/src
- matches
- utils
- clippy_utils/src
- miri/tests/fail
- alloc
- function_calls
- panic
- rustfmt/src
- tests
- codegen-llvm
- cffi
- issues
- crashes
- rustdoc-gui
- src/scrape_examples_ice
- examples
- src
- ui
- abi
- c-variadic
- cmse-nonsecure/cmse-nonsecure-entry
- feature-gates
- macros/macro-metavar-expr-concat
- mir
- parser
- stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
106 files changed
+424
-417
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
226 | 228 |
| |
227 | 229 |
| |
228 | 230 |
| |
231 | + | ||
232 | + | ||
233 | + | ||
234 | + | ||
235 | + | ||
236 | + | ||
237 | + | ||
229 | 238 |
| |
230 | 239 |
| |
231 | 240 |
| |
| |||
238 | 247 |
| |
239 | 248 |
| |
240 | 249 |
| |
241 | - | ||
250 | + | ||
251 | + | ||
252 | + | ||
253 | + | ||
254 | + | ||
242 | 255 |
| |
243 | 256 |
| |
244 | 257 |
| |
258 | + | ||
245 | 259 |
| |
246 | 260 |
| |
247 | 261 |
| |
248 | 262 |
| |
249 | 263 |
| |
264 | + | ||
265 | + | ||
250 | 266 |
| |
251 | 267 |
| |
252 | 268 |
| |
253 | 269 |
| |
254 | 270 |
| |
255 | 271 |
| |
256 | - | ||
257 | - | ||
272 | + | ||
273 | + | ||
274 | + | ||
275 | + | ||
276 | + | ||
258 | 277 |
| |
259 | 278 |
| |
260 | 279 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | + | ||
67 | + | ||
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
937 | 937 |
| |
938 | 938 |
| |
939 | 939 |
| |
940 | - | ||
940 | + | ||
941 | 941 |
| |
942 | 942 |
| |
943 | 943 |
| |
| |||
4051 | 4051 |
| |
4052 | 4052 |
| |
4053 | 4053 |
| |
4054 | - | ||
4055 | - | ||
4054 | + | ||
4055 | + | ||
4056 | 4056 |
| |
4057 | 4057 |
| |
4058 | 4058 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 | - | ||
1437 | + | ||
1438 | 1438 |
| |
1439 | - | ||
1440 | - | ||
1439 | + | ||
1440 | + | ||
1441 | 1441 |
| |
1442 | 1442 |
| |
1443 | 1443 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2028 | 2028 |
| |
2029 | 2029 |
| |
2030 | 2030 |
| |
2031 | - | ||
2031 | + | ||
2032 | 2032 |
| |
2033 | 2033 |
| |
2034 | 2034 |
| |
| |||
2508 | 2508 |
| |
2509 | 2509 |
| |
2510 | 2510 |
| |
2511 | - | ||
2511 | + | ||
2512 | 2512 |
| |
2513 | 2513 |
| |
2514 | 2514 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
110 | - | ||
111 | - | ||
112 | - | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
60 | + | ||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1769 | 1769 |
| |
1770 | 1770 |
| |
1771 | 1771 |
| |
1772 | - | ||
1772 | + | ||
1773 | 1773 |
| |
1774 | 1774 |
| |
1775 | 1775 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 | - | ||
559 | + | ||
560 | + | ||
561 | + | ||
562 | + | ||
563 | + | ||
564 | + | ||
560 | 565 |
| |
561 | 566 |
| |
562 | 567 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 | + | ||
207 | + | ||
208 | + | ||
206 | 209 |
| |
207 | 210 |
| |
208 | 211 |
| |
|
0 commit comments