File tree
37 files changed
+997
-620
lines changed- compiler
- rustc_const_eval/src/interpret
- rustc_hir_typeck/src/fn_ctxt
- rustc_passes/src
- rustc_trait_selection/src
- solve
- fulfill
- inspect
- traits
- query/type_op
- library/core/src
- slice/sort/stable
- src/tools/miri
- src
- tests/pass
- tests
- crashes
- ui
- array-slice-vec
- associated-inherent-types/bugs
- const-generics/issues
- diagnostic_namespace/do_not_recommend
- impl-trait/in-trait
- liveness
- traits
- const-traits
- next-solver
- canonical
- typeck/issue-114918
- union
- wf
37 files changed
+997
-620
lines changedDiff for: RELEASES.md
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
|
+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 |
| - | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
751 | 757 |
| |
752 | 758 |
| |
753 | 759 |
| |
| |||
762 | 768 |
| |
763 | 769 |
| |
764 | 770 |
| |
765 |
| - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
766 | 778 |
| |
767 | 779 |
| |
768 | 780 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
281 | 287 |
| |
282 | 288 |
| |
283 | 289 |
| |
|
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
| 256 | + | |
| 257 | + | |
256 | 258 |
| |
257 | 259 |
| |
258 | 260 |
| |
| |||
266 | 268 |
| |
267 | 269 |
| |
268 | 270 |
| |
269 |
| - | |
| 271 | + | |
270 | 272 |
| |
271 | 273 |
| |
272 | 274 |
| |
| |||
283 | 285 |
| |
284 | 286 |
| |
285 | 287 |
| |
| 288 | + | |
| 289 | + | |
286 | 290 |
| |
287 | 291 |
| |
288 | 292 |
| |
|
Diff for: compiler/rustc_passes/src/liveness.rs
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1522 | 1522 |
| |
1523 | 1523 |
| |
1524 | 1524 |
| |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
1525 | 1533 |
| |
1526 | 1534 |
| |
1527 | 1535 |
| |
|
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
0 commit comments