-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit ebcf860
Auto merge of #136135 - GuillaumeGomez:rollup-1ik636d, r=GuillaumeGomez
Rollup of 10 pull requests
Successful merges:
- #135773 (Clarify WindowsMut (Lending)Iterator)
- #135807 (Implement phantom variance markers)
- #135876 (fix doc for std::sync::mpmc)
- #135988 (Add a workaround for parallel rustc crashing when there are delayed bugs)
- #136037 (Mark all NuttX targets as tier 3 target and support the standard library)
- #136064 (Add a suggestion to cast target_feature fn items to fn pointers.)
- #136082 (Incorporate `iter_nodes` into `graph::DirectedGraph`)
- #136112 (Clean up all dead files inside `tests/ui/`)
- #136114 (Use identifiers more in diagnostics code)
- #136118 (Change `collect_and_partition_mono_items` tuple return type to a struct)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
150 files changed
+632
-3852
lines changed- compiler
- rustc_builtin_macros/src/deriving
- rustc_codegen_cranelift/src/driver
- rustc_codegen_llvm/src/coverageinfo
- rustc_codegen_ssa/src
- back
- rustc_data_structures/src/graph
- scc
- rustc_hir_analysis/src
- check
- coherence
- collect/type_of
- errors
- rustc_hir_typeck/src
- method
- rustc_lint/src
- rustc_middle/src
- mir
- query
- ty
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src
- coverage
- counters
- rustc_monomorphize/src
- rustc_parse/src
- parser
- rustc_resolve/src
- late
- rustc_target/src/spec/targets
- rustc_trait_selection/src/error_reporting/traits
- library
- core/src
- marker
- slice
- std/src/sync/mpmc
- src
- doc/rustc/src
- tools/tidy/src
- tests/ui
- associated-type-bounds/return-type-notation
- async-await/return-type-notation
- cfg
- closures/closure-expected-type
- cmse-nonsecure/cmse-nonsecure-entry
- consts
- const-eval
- coroutine
- generic-associated-types
- generic-const-items
- higher-ranked/trait-bounds
- impl-trait
- multiple-lifetimes
- infinite
- issues
- auxiliary
- issue-37311-type-length-limit
- json
- lazy-type-alias
- nll
- user-annotations
- parallel-rustc
- pattern/usefulness
- recursion
- rfcs
- rfc-0000-never_patterns
- rfc-1937-termination-trait
- rfc-2396-target_feature-11
- rfc-2497-if-let-chains
- rmeta
- rust-2024
- unsafe-extern-blocks
- specialization
- suggestions
- traits
- next-solver/coherence
- trait-upcasting
- treat-err-as-bug
- type-alias-impl-trait
- type/pattern_types
- uninhabited
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
150 files changed
+632
-3852
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 | - | ||
160 | + | ||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
474 | - | ||
474 | + | ||
475 | 475 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
679 | - | ||
679 | + | ||
680 | 680 |
| |
681 | 681 |
| |
682 | 682 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
297 | 298 |
| |
298 | 299 |
| |
299 | 300 |
| |
300 | - | ||
301 | + | ||
302 | + | ||
301 | 303 |
| |
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
305 | - | ||
307 | + | ||
306 | 308 |
| |
307 | 309 |
| |
308 | 310 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
50 | - | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
51 | 55 |
| |
52 | 56 |
| |
53 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | - | ||
296 | + | ||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
619 | 619 |
| |
620 | 620 |
| |
621 | 621 |
| |
622 | - | ||
622 | + | ||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
| |||
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | - | ||
1054 | + | ||
1055 | 1055 |
| |
1056 | 1056 |
| |
1057 | 1057 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
17 | 23 |
| |
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
18 | 34 |
| |
19 | 35 |
| |
20 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 | - | ||
337 | - | ||
336 | + | ||
337 | + | ||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2362 | 2362 |
| |
2363 | 2363 |
| |
2364 | 2364 |
| |
2365 | - | ||
2365 | + | ||
2366 | 2366 |
| |
2367 | 2367 |
| |
2368 | 2368 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 | - | ||
200 | + | ||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 | - | ||
300 | + | ||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
|
0 commit comments