File tree
43 files changed
+101
-126
lines changed- library
- alloc/src
- core
- src/task
- tests
- src/tools/miri/tests/pass
- issues
- tests
- coverage
- auxiliary
- crashes
- mir-opt
- ui
- async-await
- async-closures
- auxiliary
- async-fn/auxiliary
- in-trait
- coroutine
- dyn-star
- layout
- sanitizer/cfi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+101
-126
lines changedDiff for: library/alloc/src/task.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
203 | 202 |
| |
204 | 203 |
| |
205 | 204 |
| |
|
Diff for: library/core/src/task/wake.rs
+6-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| |||
283 | 284 |
| |
284 | 285 |
| |
285 | 286 |
| |
286 |
| - | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
562 | 560 |
| |
563 | 561 |
| |
564 | 562 |
| |
| |||
569 | 567 |
| |
570 | 568 |
| |
571 | 569 |
| |
572 |
| - | |
| 570 | + | |
| 571 | + | |
573 | 572 |
| |
574 | 573 |
| |
575 | 574 |
| |
| |||
852 | 851 |
| |
853 | 852 |
| |
854 | 853 |
| |
855 |
| - | |
856 |
| - | |
857 | 854 |
| |
858 | 855 |
| |
859 | 856 |
| |
| |||
866 | 863 |
| |
867 | 864 |
| |
868 | 865 |
| |
869 |
| - | |
| 866 | + | |
| 867 | + | |
870 | 868 |
| |
871 | 869 |
| |
872 | 870 |
| |
|
Diff for: library/core/tests/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: src/tools/miri/tests/pass/async-drop.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Diff for: src/tools/miri/tests/pass/async-fn.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
Diff for: src/tools/miri/tests/pass/dyn-star.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
0 commit comments