-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 5cc6072
Auto merge of #139101 - matthiaskrgr:rollup-zhu7hf6, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- #138692 (Reject `{true,false}` as revision names)
- #138757 (wasm: increase default thread stack size to 1 MB)
- #138988 (Change the syntax of the internal `weak!` macro)
- #139056 (use `try_fold` instead of `fold`)
- #139057 (use `slice::contains` where applicable)
- #139086 (Various cleanup in ExprUseVisitor)
- #139097 (Add more tests for pin!().)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
28 files changed
+336
-208
lines changed- compiler
- rustc_builtin_macros/src
- rustc_codegen_ssa/src
- back
- rustc_hir_typeck/src
- rustc_middle/src/hir
- rustc_mir_build/src/builder
- rustc_passes/src
- rustc_session/src
- rustc_span/src
- stable_mir/src/mir
- library
- coretests/tests
- std/src/sys
- fs
- pal
- unix
- wasi
- wasm/atomics
- process/unix
- random
- src/tools/compiletest/src
- header
- tests/ui/pin-macro
28 files changed
+336
-208
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2186 | 2186 |
| |
2187 | 2187 |
| |
2188 | 2188 |
| |
2189 | - | ||
2189 | + | ||
2190 | 2190 |
| |
2191 | 2191 |
| |
2192 | 2192 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
607 | - | ||
607 | + | ||
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
|
Lines changed: 49 additions & 93 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
22 | - | ||
23 | - | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | 24 |
| |
25 | - | ||
26 | - | ||
25 | + | ||
26 | + | ||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
| |||
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
70 | - | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
71 | 77 |
| |
72 | 78 |
| |
73 | 79 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1496 | 1496 |
| |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 | - | ||
1499 | + | ||
1500 | 1500 |
| |
1501 | 1501 |
| |
1502 | 1502 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | - | ||
152 | + | ||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 | - | ||
157 | - | ||
158 | - | ||
159 | - | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
160 | 161 |
| |
161 | 162 |
| |
162 | 163 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 | - | ||
879 | + | ||
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
|
0 commit comments