File tree
46 files changed
+104
-132
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.
46 files changed
+104
-132
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
+5-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 |
| |
| |||
555 | 555 |
| |
556 | 556 |
| |
557 | 557 |
| |
558 |
| - | |
559 |
| - | |
560 | 558 |
| |
561 | 559 |
| |
562 | 560 |
| |
| |||
567 | 565 |
| |
568 | 566 |
| |
569 | 567 |
| |
570 |
| - | |
| 568 | + | |
| 569 | + | |
571 | 570 |
| |
572 | 571 |
| |
573 | 572 |
| |
| |||
850 | 849 |
| |
851 | 850 |
| |
852 | 851 |
| |
853 |
| - | |
854 |
| - | |
855 | 852 |
| |
856 | 853 |
| |
857 | 854 |
| |
| |||
864 | 861 |
| |
865 | 862 |
| |
866 | 863 |
| |
867 |
| - | |
| 864 | + | |
868 | 865 |
| |
869 | 866 |
| |
870 | 867 |
| |
|
Diff for: library/core/tests/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
|
+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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
|
0 commit comments